Upload an animated GIF to extract every individual frame as a separate downloadable PNG image.
An animated GIF is really a sequence of individual images displayed one after another, each with its own short display duration, giving the illusion of motion. Sometimes you don't want the animation at all — you just need one specific frame as a static image, or you're trying to recreate the animation in another tool that expects separate frame files rather than a single animated GIF.
This tool decodes your uploaded GIF file directly in the browser, reading out every individual frame exactly as it was encoded, and renders each one as a separate static image you can preview and download individually as a PNG. Because it works by properly decoding the GIF's internal frame data (rather than just capturing whatever frame happens to be showing), it reliably extracts every frame in the correct sequence, regardless of how many frames the GIF contains.
It's used by anyone who needs a single still frame from an animated GIF — pulling a specific expression from a reaction GIF, extracting a keyframe from an animated diagram, or breaking down an animation to study or recreate its individual frames elsewhere. Because decoding happens entirely in your browser, your GIF file is never uploaded to a server.