PNG to GIF
Converts PNG to GIF, which caps at 256 colors.
Drop PNG images here
Everything happens on your device — your files are never uploaded.
How it works
- 1 Drop your PNG images.
- 2 Each one gets quantized to a 256-color palette and encoded as GIF.
- 3 Download each one, or grab them all as a zip.
Built with open source
- gifenc — Fast GIF encoding with color quantization. · MIT
Frequently asked
Why does my image look different? +
GIF only holds 256 colors per frame. PNGs with lots of colors or smooth gradients get downsampled. That's the format, not a bug.
Is transparency kept? +
GIF does 1-bit transparency: on or off, never semi-transparent. Smooth alpha edges from your PNG will look jagged.