Compressing JPEG with python is very simple, all it requires is Pillow.
Continue readingCategory: Python
Compressing files with python (bzip2, zip, lzma)
There are two main ways of compressing files/directories using python, below are some example code that you can use for bzip2, zip and lzma. ZipFile […]
Continue reading