I hereby claim:
- I am tarasyarema on github.
- I am tarasyarema (https://keybase.io/tarasyarema) on keybase.
- I have a public key ASB6McGHkDmYly2lJ0mU5RQiGEpuwy8RzXgGzSNpvUhHqgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
1,2,3 |
# Reference | |
# https://shantanujoshi.github.io/python-image-compression/ | |
import os | |
import sys | |
from PIL import Image | |
def compressMe(file, verbose=False): | |
filepath = os.path.join(os.getcwd(), file) |
/* | |
* Note: This template uses some c++11 functions , so you have to compile it with c++11 flag. | |
* Example:- $ g++ -std=c++11 c++Template.cpp | |
* | |
* Author : Akshay Pratap Singh | |
* Handle: code_crack_01 | |
* | |
*/ | |
/******** All Required Header Files ********/ |