WebP
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
Line 27: | Line 27: | ||
== Sample files == | == Sample files == | ||
โ | * | + | * {{DexvertSamples|image/webp}} |
== Links == | == Links == |
Latest revision as of 05:15, 28 December 2023
WebP is an image file format developed by Google, primarily intended for use on web pages.
It can use either lossy or lossless compression. Its lossy compression is based on portions of the VP8 video compression format.
It uses the RIFF container format.
See also WebP 2.
Contents |
[edit] Identification
Files begin with bytes 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'W' 'E' 'B' 'P'
.
[edit] Software
- Konvertor
- libwebp: download ยท development
- Google Chrome can display WebP images
- ImageMagick
- abydos
[edit] Sample files
[edit] Links
- Google's WebP page
- Wikipedia article
- Online demonstrator - shows quality differences between similarly-sized images in JPEG, JP2, WebP and BPG formats
- How WebP works (lossly mode)