Image Format Converter

Convert images between PNG, JPG, WebP, and AVIF. Conversion runs in your browser via the Canvas API — no upload.

Drop images here or

inputs: PNG · JPG · WebP · AVIF · GIF · BMP · HEIC (browser-dependent)

Image format conversion swaps a file's encoding — JPG to PNG to add transparency, PNG to WebP to shrink it, HEIC to JPG so it actually opens on Windows. The ToolEdge Image Format Converter handles the four formats that account for >99% of real-world images: **PNG, JPG, WebP, and AVIF**. The conversion runs entirely in your browser via the Canvas API; nothing is uploaded.

WebP and AVIF deserve a brief defense: they're modern formats designed for the web that produce **significantly smaller files** than JPG and PNG at the same visible quality. WebP is supported by every modern browser (Chrome, Firefox, Safari, Edge) and almost every modern app. AVIF is newer, even smaller, but support is still rolling out — safe for web pages, less safe for old desktop software. When in doubt, WebP is the safer modern choice.

Common use cases

  • Converting iPhone HEIC photos to JPG so they open on Windows or non-Apple platforms.
  • Shrinking website images from JPG/PNG to WebP for faster page loads (~30% smaller at same quality).
  • Converting PNG to JPG when transparency isn't needed — typically 70–90% smaller file.
  • Producing AVIF versions of hero images for modern browsers (with PNG/JPG fallback).
  • Stripping animation from a GIF by converting one frame to PNG/JPG.

Frequently asked questions

**Input:** anything your browser can decode — PNG, JPG, WebP, GIF, BMP, AVIF, and HEIC (on Safari and recent Chromium). **Output:** PNG, JPG, WebP, AVIF. AVIF output requires a modern browser (Chrome 85+, Safari 16+, Firefox 113+); on older browsers the AVIF option is disabled.

Related tools