Convert GIF to PNG
Lossless PNGs from old GIF graphics, transparency intact, made on your device.
Done
Open the network tab. It stays empty.
Add files and run the tool to see every request this tab makes.
Your files are processed on this device and never sent to a server. Reload the page to clear everything from memory.
GIF is limited to 256 colours and a single on-or-off level of transparency, which is why old logos, icons and diagrams are often still GIFs. PNG does everything a still GIF does, with better compression, full colour and smooth transparency, and every editor and upload form takes it. The conversion is lossless: the PNG holds exactly the pixels of the GIF.
Your browser decodes the GIF inside this tab and writes the PNG. Transparent areas stay transparent. An animated GIF becomes a PNG of its first frame; this page does not split animations into separate frames, so use it for still images or when the first frame is the one you want.
How it works
- Drop your GIF files onto the page, or tap to pick them. Batches are fine.
- There are no quality settings: PNG is lossless, so the output matches the decoded image exactly.
- Download each PNG, or all of them as one zip.
In your browser, not on a server
Stayput first reads the opening bytes of each file, where every image format writes its signature, so it knows what the file really is whatever it is called. Your browser decodes JPG, PNG, WebP, GIF, BMP, AVIF and SVG itself; HEIC goes through the libheif WebAssembly decoder, and JPEG XL (or AVIF, in a browser without native support) through the Squoosh decoders, all served from this site and cached. The browser re-encodes JPG, PNG and WebP; PDF, ICO, GIF, BMP and TIFF files are written by small encoders in the page. Nothing here needs a server.
Compared with upload-based tools: Online converters upload your image, convert it on their machine, keep it for hours and cap you at a few files a day. This does the same conversion on your device, for as many files as you like, in less time than the upload.
Verify it yourself. Load this page, turn off Wi-Fi or switch to airplane mode, and run the tool. Or open your browser's developer tools (F12, or Cmd-Option-I on a Mac), pick the Network tab, and watch it while you convert. The panel above does the same count for you.
Questions
What happens to an animated GIF?
You get a PNG of the first frame only. Splitting an animation into one PNG per frame is not something this tool does yet.
Is the transparency kept?
Yes. A transparent GIF becomes a PNG with the same transparent areas.
Will the PNG be smaller than the GIF?
Often slightly smaller for flat graphics, sometimes a little larger. PNG compression is usually better than GIF’s, but the browser does not reduce the palette the way an optimiser would.
Are my files uploaded?
No. Everything happens in your browser tab; the GIF never leaves your device.
More image tools
HEIC to JPG
Turn iPhone and iPad photos into JPG or PNG files that open anywhere. Your photos never leave this device.
Image Converter
Drop any image, see what it really is, pick what you need. Converted on your device.
Compress & Resize Images
Make photos small enough to email or upload. Batch resize, set a quality, see the savings before you download.
Remove EXIF Data
See what a photo reveals, then delete it. Lossless: pixels are untouched, only the metadata is removed.
Other conversions
Guides
- What is EXIF data, and what does a photo reveal?The information stored inside a photo file, what it can give away, and how to see and remove it.
- How to reduce an image's file sizeTwo settings do almost all the work. Here are the numbers to use for email, forms, listings and websites.
- JPG, PNG, WebP or HEIC: which image format to useA practical rule for each job, and the conversion to get there.