Skip to content

Free toolsImages

ICO to PNG

The biggest picture inside the icon file, as a PNG.

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 ICO to PNG

  1. Drop the image.
  2. Nothing to choose.
  3. Press Convert and download.

What happens to your file

An ICO holds several sizes of the same icon; ImageMagick reads the file on Fylane’s servers and the largest one becomes a lossless PNG with its transparency. The smaller sizes are not extracted.

Questions

Can I get all the sizes?

Not yet — the largest comes out. Resize image makes the others from it.

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.