This Python repository provides an implementation for JPEG image compression with both low and high compression modes. The script employs various transformations and compression techniques to optimize the file size of JPEG images while preserving acceptable image quality.
Original Image (grayscaled) | Decoded Image (Lowly-Compressed) (5:1) | Decoded Image (Highly-Compressed) (10:1) |
---|---|---|
This project is licensed under the MIT License - see the LICENSE file for details.