WebP
From Just Solve the File Format Problem
(Difference between revisions)
(→Links) |
(Added software and sample file) |
||
Line 20: | Line 20: | ||
* libwebp: [https://developers.google.com/speed/webp/download download] · [http://www.webmproject.org/code/#webp-repositories development] | * libwebp: [https://developers.google.com/speed/webp/download download] · [http://www.webmproject.org/code/#webp-repositories development] | ||
* [https://www.google.com/chrome/ Google Chrome] can display WebP images | * [https://www.google.com/chrome/ Google Chrome] can display WebP images | ||
+ | * [[ImageMagick]] | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/image/test.webp | ||
== Links == | == Links == |
Revision as of 17:04, 26 May 2020
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.
Contents |
Identification
Files begin with bytes 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'W' 'E' 'B' 'P'
.
Software
- Konvertor
- libwebp: download · development
- Google Chrome can display WebP images
- ImageMagick
- abydos
Sample files
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)