File Format Guide

What is a WebP file?

WebP is Google's replacement for JPEG and PNG at once — smaller than both, with transparency and animation built in. It is also the format most likely to be sitting in your downloads folder refusing to open in an older program.

WebP at a glance
What is a WebP file?
A modern image format that provides superior lossless and lossy compression for images on the web.
How to open a WebP file?
Supported natively by all modern web browsers (Chrome, Safari, Firefox, Edge) and modern image editors like Photoshop.
Typical use of a WebP file:
Optimizing website load times. It replaces both JPGs (for photos) and PNGs (for transparent graphics) to improve SEO and performance.
Origin of the WebP file:
Developed by Google in 2010, based on the VP8 video codec.
Modern alternatives for WebP:
AVIF is the newer competitor, often yielding even smaller files, though WebP currently has broader legacy support.
WebP specifications
Full name WebP (from the WebM project)
File extensions .webp
MIME type image/webp
Compression Lossy (VP8 intra-frame coding) and lossless, in the same container
Transparency Full alpha channel, in both lossy and lossless modes
Animation Supported
Colour depth 8 bits per channel
Maximum size 16,383 × 16,383 pixels
Introduced 2010
Browser support All current browsers (Chrome 23+, Firefox 65+, Safari 14+, Edge 18+)
Advertisement

Two formats wearing one extension

A .webp file can contain two quite different things. Lossy WebP borrows the intra-frame coding from the VP8 video codec: it predicts each block from its already-decoded neighbours and only stores the difference, which is a fundamentally smarter approach than JPEG's independent 8×8 blocks. Lossless WebP is a separate algorithm entirely, built around colour transforms and a dictionary coder, and it competes with PNG rather than with JPEG.

This is why WebP can replace both: for photographs it is typically 25–35% smaller than a JPEG of equivalent quality, and for graphics it is typically 20–30% smaller than the same PNG, bit-for-bit identical.

Transparency without the size penalty

WebP's real party trick is lossy compression with an alpha channel — something JPEG cannot do at all. Before WebP, a photographic image with soft transparent edges had to be shipped as a large PNG. WebP compresses the colour data lossily and the transparency mask separately, so the same image can be a small fraction of the size.

For product photography on transparent backgrounds, hero images with faded edges, and any UI asset that mixes photographic content with transparency, this single capability is usually the reason a site switched.

Why you keep downloading files you cannot open

Browsers negotiate image formats with servers, so when you right-click and save an image from a modern site, you often get the WebP version the browser was served rather than the JPEG you expected. Every current browser reads it, but plenty of desktop software does not — older Photoshop builds, some print shop upload forms, various phone gallery apps, and a good deal of enterprise software.

Converting back to JPG or PNG solves it. Note that WebP → JPG is a re-encode of already-lossy data, so use a high quality setting; WebP → PNG is safe but produces a much larger file, and is the right choice if the image has transparency.

The 16,383 pixel ceiling

WebP inherits a hard dimension limit from VP8: neither side can exceed 16,383 pixels. This is far beyond normal photography but it does bite on stitched panoramas, large scanned maps, and giant poster artwork. If a converter refuses your image, oversized dimensions are the usual reason — TIFF, PNG, or JXL will handle it.

Convert WebP files in your browser

Zolvo's image converter runs entirely on your own machine — your files are never uploaded to a server. Drop a WebP file in and pick an output format, or jump straight to a common one:

WebP — frequently asked questions

Why can't I open a WebP file?

Because the program predates the format or never added support. Every current browser can display WebP — dragging the file into a browser tab is the quickest way to view it — but older versions of Photoshop, some gallery apps, and many upload forms still reject it. Converting to JPG or PNG resolves it.

Is WebP better than JPG?

For file size at a given quality, clearly yes — usually 25–35% smaller, plus it supports transparency and animation, which JPEG does not. JPEG's remaining advantage is that literally everything can open it.

Does converting WebP to JPG lose quality?

If the WebP was lossy, yes — you are re-encoding already-compressed data, which compounds the loss. Use a high quality setting (85 or above) to keep it minor. If the WebP was lossless, converting to JPG introduces loss for the first time.

Can WebP replace animated GIFs?

Yes, and it is dramatically better at it — animated WebP files are typically a fifth the size of the equivalent GIF and are not limited to 256 colours. Browser support for animated WebP is universal.

Related formats