An API for compressing an image on the server. main use case is using AVIF at it's slowest preset while away from home
Find a file
2025-03-15 00:17:35 +11:00
src Add basic AVIF compression 2025-03-15 00:06:01 +11:00
.gitignore actix boilerplate 2025-03-14 17:47:42 +11:00
Cargo.lock Add basic JPEG implementation 2025-03-14 22:01:03 +11:00
Cargo.toml Add basic JPEG implementation 2025-03-14 22:01:03 +11:00
README.md Add README 2025-03-15 00:17:35 +11:00

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: