JPEG-compatible image compressor that uses machine learning to adjust coefficients in DCT table.
Go to file
2024-03-24 19:20:18 +01:00
longinus WIP 2024-03-24 19:20:18 +01:00
.gitignore Initial commit 2024-02-25 10:54:15 +00:00
LICENSE Initial commit 2024-02-25 10:54:15 +00:00
README.md Skeleton 2024-03-06 17:42:05 +01:00

longinus

JPEG-compatible image compressor that uses machine learning to adjust coefficients in DCT table.

Installation guide

  1. 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)
  2. Clone this repository
  3. cd longinus/longinus
  4. Ensure poetry is installed: Poetry
  5. poetry install
  6. poetry build
  7. poetry shell

Now the command longinus should be available.