Partial implementation of JPEG compression in Python (3.5+)
- Python 3.5
- Tkinter
- Pillow
- NumPy
- ScyPy
$ git clone https://github.com/SilvioMessi/CustomJPEGCompression.git
$ cd CustomJPEGCompression/
$ virtualenv -p /path/to/python3.5 ENV
$ source ENV/bin/activate
(ENV)$ pip install -r requirements.txt
(ENV)$ python custom_JPEG_compression
From the main folder of the project launch python -m unittest -v custom_JPEG_compression.test.testSuite