Convert GIF to PNG
GIF is a format from 1987 that survives mostly out of habit. It is limited to 256 colours, its transparency is a single on-or-off bit per pixel, and its compression is poor by modern standards. Converting to PNG removes those limits for any further editing you do.
Files are decoded and re-encoded inside this browser tab. Nothing is uploaded — you can disconnect from the internet after this page loads and conversion still works.
Be clear on one thing before you start: this produces a still image. Animation cannot be carried into a PNG.
How to convert GIF to PNG
- Drag your GIF files onto the box above, or click it to browse.
- Each file converts in place — no upload, no queue.
- Download them one by one, or grab the whole batch as a ZIP.
Animation is not preserved
If your GIF is animated, only the first frame is converted. PNG has no standard way to store animation — there is an APNG extension, but browsers provide no way to write it, so no client-side tool can produce one.
For a still frame from an animation, this works well. For keeping the animation, you want a video format instead, and that needs different tooling.
What PNG fixes
The 256-colour limit is GIF's defining constraint. It is why photographs saved as GIF look banded and speckled — the format dithers to fake colours it cannot represent. Converting to PNG does not undo that dithering, but it means any edits you make from here are not squeezed back into 256 colours.
Transparency also improves in principle. GIF transparency is binary: a pixel is either fully visible or fully invisible, which produces the jagged edges familiar from old web graphics. PNG stores 256 levels of transparency per pixel, so anti-aliased edges are possible in anything you draw from here onwards.
File size can go either way
For a simple graphic with few colours, the PNG is often similar in size or smaller, since PNG compression is more effective than GIF's. For a photographic or heavily dithered GIF, the PNG can be larger, because the dithering pattern is noise and noise does not compress.
Frequently asked questions
Can I convert an animated GIF?
Only the first frame is extracted. PNG cannot store animation, and browsers provide no way to write animated PNG, so a client-side tool cannot produce one.
Does this improve the image quality?
It removes the format's limits for future edits but cannot undo damage already done. Colours reduced to GIF's 256-colour palette stay reduced, and dithering stays visible.
Is transparency preserved?
Yes. GIF's single transparent colour is carried into PNG's alpha channel. Existing edges stay hard-edged, but anything you draw from here can be smoothly anti-aliased.
Will the PNG be smaller?
For simple graphics, often yes. For photographic or dithered GIFs it can be larger, because the dither pattern is effectively noise.
Are files uploaded?
No. Conversion runs entirely in your browser.