GIF to AVIF

Grabs the first frame of a GIF and writes it as AVIF. Animation is dropped.

What this does

This decodes a GIF and re-encodes its first frame as a still AVIF using a WebAssembly AV1 encoder. Animation is dropped, but the output trades GIF's 256-color cap and dated compression for AVIF's full color and modern encoding, so most images shrink a lot.

How it works

  1. 1Drop your GIF images.
  2. 2Download each result, or grab them all as a zip.

Built with open source

Frequently asked questions