Experimental AVIF Conversion
Output AVIF format automatically if browser supports, based on Accept request header check for image/avif (thanks @lorenries)
-imagor-auto-avif
Output Avif format automatically if browser supports
However AVIF encoder at this stage is very slow and image size is not optimal compare to the WebP counterpart.
GitHub Container Registry
Starting from v0.8.17, Imagor Docker image is now available at Github Container Registry with multi-CPU architecture support.
Quick Start
docker run -p 8000:8000 ghcr.io/cshum/imagor:v0.8.17 -imagor-unsafe -imagor-auto-webp
What's Changed
- Add support for avif and auto avif by @lorenries in #52
- Update Go to 1.18 by @bcspragu in #50
- build: GitHub Container Registry publish actions
New Contributors
- @lorenries made their first contribution in #52
- @bcspragu made their first contribution in #50
Full Changelog: v0.8.16...v0.8.17