Skip to main content
Free File Converter

Images

Convert, resize, and compress images.

Supported conversions

Rows are the format you have, columns are the format you want. A tick links to that converter. This table is generated from the conversion engine, so it always matches what the site can actually do. Whether your particular browser can run a conversion is checked again on the page itself.

Supported image format conversions, by source and target format
FromPNGJPGWebPAVIFGIFBMPICOTIFFSVG
PNGPNG to PNG is not availableConvert PNG to JPGConvert PNG to WebPConvert PNG to AVIFPNG to GIF is not availableConvert PNG to BMPConvert PNG to ICOPNG to TIFF is not availablePNG to SVG is not available
JPGConvert JPG to PNGJPG to JPG is not availableConvert JPG to WebPConvert JPG to AVIFJPG to GIF is not availableJPG to BMP is not availableConvert JPG to ICOJPG to TIFF is not availableJPG to SVG is not available
WebPConvert WebP to PNGConvert WebP to JPGWebP to WebP is not availableWebP to AVIF is not availableWebP to GIF is not availableWebP to BMP is not availableWebP to ICO is not availableWebP to TIFF is not availableWebP to SVG is not available
AVIFConvert AVIF to PNGConvert AVIF to JPGConvert AVIF to WebPAVIF to AVIF is not availableAVIF to GIF is not availableAVIF to BMP is not availableAVIF to ICO is not availableAVIF to TIFF is not availableAVIF to SVG is not available
GIFConvert GIF to PNGConvert GIF to JPGConvert GIF to WebPGIF to AVIF is not availableGIF to GIF is not availableGIF to BMP is not availableGIF to ICO is not availableGIF to TIFF is not availableGIF to SVG is not available
BMPConvert BMP to PNGConvert BMP to JPGBMP to WebP is not availableBMP to AVIF is not availableBMP to GIF is not availableBMP to BMP is not availableBMP to ICO is not availableBMP to TIFF is not availableBMP to SVG is not available
ICOConvert ICO to PNGConvert ICO to JPGICO to WebP is not availableICO to AVIF is not availableICO to GIF is not availableICO to BMP is not availableICO to ICO is not availableICO to TIFF is not availableICO to SVG is not available
TIFFConvert TIFF to PNGConvert TIFF to JPGConvert TIFF to WebPTIFF to AVIF is not availableTIFF to GIF is not availableTIFF to BMP is not availableTIFF to ICO is not availableTIFF to TIFF is not availableTIFF to SVG is not available
SVGConvert SVG to PNGConvert SVG to JPGConvert SVG to WebPConvert SVG to AVIFSVG to GIF is not availableSVG to BMP is not availableConvert SVG to ICOSVG to TIFF is not availableSVG to SVG is not available

TIFF, GIF, and ICO can be read but not written, so they appear as sources rather than targets. HEIC is not yet supported in either direction.

About these tools

Image conversion is the largest part of this site, and all of it runs on your own device. Choosing a file hands it to your browser's image decoder, the picture is drawn onto a canvas, and it is encoded again in the format you asked for. Nothing is uploaded, which is why a 40 MB photograph converts as quickly as a small one: there is no connection to wait for.

Not every browser can write every format. Support for AVIF and WebP encoding in particular varies by browser and version, so each tool measures what your browser can actually do before offering it, rather than assuming and handing you a file whose contents do not match its extension.

Frequently asked questions

How do I convert an image without uploading it?
Open any converter on this page and choose your file. The conversion happens inside your browser using your device's own image decoders, so the picture never travels to a server. You can confirm it: open your browser's developer tools, watch the Network panel, and convert. No request carries the image.
Which image format should I use?
For photographs on the web, WebP is usually the best balance: roughly 25 to 35 percent smaller than JPEG at the same visible quality. Use JPEG when something old has to open the file. Use PNG for screenshots, logos, line art, and anything with transparency or sharp edges. Use AVIF when you control the audience and want the smallest file.
Does converting an image lose quality?
It depends on the target. PNG and BMP are lossless, so the pixels survive exactly. JPEG, WebP, and AVIF are lossy and discard detail during encoding. Converting a JPEG to another lossy format adds a second round of loss on top of what the original already had, so convert from an original whenever you can.
Does converting remove EXIF and GPS data from my photos?
Yes. Metadata is not carried across, so camera settings, timestamps, and GPS coordinates are dropped. That is a privacy benefit if you are about to publish a photo, and worth knowing if you were relying on those fields. Orientation is the exception: it is applied, so a photo taken sideways comes out upright.
How do I make a favicon?
Use one of the ICO converters. They write 16, 32, and 48 pixel versions into a single .ico file, each rendered from your original rather than scaled down from one another, which is what browsers expect to find at /favicon.ico.
Can I convert HEIC photos from my iPhone?
Not yet. HEIC needs a decoder that no browser ships, and the available one carries a licence this project has chosen not to take on for a format it could only read and never write. The honest answer is that it is missing rather than that it half works. On the iPhone itself, Settings, Camera, Formats, Most Compatible will save new photos as JPEG.
Can I turn a photo into a real vector SVG?
Only approximately, and the tool says so. A raster image has no shapes underneath it, so tracing draws new ones around regions of colour. On a flat logo the result can be excellent and genuinely scalable. On a photograph it produces thousands of paths and a file larger than the original.
How large an image can I convert?
The limit is 50 MB per image. The real constraint is memory rather than file size: an image decodes to roughly four bytes per pixel, so a very large picture can occupy far more memory than its file suggests, and phones run out sooner than laptops.