Convert GIF images to PNG instantly in your browser. The image is re-encoded on your device and never uploaded.
100% private — files are converted in your browser and never uploaded.
Drop a GIF image — it loads locally.
Re-encoded in your browser via the canvas API.
Save the PNG image.
PNG is what GIF should have been: lossless, full colour and with proper alpha transparency instead of GIF's single transparent colour. Converting keeps every pixel of the first frame exact, preserves transparency, and usually produces a file about the same size or smaller.
Because PNG is lossless the conversion is safe to run on diagrams, icons, screenshots and scanned line art, which is most of what still ships as GIF.
PNG has an animated cousin (APNG) but this converter writes standard PNG, so only the first frame of an animated GIF is kept. If you need the animation, keep the GIF or use a video format.
No. The conversion runs entirely in your browser using JavaScript — your file never leaves your device, so it's safe even for sensitive documents.
Yes — completely free, no signup, no watermark, and no daily limits.
No. The frame is decoded and stored losslessly, so the PNG is identical to the GIF's first frame.
Yes. GIF's transparent colour becomes true alpha transparency in the PNG.