Skip to content
Reembun
Image converter icon
Image

Image converter

Convert images between JPG, PNG, WebP and AVIF in batches, with quality control and transparency handled correctly.

Drag files here, or

Converted to PNG on your device. Nothing is uploaded.

Ready. Runs locally on your device.

Your files stay on your device. The tool works directly in your browser, using your device to process your files. Nothing is sent to our servers, and we never receive, store, or see your files or figures.

Share

Share this page

Share result

Your results

Use the tool above first. Whatever it works out shows up here, ready to copy or share.

Cite

Cite this page

Reembun. (2026, July 27). Image converter. https://reembun.com/image-converter
Pick a style, then copy the reference. The access date is today.

How to use it

  1. Add the images

    Drop them in or use Choose images. A whole batch converts in one pass.

  2. Pick the target format

    PNG is lossless and keeps transparency, JPEG is smallest for photographs, WebP is small and still keeps transparency, AVIF is smaller again.

  3. Download the result

    One image downloads on its own; a batch comes back as a ZIP. The originals on your device are untouched.

The formats

FormatCompressionTransparencyAnimationSupport
JPEGLossyNoNoUniversal
PNGLosslessYesNoUniversal
WebPBothYesYesAll current browsers
AVIFBothYesYesAll current browsers
GIFLossless, 256 colours1-bitYesUniversal

JPEG (1992) remains the default for photographs. Its weakness is the absence of transparency and visible artefacts around sharp edges, which is why text in a JPEG screenshot looks fuzzy.

PNG is lossless and keeps a full alpha channel. Ideal for logos, screenshots and anything with flat colour or hard edges; a poor and very large choice for photographs.

WebP (2010) does both lossy and lossless, supports transparency and animation, and typically lands 25-35% below an equivalent JPEG. It is the pragmatic default in 2026.

AVIF (2019) is based on the AV1 video codec and compresses hardest of all, commonly 40-50% below JPEG at matched quality, with better handling of gradients. The cost is encoding speed, which is noticeably slower, particularly on phones.

What conversion actually does

The image is decoded to raw pixels, then re-encoded in the target format. Two consequences follow.

Lossy targets re-encode. Going JPEG → WebP means decoding the JPEG (already lossy) and applying WebP’s lossy compression on top. Quality 100 does not prevent this. It only minimises it. Convert from originals, and avoid converting back and forth.

Metadata is dropped. EXIF (camera, lens, exposure, and any GPS coordinates) does not survive re-encoding. For web publishing this is a privacy improvement, since location data embedded in a holiday photo is a real disclosure. If you need the metadata, keep the original.

Common conversions

PNG → JPEG or WebP. A screenshot-heavy PNG of a photograph can drop 80-90% in size. Watch for transparency being flattened.

JPEG → WebP. Around 30% smaller with no visible difference. The standard web optimisation.

Anything → AVIF. The largest saving available. Test in your target browsers, though support is now effectively universal.

WebP → JPEG or PNG. Needed when older software refuses WebP, as some desktop editors, print workflows and legacy CMSes still do.

Browsers cannot open everything

Conversion depends on the browser being able to decode the source. Universally supported inputs are JPEG, PNG, GIF, WebP, AVIF, BMP and SVG.

Not supported: RAW files from any camera, TIFF in most browsers, and PSD. These need a native application, and no browser-only tool can honestly claim otherwise.

HEIC/HEIF from an iPhone is the exception that got solved. No browser but Safari will decode it, so it does not work on this page - but the HEIC to JPG converter carries its own decoder and handles it on Windows and Android too.

Encoding support is checked before conversion

A browser quietly falls back to PNG when asked for a format it cannot write, which would hand you a much larger PNG named .avif. This tool checks support first and tells you plainly if the format is unavailable, rather than producing a mislabelled file.

Common questions

Why can I not convert HEIC files from my iPhone here?

This tool relies on the browser's own decoder, and no browser except Safari will open HEIC - the format carries patent licensing that Chrome, Firefox and Edge have all declined. The HEIC to JPG converter is the page for those: it ships its own decoder, so it works on Windows and Android as well.

What happens to transparency when I convert to JPEG?

JPEG has no alpha channel, so transparent areas must become something. This tool flattens them onto white, which is what almost everyone wants. If you need transparency preserved, convert to PNG, WebP or AVIF instead, since all three support it.

Which format should I choose?

WebP for almost everything on the web today. It is universally supported, roughly 25-35% smaller than JPEG, and handles transparency. AVIF when size matters most and you can accept slower encoding. PNG only for flat-colour graphics and screenshots. JPEG when something downstream demands it.

Does converting lose quality?

Converting to a lossy format (JPEG, WebP, AVIF) always re-encodes and discards some detail, even at quality 100. Converting to PNG is lossless, but it cannot restore detail already lost by an earlier lossy save. Always convert from the highest-quality original you have.

Last reviewed