Images
Convert, resize, and compress images.
Image converter
Convert a batch of images between PNG, JPEG, WebP, AVIF, BMP, and ICO, reading TIFF, GIF, and SVG too.
Animated GIF to PNG frames
Extract every frame of an animated GIF as a numbered PNG, delivered as a ZIP.
Images to animated GIF
Build an animated GIF from a sequence of images.
Image to SVG converter
Trace a raster image into vector shapes, or embed it inside an SVG wrapper.
SVG optimizer
Strip editor metadata and round coordinates to make an SVG much smaller.
SVG minifier
Produce the smallest safe SVG, with all formatting stripped.
SVG viewer and inspector
Read an SVG's size and viewBox, and see whether it carries anything unsafe.
Resize an image
Change an image's pixel dimensions, keeping its proportions if you want.
Compress an image
Re-encode a photo at a lower quality to make the file smaller.
Images to PDF converter
Combine PNG and JPEG images into a single PDF, one image per page.
JPG to PNG converter
Convert JPG images to PNG in your browser.
PNG to JPG converter
Convert PNG images to JPG in your browser.
PNG to WebP converter
Convert PNG images to WebP in your browser.
WebP to PNG converter
Convert WebP images to PNG in your browser.
JPG to WebP converter
Convert JPG images to WebP in your browser.
WebP to JPG converter
Convert WebP images to JPG in your browser.
PNG to AVIF converter
Convert PNG images to AVIF in your browser.
JPG to AVIF converter
Convert JPG images to AVIF in your browser.
AVIF to PNG converter
Convert AVIF images to PNG in your browser.
AVIF to JPG converter
Convert AVIF images to JPG in your browser.
AVIF to WebP converter
Convert AVIF images to WebP in your browser.
TIFF to PNG converter
Convert TIFF images to PNG in your browser.
TIFF to JPG converter
Convert TIFF images to JPG in your browser.
TIFF to WebP converter
Convert TIFF images to WebP in your browser.
BMP to PNG converter
Convert BMP images to PNG in your browser.
BMP to JPG converter
Convert BMP images to JPG in your browser.
PNG to BMP converter
Convert PNG images to BMP in your browser.
GIF to PNG converter
Convert GIF images to PNG in your browser.
GIF to JPG converter
Convert GIF images to JPG in your browser.
GIF to WebP converter
Convert GIF images to WebP in your browser.
ICO to PNG converter
Convert ICO images to PNG in your browser.
ICO to JPG converter
Convert ICO images to JPG in your browser.
SVG to PNG converter
Convert SVG images to PNG in your browser.
SVG to JPG converter
Convert SVG images to JPG in your browser.
SVG to WebP converter
Convert SVG images to WebP in your browser.
SVG to AVIF converter
Convert SVG images to AVIF in your browser.
PNG to ICO converter
Convert PNG images to ICO in your browser.
JPG to ICO converter
Convert JPG images to ICO in your browser.
SVG to ICO converter
Convert SVG images to ICO in your browser.
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.
| From | PNG | JPG | WebP | AVIF | GIF | BMP | ICO | TIFF | SVG |
|---|---|---|---|---|---|---|---|---|---|
| PNG | PNG to PNG is not available | Convert PNG to JPG | Convert PNG to WebP | Convert PNG to AVIF | PNG to GIF is not available | Convert PNG to BMP | Convert PNG to ICO | PNG to TIFF is not available | PNG to SVG is not available |
| JPG | Convert JPG to PNG | JPG to JPG is not available | Convert JPG to WebP | Convert JPG to AVIF | JPG to GIF is not available | JPG to BMP is not available | Convert JPG to ICO | JPG to TIFF is not available | JPG to SVG is not available |
| WebP | Convert WebP to PNG | Convert WebP to JPG | WebP to WebP is not available | WebP to AVIF is not available | WebP to GIF is not available | WebP to BMP is not available | WebP to ICO is not available | WebP to TIFF is not available | WebP to SVG is not available |
| AVIF | Convert AVIF to PNG | Convert AVIF to JPG | Convert AVIF to WebP | AVIF to AVIF is not available | AVIF to GIF is not available | AVIF to BMP is not available | AVIF to ICO is not available | AVIF to TIFF is not available | AVIF to SVG is not available |
| GIF | Convert GIF to PNG | Convert GIF to JPG | Convert GIF to WebP | GIF to AVIF is not available | GIF to GIF is not available | GIF to BMP is not available | GIF to ICO is not available | GIF to TIFF is not available | GIF to SVG is not available |
| BMP | Convert BMP to PNG | Convert BMP to JPG | BMP to WebP is not available | BMP to AVIF is not available | BMP to GIF is not available | BMP to BMP is not available | BMP to ICO is not available | BMP to TIFF is not available | BMP to SVG is not available |
| ICO | Convert ICO to PNG | Convert ICO to JPG | ICO to WebP is not available | ICO to AVIF is not available | ICO to GIF is not available | ICO to BMP is not available | ICO to ICO is not available | ICO to TIFF is not available | ICO to SVG is not available |
| TIFF | Convert TIFF to PNG | Convert TIFF to JPG | Convert TIFF to WebP | TIFF to AVIF is not available | TIFF to GIF is not available | TIFF to BMP is not available | TIFF to ICO is not available | TIFF to TIFF is not available | TIFF to SVG is not available |
| SVG | Convert SVG to PNG | Convert SVG to JPG | Convert SVG to WebP | Convert SVG to AVIF | SVG to GIF is not available | SVG to BMP is not available | Convert SVG to ICO | SVG to TIFF is not available | SVG 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.