GIF Splitter: Every Frame to JPG

Convert GIF to JPG in your browser. Nothing is uploaded.

Free, no limit Nothing uploaded No watermark Works on mobile

Drop your GIF files here

Drop as many GIF files as you like. Nothing is uploaded.

Choose files

Every frame, not just the first one

Almost every GIF to JPG converter hands you one picture and quietly throws the rest away. That is not a decision they made, it is a limitation they never worked around: a browser will draw a GIF's opening frame onto a canvas and offers no way at all to reach the others.

This page reads the GIF itself. The file is parsed, decompressed and rebuilt frame by frame, and every frame is offered to you as its own JPG. Download the one you were after, or take the whole set as a single zip.

It is worth knowing what that involves, because it is the reason most tools do not do it. A frame in an animated GIF is not a complete picture. It is a patch, drawn at an offset, over whatever the frame before it left on screen, with its own palette, its own transparent colour and its own instruction about what to clear afterwards. Each frame here is composited the way the animation actually plays, so what you download is what you would have seen at that moment, not a fragment.

An animated GIF being split into its separate frames as JPG stills
How it works

Three steps, no upload

Your browser does the decoding and the encoding. There is no queue and no waiting.

1

Add your files

Drop in as many GIF files as you like, or pick them from your device.

2

Check the settings

There is nothing to set. The output is JPG, which is what this page is for.

3

Download

Each file is ready straight away, with its old and new size shown. Take them one by one or as a zip.

GIF and JPG, side by side

GIF, what you have

Limited to 256 colours and to fully on or fully off transparency, which is why GIF logos often have a jagged fringe. It survives entirely because it can animate.

Where it works: Everything, and it has been that way since the early web.

JPG, what you get

The oldest and most widely supported image format there is. It throws away detail your eye is unlikely to notice, which is why photographs end up several times smaller than they would otherwise be.

Where it works: Everything. Every browser, every operating system, every printer, every upload form and every television made in the last thirty years.

GIF stores every pixel exactly and JPG does not, so this conversion is the first time the image has been compressed lossily. That is why the saving is usually large and the visible difference usually small.

GIF can hold a transparent background and JPG cannot, so any transparency is filled with white before encoding. That is deliberate: filling with black, as some converters do, is how a logo ends up on a dark rectangle.

An animated GIF converts to its first frame only, because JPG holds a single still image.

How these formats compare

The four things that decide which format you should be using, for every format involved on this page.

FormatCompressionTransparencyAnimationIntroduced
GIFLosslessYesYes1987
JPGLossyNoNo1992
PNGLosslessYesNo1996
WebPLossyYesYes2010

Age matters more than it looks. A format introduced in the 1990s is read by everything ever made, and one introduced in the last ten years is read by browsers and very little else. That single fact explains most of the reasons people convert images at all.

What happens to the file size

Expect a large reduction. GIF stores the image without lossy compression and JPG does not, so cuts of eighty to ninety five percent are ordinary. This is the conversion where the numbers are most dramatic.

Two things drive the number more than the format does. The first is the content: a photograph of a landscape holds far more unique detail than a screenshot of a spreadsheet, and detail is what costs bytes. The second is the pixel dimensions, which no format conversion changes. A twelve megapixel photograph is twelve megapixels whatever container it sits in.

If you need to hit a specific size rather than simply make the file smaller, converting is the wrong tool. Our image compressor takes a target in kilobytes and finds the highest quality that fits under it, which is what upload forms with a stated limit actually require.

What you get, frame by frame

  • Every frame becomes a separate JPG, numbered in order, so clip-frame-01.jpg sorts before clip-frame-10.jpg in any file manager.
  • Each frame shows how long it was held in the animation, which is how you find the one you actually want without opening ten of them.
  • Download one, or download all. The zip is built in your browser, so a hundred frames is one click and no upload.
  • A still GIF gives one file under its own name, exactly as you would expect. Nothing changes for the ordinary case.
  • Transparency becomes white. JPG has no alpha channel, so anything the GIF left clear is filled before encoding.

When JPG is the right target

It depends on what the GIF actually contains.

  • A photographic GIF, yes. JPEG handles continuous tone properly and the files usually shrink a great deal.
  • A frame you need for a document or a form, yes. JPG is accepted everywhere.
  • A logo or icon with transparency, no. Use our GIF to PNG page so the transparent background survives.
  • Flat colour line art, no. JPEG puts visible fringing around hard edges, and PNG comes out cleaner and smaller.

