WebP
From Just Solve the File Format Problem
(Difference between revisions)
(Category:RIFF) |
|||
Line 21: | Line 21: | ||
== Links == | == Links == | ||
* [https://developers.google.com/speed/webp/ Google's WebP page] | * [https://developers.google.com/speed/webp/ Google's WebP page] | ||
+ | * [[Wikipedia:WebP|Wikipedia article]] | ||
+ | [[Category:RIFF based file formats]] | ||
[[Category:Google]] | [[Category:Google]] |
Revision as of 02:38, 29 December 2013
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.
Identification
Files begin with bytes 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'W' 'E' 'B' 'P'
.
Software
- libwebp: download - development