# Convert GIF to PNG

Convert GIF to PNG right in your browser — free, private, nothing is uploaded. Get a lossless copy of every pixel.

GIF is the veteran web format: a 256-color palette, universal support and — famously — animation. For still images its color limit shows, which is why single frames usually travel better as PNG, JPEG or WebP.

PNG is the standard lossless web image: screenshots, UI graphics, logos and anything with sharp edges or transparency come out pixel-perfect.

Converting GIF to PNG modernizes a still image: PNG keeps every pixel, supports proper alpha transparency and has no 256-color ceiling for future edits.

## Run it

- **Web (PNG preselected):** https://gizza.ai/tools/image-convert/?format=png
- **CLI:** `gizza tool image-convert 'url=https://example.com/input.gif' 'format=png'`
- **Parent tool docs:** https://gizza.ai/tools/image-convert/index.md
