UltraConvert
Image Tools

Image Format Converter

Convert images between popular formats instantly. JPG, PNG, WebP, and AVIF formats supported in any conversion direction. Batch conversion with automatic ZIP download. Control quality settings for lossy formats and preserve transparency where supported. Everything runs in your browser — images are never uploaded to any server.

What does this tool do?

The Image Converter transforms images between four major web and print formats. Convert JPG to PNG for transparency support, PNG to JPG for smaller file sizes, or to modern WebP/AVIF for superior compression. Batch processing handles multiple files at once with individual quality controls. Transparency is preserved when converting to formats that support it (PNG, WebP, AVIF) — note that JPG does not support transparency. All conversions use high-quality resampling and professional encoding libraries.

How it works

Using browser-based image processing with WebAssembly codecs, the tool decodes source images using appropriate libraries (libjpeg-turbo for JPEG, libpng for PNG, libwebp for WebP, libavif for AVIF). The decoded bitmap is then encoded to the target format using the selected quality settings. For transparency: PNG and WebP preserve alpha channels fully; AVIF supports alpha but default encoding may use YUV 4:2:0 which can soften edges; JPEG discards alpha entirely (transparent areas become filled, typically white). Quality settings apply only to lossy formats (JPEG, WebP, AVIF); PNG output uses lossless compression regardless. Processing runs in Web Workers for responsive UI.

Features

How to use

  1. 1

    Drop images

    Any combination of JPEG, PNG, WebP, AVIF — even mixed batches of different formats.

  2. 2

    Pick output format

    WebP for web (broad support, ~25% smaller than JPEG). AVIF for newer browsers (~50% smaller). PNG for lossless/archival. JPEG for maximum compatibility.

  3. 3

    Set quality (lossy formats)

    80-90 is usually good for WebP/AVIF. PNG quality slider has no effect — PNG is always lossless.

  4. 4

    Convert

    Output downloads as a zip if you've dropped multiple files. Individual download for single files.

Common use cases

Web format optimization

Convert images to WebP or AVIF for modern browsers with fallbacks, reducing page weight and improving load times.

Transparency needs

Convert JPG to PNG when you need transparent backgrounds for logos, icons, or overlay graphics.

Compatibility conversion

Convert newer formats (WebP, AVIF) to JPEG for older systems, email clients, or software with limited format support.

Print preparation

Convert to high-quality PNG or TIFF-equivalent for print workflows that require lossless or specific formats.

Tips & best practices

Frequently asked questions

When should I pick WebP vs AVIF?
WebP: universal modern-browser support, faster encode. AVIF: better compression but slower encode and Safari support only since 16.4. For 2025+ sites, AVIF with WebP fallback is standard.
Will conversion preserve transparency?
PNG and WebP support full alpha. AVIF does too but our encoder defaults to YUV 4:2:0 which can soften edges. JPEG has no alpha — transparent pixels become white.
What about HEIC (Apple)?
HEIC support requires libheif (different codec family). On the roadmap. For now, on iPhone share-sheet → 'Save to Files' converts HEIC → JPEG automatically.
Does quality setting affect PNG?
No — PNG is always lossless. The quality slider only applies to lossy formats (JPEG, WebP, AVIF). PNG uses maximum compression automatically via oxipng.

Related tools