Everything runs on your device

There is no upload. Your browser decodes the file, draws it onto a canvas in memory and encodes it again in the format you asked for. The picture never travels anywhere, no server sees it, and nothing is stored or logged.

That matters most for the images people actually convert: identity documents, medical scans, private photographs, unreleased design work. On a conventional converter every one of those is copied to a machine you do not control, kept for some period you are not told about, and processed by software you cannot inspect.

It is also simply faster. There is no queue, no upload wait and no download wait, so a large batch finishes in the time it takes to read this paragraph. The only real limit is your device's memory, and a modern phone handles dozens of full resolution photographs without difficulty.

Your filename is kept

The converted file keeps the name you gave it, with only the extension changed. Nothing is appended, no brand is inserted and no counter is added. These files get uploaded straight into forms that sometimes check the name, and an unexpected one is one more thing that can be rejected for no good reason.

There is no watermark either, at any size, on any number of files. A watermark on a free converter exists to sell you the paid version, and we would rather not have that conversation with you at all.

Converting several files at once

Drop as many files as you like. Each one is converted separately and appears in the list with its original size, its new size and the difference between them, so nothing about what happened is hidden from you.

Download them one at a time, or use Download all to take the whole set as a single zip. The archive is built in your browser too, from the files already sitting in memory, so it costs one click and no waiting. Images are already compressed, so the zip stores them rather than compressing them again, which would only make the file larger.

If a file cannot be read, that row says so and the rest carry on. One awkward file in a folder of fifty does not stop the other forty nine.

What happens to the metadata

The conversion decodes the picture and encodes it again, so the embedded metadata does not travel with it. That includes EXIF data: the camera model, the exposure settings, the date, and on a phone photograph the GPS coordinates of wherever it was taken.

For most people that is a benefit rather than a loss. A photograph taken at home and uploaded to a public listing carries the location of your home inside it unless something strips it, and very few sites do. Converting the file removes it as a side effect.

If you actually want the metadata kept, for a photography portfolio or a copyright claim, this is the wrong tool and you should keep the original alongside the converted copy. Colour profiles are handled the same way: the image is converted into the standard sRGB space that browsers and the web use, which is right for anything published online and wrong for a print workflow that depends on a wider profile.

FAQ

GIF to JPG

The questions people ask most about this conversion.

Yes. Every frame is extracted and listed separately, each with its own download button, and the button at the bottom takes the whole set as one zip.

Because a browser will only draw a GIF's opening frame onto a canvas, and there is no API for the rest. This page reads and decompresses the GIF file directly instead, which is the only way to reach them.

Your original filename with a frame number added, zero padded, so holiday.gif becomes holiday-frame-01.jpg, holiday-frame-02.jpg and so on, and they sort in the right order.

Not as JPG. A JPG holds one still image. If you need the movement, keep the original GIF or convert it to video with a tool built for that.

They become white. JPG cannot store transparency, so transparent pixels are filled before encoding. Use GIF to PNG if you need it kept.

Only your device's memory, since every frame is held as a full picture while it is converted. A very long animation at a large size stops when the device runs short, and the page tells you where it stopped.

Yes. Frames are converted one at a time rather than all at once, so a long animation does not lock the page up on a modest device.

Each frame is much smaller than the whole animation. Against a single frame of a photographic GIF, JPEG usually wins comfortably; against flat line art it can be larger, in which case PNG is the better target.

Completely, with no limit on how many files you convert or how large they are. There is no account, no paid tier and no watermark, because the conversion runs on your device and costs us nothing to provide.

No. Your browser decodes and re-encodes the image in memory on your own machine. Nothing is transmitted, nothing is stored and nothing is logged. You can disconnect from the internet after the page loads and it will still work.

No. There is no watermark, no logo and no added border, whatever the file size and however many you convert.

Yes. Only the extension changes, so a file called scan-final.gif becomes scan-final.jpg. Nothing is added to the name.

Yes. Drop a whole folder in and each file is converted separately, then download them individually or take the entire set as one zip built in your browser.

Yes, on both iPhone and Android. The layout adapts to a narrow screen and the conversion uses the same browser image pipeline your phone already relies on.

Need a different conversion?

Over a hundred free tools, all running in your browser. Nothing is uploaded and nothing is capped.