An API for compressing an image on the server. main use case is using AVIF at it's slowest preset while away from home
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Remote Image Compression
An API for compressing an image on the server. main use case is using AVIF at it's slowest preset while away from home
Features:
-
formats:
- jpeg
- avif
- jpegxl
- webp
- png (mainly for using
oxipng -o max
)
-
Interface:
- Image upload
- Compress via image URL
-
Backend
- single executable (for the API server, still need the requirements bellow)
- docker image
- Linux support
- Windows support
❔ Mac Support
Current requirements:
- magick (ImageMagick)
- cjpeg (mozjpeg or libjpeg-turbo)
- avifenc (libavif)