JPG to GIF

Maps a JPG photo down to GIF's 256 colors, so expect a posterized look.

What this does

This decodes each JPG and quantizes it to a 256-color palette, then encodes a single-frame GIF. Photos use millions of colors, so mapping down to 256 gives a posterized look — that's the GIF format's limit, not a flaw in the conversion.

How it works

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

Built with open source

  • gifenc Fast GIF encoding with color quantization. · MIT

Frequently asked questions