github cshum/imagor v0.8.17

latest releases: v1.9.4, v1.9.3, v1.9.2...
4 years ago

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

Full Changelog: v0.8.16...v0.8.17

Don't miss a new imagor release

NewReleases is sending notifications on new releases.