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 resize GIF
- Drop the GIF.
- Pick a width.
- Press Resize and download.
What happens to your file
gifsicle scales every frame to fit the width (never enlarging), re-optimises the frames against each other, and keeps the timing, the loop and the transparency. Height follows the picture.
Questions
Can I make it bigger?
No — a GIF enlarged is a blurry GIF. Make it from the original video at the size you want instead.
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.gif-optimize",
"options": {
"lossy": 0,
"colors": 256,
"width": 320
}
}'The same operation, image.gif-optimize — An animated GIF made smaller without leaving the format: frames optimised, a lossy pass, fewer colours, a narrower width. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.