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 PNG
- Drop the GIF.
- Nothing to choose — PNG is lossless.
- Press Convert and download the PNG.
What happens to your file
The GIF is decoded on Fylane’s servers — the first frame of an animation — and written as PNG with no loss and its transparent areas kept transparent.
Questions
Why PNG rather than JPG?
PNG keeps transparency and every one of the GIF’s colours exactly; JPG is smaller but flattens both.
Related tools
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": "png"
}
}'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.