.webp File Extension
.webp file is, which apps open WebP images, how Poly supports them, and when another image format works better. File extension details for .webp
Partial Support| File type | WebP image |
|---|---|
| MIME type | |
| Encoding | Binary RIFF container with lossy VP8, lossless VP8L, or extended WebP image data |
| Operating systems | Windows, macOS, Linux, iOS, Android |
| Opens with | Web browsers, Microsoft Photos, Apple Preview, Adobe Photoshop, GIMP |
| Poly support | Yes. Poly provides thumbnails, preview, metadata, visual search, and agent understanding for WebP images. |
| Indexed by Poly | Yes. Poly indexes filenames, supported EXIF metadata, and the visual appearance of a representative still. |
| Preview in Poly | Yes. WebP files open in Poly's image viewer, where supported browsers can play animation. |
| Poly agent | Partial. The Poly agent can understand a rendered still, but not the complete animation timeline. |
What kind of file is a .webp?
A .webp file is a WebP raster image. It uses the image/webp MIME type and can hold a still image or animation. WebP supports lossy and lossless compression, full alpha transparency, color profiles, and EXIF or XMP metadata.1
The identifying header begins with RIFF, a four-byte little-endian size, and the form type WEBP. In hexadecimal, that pattern is 52 49 46 46 ?? ?? ?? ?? 57 45 42 50. A following chunk may identify lossy VP8 , lossless VP8L, or extended VP8X data.1
RIFF is not enough because WAV and AVI also use RIFF containers. Renaming another image to .webp does not convert its bytes.How do I open a .webp on my computer?
The simplest viewer is a current web browser. Chrome, Edge, Firefox, Opera, and Safari display WebP directly.2 Drag the file into a browser window if your desktop's default photo app does not recognize it.
For editing and conversion:
- Adobe Photoshop 23.2 or later can open, create, edit, and save WebP without a plug-in.3
- GIMP and many current image editors support WebP still images and common WebP export options.
- Google's
dwebpcommand-line tool decodes WebP, whilecwebpcreates WebP files from formats such as PNG and JPEG.4
Animated files may appear as one frame in software that supports still WebP but not animation. Keep untrusted image software updated because malformed files can still exploit decoder bugs.
Poly support for .webp
Poly gives WebP images thumbnails, an in-app preview, supported EXIF metadata, visual search, and agent understanding. You can find an image by filename or appearance, and the original file opens in the image viewer. Animated WebP can play there when the browser supports it.
Thumbnails, visual indexing, and agent understanding use a representative still rather than the complete animation. Text drawn into an ordinary WebP is not indexed as document text. If important information appears only in later frames, export those frames or use a supported video format.
History of .webp
Google announced WebP as a developer preview on September 30, 2010. The initial format applied VP8 intra-frame coding to still images. Lossless compression and alpha transparency followed in 2011.56
WebP's formal media-type registration came much later. RFC 9649, published in November 2024, documents the container and lossless bitstream and registers .webp with image/webp. The RFC is Informational rather than an Internet Standards Track specification.1
Working with .webp and alternatives
WebP uses 8-bit image data.1 It is flexible for websites because one suffix covers photographs, transparent graphics, and animation.
| Need | Consider | Main tradeoff |
|---|---|---|
| Broad photo compatibility | JPEG | No transparency or lossless mode |
| Lossless editing or 16-bit channels | PNG | Often larger for photographs |
| HDR or higher bit depth | AVIF | Older software may be less compatible |
| Simple legacy animation | GIF | Limited palette and transparency |
In Google's reproducible study, WebP files were 25% to 34% smaller than JPEG at equivalent or slightly better SSIM across its tested datasets and settings.7 Treat that as a benchmark, not a guarantee. Compare your own source images at the quality you need.
Conversion can discard animation timing, transparency, color profiles, or metadata. Converting a lossy WebP to PNG prevents another lossy save but cannot restore discarded detail. Keep the original until you have checked the converted pixels, frames, and metadata.
Footnotes
- Zern, J., Massimino, P., and J. Alakuijala. RFC 9649: WebP Image Format. Internet Engineering Task Force, November 2024. ↩ ↩2 ↩3 ↩4
- MDN Web Docs. Image File Type and Format Guide: WebP. ↩
- Adobe. Work with WebP Files in Photoshop. ↩
- Google. An Image Format for the Web. ↩
- Chromium Blog. WebP, a New Image Format for the Web. September 30, 2010. ↩
- Chromium Blog. Lossless and Transparency Encoding in WebP. November 17, 2011. ↩
- Google. WebP Compression Study. The study compared WebP 0.1.2 and optimized JPEG output using SSIM across the Kodak and Tecnick sets and a web-image sample. ↩