/ Image tools — format conversion

Image Format Converter

Convert images between PNG, JPEG, WebP and AVIF right in your browser. Drop one file for a side-by-side comparison, or queue a batch and download everything as a ZIP. Nothing is uploaded — every conversion runs locally on your device.

  • 100% local processing
  • Free forever
  • No sign-up

1. Add images & choose output

Output format
80%

Applies to JPEG, WEBP and AVIF. PNG is always lossless.

2. Compare result

Select any row in the queue to preview it.

No image selected yet. Add an image to see the original and the converted version side by side.

3. Batch queue

0 files

The queue is empty. Added files appear here with their status and size.

    / 01 — Format guide

    PNG vs JPEG vs WebP vs AVIF: Which Should You Use?

    Every format trades file size against quality, transparency and compatibility differently. The table below uses published compression benchmarks and current browser support data.

    Browser support from Can I Use (checked August 2026); size figures are Google’s and Netflix’s published benchmarks at equivalent visual quality.
    Format Compression Transparency Browser support Best use case Size vs JPEG
    PNGPortable Network Graphics Lossless only Yes — full 8-bit alpha Universal Every browser since the 1990s Logos, icons, screenshots, line art — anything with sharp edges or text Often 3–5× larger on photos; smaller on flat graphics
    JPEGJoint Photographic Experts Group Lossy only No — transparency becomes white or black Universal Safe everywhere, including email and legacy software Photographs, camera output, print submissions, maximum-compatibility delivery Baseline (100%)
    WebPGoogle, 2010 Both lossy and lossless Yes — alpha in both modes Baseline 2020 Chrome 32+, Firefox 65+, Safari 16+, Edge 18+ The default for website images today — photos, product shots, thumbnails, hero banners 25–34% smaller than JPEG; lossless WebP ~26% smaller than PNG
    AVIFAOMedia, 2019 Both modes; also HDR and wide gamut Yes — alpha plus 10/12-bit depth Baseline 2024 Chrome 85+, Firefox 93+, Safari 16.4+, Edge 121+ Performance-critical pages, large hero images — ideally with a WebP fallback Roughly 50% smaller than JPEG, ~20% smaller than WebP

    Real-world savings depend heavily on image content. Flat illustrations and screenshots behave very differently from noisy photographs, so compare the output size in the converter above before committing.

    When WebP is the right answer

    For the vast majority of website images in 2026, WebP is the safe default. It supports transparency like PNG, compresses photos better than JPEG, and works in every browser that matters — support became Baseline in September 2020 when Safari 14 shipped it. Converting a folder of JPEG product photos to WebP typically cuts total page weight by a quarter to a third with no visible quality loss, which directly improves Largest Contentful Paint.

    When PNG is still better

    PNG wins whenever pixel-perfect accuracy matters more than file size. Screenshots containing small text, logos with hard edges, diagrams and QR codes should stay lossless. Lossy formats introduce ringing artefacts around high-contrast edges, and those artefacts compound every time you re-save. One caveat worth knowing: converting a JPEG to PNG does not restore quality that lossy compression already discarded — it only freezes the current state at a larger file size.

    Is AVIF ready in 2026?

    Yes, with one caveat. AVIF reached Baseline availability in January 2024 and now runs in Chrome, Firefox, Safari 16.4+ and Edge 121+, delivering roughly half the file size of an equivalent JPEG. The caveat is no longer the browser but the tooling around it: some CMS versions, CDN pipelines and email clients still cannot read AVIF, and encoding is noticeably slower than WebP. Serve it through a <picture> element with a WebP or JPEG fallback. Note that AVIF encoding here depends on your own browser — if yours cannot encode it, the option is disabled automatically rather than failing silently.

    / 02 — Use cases

    When and How to Convert Image Formats

    Format choice is really a question of context. The same photograph might ship as AVIF on your homepage, JPEG in a newsletter and PNG in a press kit.

    Speeding up a website

    Images are usually the heaviest part of a page, and oversized JPEG or PNG files are the most common cause of a poor Largest Contentful Paint score.

    Convert to WebP and you typically remove a quarter to a third of the bytes without touching layout or code. Transparency survives, so PNG logos keep their alpha channel.

    WebP · quality 75–85

    Social media and messaging

    Most platforms re-encode whatever you upload, so the goal is to hand them the cleanest source rather than the smallest file.

    Use high-quality JPEG for photographs and PNG when you need transparency. Avoid AVIF here — several platforms still reject or mangle it.

    JPEG · quality 90+

    Maximum performance

    When a hero image or long product gallery dominates page weight, AVIF is the strongest tool available — around 50% smaller than JPEG at matched quality.

    Because a small share of traffic still cannot decode AVIF, pair it with a fallback so nobody sees a broken image.

    AVIF · quality 50–65 + fallback

    Batch converting a folder

    Migrating a blog archive or cleaning up mixed-format uploads is where a batch converter saves real time.

    Drop every file into the queue, pick one output format, convert in a single pass and download as one ZIP. Each row shows the before and after size.

    WebP · quality 80 · ZIP

    / 03 — FAQ

    Frequently Asked Questions

    Common questions about converting images online, compression trade-offs and how this tool handles your files.

    Is this image converter free, and are my images safe?

    It is completely free with no account, no watermark and no file-count limit beyond the 60-file queue cap that keeps your browser responsive.

    More importantly, it is a no-upload image converter. Every conversion runs inside your browser using the Canvas API, so your images never travel to a server. You can verify this yourself: open developer tools, switch to the Network tab, and convert a file — no upload request appears. The tool even keeps working if you disconnect from the internet after the page loads.

    What is the difference between lossy and lossless compression?

    Lossless compression rewrites the file more efficiently without discarding a single pixel value. Decode a lossless PNG and you get the exact original data back, which is why it is safe to re-save repeatedly. The trade-off is size: photographs contain too much fine detail to compress well losslessly.

    Lossy compression permanently throws away information the eye is least likely to notice. This is how JPEG, and WebP or AVIF in lossy mode, achieve dramatically smaller files. The catch is that the loss is cumulative — every re-save degrades the image further. Keep a lossless master and export lossy versions from it, rather than re-compressing an already-compressed file.

    Which image format is best for SEO and Core Web Vitals?

    No format gives a direct ranking boost, but image weight strongly affects Largest Contentful Paint, which is a confirmed page-experience signal. Smaller images mean faster rendering and better real-user metrics.

    In practice: use WebP as your site-wide default and AVIF with a fallback for large hero images. Then reinforce it with the basics that matter just as much — descriptive alt text, correctly sized images rather than oversized ones scaled down in CSS, explicit width and height to prevent layout shift, and loading="lazy" below the fold.

    Can I convert multiple images at once?

    Yes. The batch queue holds up to 60 images per session, with a 30 MB limit per file. Choose one output format and quality, press Convert All, and every file is processed in sequence.

    Each row shows the original size, the converted size and the percentage change, so you can spot any file that grew instead of shrinking. Download images individually or use Download All as ZIP. Files sharing a name are automatically numbered inside the archive so nothing is overwritten.

    Does AVIF work in all browsers?

    Almost. AVIF is supported in Chrome 85+, Firefox 93+, Safari 16.4+ and Edge 121+, and reached Baseline availability in January 2024. Visitors on older browsers, some in-app webviews and certain email clients still cannot display it.

    That is a display question. Separately, this converter can only create AVIF files if your own browser includes an AVIF encoder — and encoding support lags behind decoding support. If the AVIF button is greyed out with a notice above the tool, your browser can probably view AVIF but not write it; try the latest Chrome or Edge. For anything published publicly, serve AVIF inside a <picture> element with a WebP or JPEG source.

    How do I convert PNG to WebP without losing quality?

    Set the quality slider to 100. At maximum quality the WebP encoder preserves detail so closely that the result is visually indistinguishable from the source, while still producing a smaller file than the original PNG in most cases.

    One technical nuance: the Canvas API used by browser-based converters always writes lossy WebP, even at quality 100 — it does not expose the lossless WebP mode. For screenshots, logos and line art where absolute pixel fidelity is required, keep the PNG. For photographs, WebP at quality 90–100 is effectively lossless to the eye at a fraction of the size.

    Why did my converted file end up larger than the original?

    This is normal in three situations, and the queue shows it as a positive percentage so you catch it immediately.

    First, converting a lossy file to PNG: a JPEG photo re-encoded as lossless PNG can easily triple in size, because PNG must store every JPEG artefact faithfully. Second, converting flat graphics to a lossy format: a two-colour logo compresses beautifully in PNG and poorly in JPEG. Third, a quality setting that is too high — WebP at quality 100 can exceed a well-optimised JPEG. If the output grows, either lower the quality or keep the original format.

    What happens to transparency when I convert to JPEG?

    JPEG has no alpha channel, so transparency cannot be preserved. Many converters render transparent pixels as black, which ruins logos and cut-out product shots.

    This tool composites transparent areas onto a white background instead, which matches what most websites and documents expect. If you need to keep the transparent background, convert to PNG or WebP — both support a full alpha channel, as does AVIF.

    Does converting change dimensions or metadata?

    Pixel dimensions are preserved exactly — a 4000 × 3000 photo converts to a 4000 × 3000 file in the new format. This tool converts format only; it does not resize or crop.

    Metadata behaves differently. Because conversion happens by redrawing onto a canvas, EXIF data such as camera model, GPS coordinates, capture date and embedded colour profiles is stripped from the output. That is a privacy advantage when publishing photos online, but if you rely on EXIF for cataloguing, archive the original before converting.

    1 thought on “Image format conversion”

    1. Pingback: Convert image to PDF - Tool Lab

    Comments are closed.