PNG to GIF

Converts PNG to GIF, which caps at 256 colors.

What this does

This decodes each PNG and quantizes it to a 256-color palette, then encodes a single-frame GIF. PNGs with many colors or smooth gradients get downsampled to fit GIF's 256-color cap, which can shift colors and introduce banding.

How it works

  1. 1Drop your PNG images.
  2. 2Each one gets quantized to a 256-color palette and encoded as GIF.
  3. 3Download each one, or grab them all as a zip.

Built with open source

  • gifenc Fast GIF encoding with color quantization. · MIT

Frequently asked questions