JPEG-compatible image compressor that uses machine learning to adjust coefficients in DCT table.
longinus | ||
.gitignore | ||
LICENSE | ||
README.md |
longinus
JPEG-compatible image compressor that uses machine learning to adjust coefficients in DCT table.
Installation guide
- Download libjpeg-turbo according to your distributions guidelines (for Debian-based:
sudo apt install libturbojpeg
, for Windows use official installer, for macOS use brew:brew install jpeg-turbo
) - Clone this repository
cd longinus/longinus
- Ensure poetry is installed: Poetry
poetry install
poetry build
poetry shell
Now the command longinus
should be available.