Skip to content

Free toolsImages

GIF to JPG

The first frame, as a JPG every site and form accepts.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert GIF to JPG

  1. Drop the GIF.
  2. Pick a quality.
  3. Press Convert and download the JPG.

What happens to your file

The GIF is decoded on Fylane’s servers — the first frame of an animation — and encoded as JPEG at your quality on a white background where the GIF was transparent.

GIF holds at most 256 colours per frame, so the JPG cannot look better than the GIF; it will be smaller and accepted everywhere.

Questions

Can I keep the animation?

Not in a JPG — it is a still format. GIF to MP4 is coming for animations.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "image.convert",
    "options": {
      "format": "jpeg",
      "quality": 82
    }
  }'

The same operation, image.convert — Re-encode to WebP, JPEG, PNG or AVIF at your quality. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.