Free GIF (.gif) to PNG (.png) converter — batch conversion with quality control, entirely in your browser. No upload, no signup.
PNG · JPG · WebP · BMP · GIF · SVG · AVIF
GIF is a 256-color format from 1987 that survives on the strength of its animation support. For still images it is obsolete — PNG is smaller and not limited to 256 colors — so converting single-frame GIFs to PNG or WebP is nearly always an upgrade.
PNG is the standard lossless image format of the web. It compresses without ever degrading quality and supports full alpha transparency, which makes it the default choice for screenshots, logos, UI graphics and any image with sharp edges or text.
Yes — free, unlimited and without watermarks. Conversion runs on your own machine, so there are no server costs behind it.
No. Your browser decodes the GIF file and re-encodes it as PNG locally using the Canvas API. Nothing is transmitted anywhere.
No. Only the first frame is decoded onto the canvas, so the PNG result is a still image. If you need motion, keep the GIF or use a video format instead.
Yes — drop any number of files and convert the whole batch in one click. A single result downloads as a file; a batch arrives as a ZIP, and each row shows the new dimensions and the size change.
The browser decodes the GIF onto one canvas frame before writing PNG, so animation and frame timing are discarded. Use this route only when you want a still image from the GIF.