ARZENTIQ
DESIGN & WEB

Image Converter (PNG, JPG, WebP)

Convert PNG, JPG, WebP, GIF, BMP, AVIF, SVG or HEIC (Safari) to PNG, JPEG or WebP in your browser — no upload — at the quality you set; before/after size shown.

The same picture in the format you need, encoded on your own machine, with a preview, the new file size and a plain statement of what changed (alpha flattened, first frame only, lossy).

Example: A 640 × 360 PNG with transparency becomes a WebP at quality 85 and keeps its alpha; the same file to JPEG is flattened onto white (or the colour you pick) and the page says so before you download.

v0.1.0 · last reviewed 20 September 2026
Loading the workspace…
BUILT TO BE UNDERSTOOD

Your browser already
has the codecs.

How the conversion runs without a server, what each target format keeps, and why two browsers give different bytes.

Decode, draw, encode

The file is opened by the browser's own image decoder — the same one that shows pictures on web pages, so anything it can display it can convert: PNG, JPEG, WebP, GIF, BMP, AVIF where supported, and SVG. The pixels are drawn onto an off-screen canvas at the source size (SVG at its intrinsic size times the scale you choose) and the canvas is asked to encode PNG, JPEG or WebP. The file never leaves your machine; large images are limited only by your device's memory.

What each format keeps

PNG is lossless and keeps transparency. WebP keeps transparency and is lossy at the quality you set. JPEG has no alpha channel: transparent pixels are painted onto the background colour first, and the page warns before it happens. Animated GIF or WebP becomes a single still frame. EXIF data, colour profiles and DPI tags are not copied into the output — a canvas only carries pixels — so an orientation tag is applied by the decoder and then dropped. Converting a lossy file to the same lossy format re-compresses it and is flagged.

Browser differences and limits

JPEG and WebP encoders are part of the browser, so Chrome, Firefox and Safari produce different file sizes (and slightly different pixels) at the same quality number; the size shown is what your browser made. A browser that cannot encode WebP will say so rather than silently produce PNG. HEIC (iPhone photos) is accepted but only converts where the browser itself decodes it — Safari 17 and later on iPhone, iPad and Mac; Chrome and Firefox do not ship an HEVC decoder, so on those the page says so instead of failing silently. Nothing leaves the browser; the same four anonymous usage counts as the rest of the site apply.

SOURCES

Last reviewed 20 September 2026. How results are checked: How we verify.