images.tooling.report

Outputs AVIF

Can it produce AVIF images?

a child looking into a telescope, pointed upwards

Introduction

AV1 Image File Format (AVIF) is a newer image file format. The first version of the AVIF specification was published in February 2019, and started to be widely supported in modern browsers in 2021.

The Test

Ideally, if a JPEG is requested with an Accept header that includes image/avif, it will return an AVIF image.

An example of checking for AVIF using curl would look like this

$ curl 'https://cdn.example.com/imnage.jpg' \
  -H 'accept: text/html,image/avif' \
  -L -so output_image

From there, we check to see what the format of the returned image is.

$ file output_image
output_image: ISO Media, AVIF Image

However, not all services offer respect accept headers, despite offering the image formats. In this case, they are manually set to Pass

Conclusion

akamai
bigCartel
cloudflare
cloudinary
ecwid
fastly
goDaddy
imageEngine

ImageEngine can proxy original avif files, but can't transcode them

imaginary
imgix
imgproxy
optimole
shopify
shortPixel

Shortpixel enables AVIF creation, but it Needs to be manually enabled in the CMS plugin setings.

smush
squarespace
thumbor
webflow
weebly
wix