How to convert a PNG to GIF
Pick a PNG. It is drawn onto a white-filled canvas, which flattens any transparency, then its colors are reduced by median-cut quantisation to at most 256 palette entries and LZW-compressed into a single-frame GIF89a.
Read the palette size in the status line. A flat graphic that comes back well under 256 colors converts cleanly. A photo that hits the 256 ceiling will band, and the file will very likely be larger than the PNG you started with.
- Pick a PNG file.
- Accept that transparency will be flattened onto white, or flatten onto your real background color first in an editor.
- Check the reported palette size and file size.
- Inspect the preview for banding and for a halo around soft edges.
- Press Download GIF, or keep the PNG if nothing downstream actually requires GIF.