Reference Formats
WebP
A Google-developed format offering lossy (VP8), lossless (VP8L) and animated modes in a compact RIFF container, designed to shrink web image payloads versus JPEG/PNG/GIF.
Extension
.webp
Full name
WebP
Introduced
September 30, 2010
Vendor
Google (built on VP8 technology from its 2010 On2 Technologies acquisition)
What is inside the container
WebP layers three encodings inside a RIFF container: VP8 for lossy compression, VP8L for lossless compression with optional transparency, and the extended VP8X container required whenever alpha, animation, or metadata is present. It supports 8-bit channels with 8-bit alpha transparency, and embeds EXIF, XMP, and a single ICC profile chunk — but has no native IPTC chunk type, unlike JPEG or TIFF.
How to open it
For archives
Use as a delivery/derivative format, not a DAM master. WebP is excellent for web-facing previews and thumbnails — smaller than comparable JPEG/PNG output — and does carry EXIF/XMP/ICC, but it lacks TIFF's multi-decade archival track record and institutional endorsement. Keep the original camera file or a TIFF master in the archive tier and generate WebP as a served preview/thumbnail.
Google announced WebP on September 30, 2010, building it on VP8 video-codec technology it had acquired earlier that year through the purchase of On2 Technologies. The motivation was purely a web-performance problem: JPEG, PNG, and GIF were collectively inefficient for the growing volume of images the web was serving, and Google wanted a smaller-footprint format to cut bandwidth for its own properties, particularly Search and Photos. Lossless compression, alpha transparency, and animation support were layered in afterward via the extended VP8X container.
In a DAM, WebP is primarily a rendition format rather than an ingest master. Systems increasingly serve WebP-derived thumbnails and previews automatically to speed up page loads, while retaining the original ingest format — JPEG, TIFF, RAW — as the true master. Browser support has become wide enough (roughly 96–97% of global traffic per caniuse.com) that WebP delivery is now close to a safe default for web-facing asset views, a very different maturity level than JPEG XL or AVIF.
The metadata pitfall is on the derivative side: WebP does support EXIF, XMP, and a single ICC profile chunk, but many aggressive web-optimization pipelines and CDNs strip these chunks by default to save bytes, since bandwidth reduction was WebP’s entire reason for existing. A DAM that needs its served WebP renditions to preserve usage-rights or attribution metadata has to explicitly configure export pipelines to retain those chunks rather than assume they survive automatically.
Frequently asked
Should a DAM use WebP as its master format?
No — use WebP as a delivery or derivative format. It's excellent for web-facing previews and thumbnails and does carry EXIF/XMP/ICC, but it lacks TIFF's multi-decade archival track record and institutional endorsement, so keep the original camera file or a TIFF master in the archive tier.
What metadata does WebP support?
WebP carries metadata as chunks inside its RIFF container, similarly to how JPEG embeds EXIF — but WebP adds a single ICC profile chunk and full XMP alongside EXIF, and still lacks a native IPTC chunk type, unlike JPEG or TIFF. Support for reading and writing these chunks varies by tool: utilities like cwebp and webpmux typically preserve EXIF and XMP from a source JPEG, but many web-optimization pipelines strip metadata by default to save bytes.
How wide is browser support for WebP?
Wide — Chrome 32+ (2014), Firefox 65+ (2019), Safari 16+ (2022), and Edge all support WebP natively today, together covering roughly 96–97% of global browser traffic, close to a safe default for web delivery. The exception is legacy browsers: Internet Explorer never added WebP support in any version, which used to force sites onto fallback strategies — serving JPEG or PNG via the HTML picture element or Accept-header content negotiation — though IE's now-negligible usage share has largely erased that need.
Why might WebP metadata go missing in a DAM's served images?
Many aggressive web-optimization pipelines and CDNs strip EXIF/XMP/ICC chunks by default to save bytes, since bandwidth reduction was WebP's entire reason for existing. A DAM that needs rights or attribution metadata to survive must explicitly configure export pipelines to retain those chunks.
What compression modes does WebP offer?
Three encodings inside a RIFF container: VP8 for lossy compression, VP8L for lossless compression with optional transparency, and the extended VP8X container whenever alpha, animation, or metadata is present.
Why was WebP created?
Google announced WebP on September 30, 2010, building it on VP8 video-codec technology acquired earlier that year through its purchase of On2 Technologies. The goal was purely a web-performance problem: JPEG, PNG, and GIF were collectively inefficient for the growing volume of images the web was serving, and Google wanted a smaller-footprint format — comparable visual quality at a smaller file size — to cut bandwidth costs for its own properties, particularly Search and Photos, and speed up page loads generally.
Does WebP support alpha transparency?
Yes — WebP supports full 8-bit alpha transparency in both its lossless and lossy modes, unlike JPEG, which has no alpha channel at all. In lossless files the RGBA data is compressed together via VP8L. In lossy files, the RGB color data is compressed lossily with VP8 while the alpha plane is compressed separately, typically losslessly, inside the extended VP8X container, so transparency edges stay sharp even when the surrounding image is heavily compressed.
What's the typical DAM role for WebP?
A rendition format rather than an ingest master: DAM systems increasingly serve WebP-derived thumbnails and previews automatically to speed up page loads, while retaining the original ingest format as the true master.
Sources
- WebP was announced by Google on September 30, 2010, based on VP8 technology from the On2 Technologies acquisition. checked 2026-08-07 — Google Developers Blog: WebP, a new image format for the Web
- WebP's RIFF container supports VP8 (lossy), VP8L (lossless), and VP8X (extended, for alpha/animation/metadata). checked 2026-08-07 — WebP Container Specification, Google Developers
- WebP supports EXIF, XMP, and ICC profile chunks but no native IPTC chunk. checked 2026-08-07 — Exiv2: The Metadata in WEBP files
- WebP has approximately 96–97% global browser support as of 2026. checked 2026-08-07 — caniuse.com: WebP