WebP

WebP
Filename extension .webp[1]
Internet media type image/webp
Magic number WEBP
Developed by Google
Initial release 30 September 2010 (2010-09-30)[2]
Latest release
0.5.1
(7 July 2016 (2016-07-07)[3])
Type of format Image format
Lossless/lossy compression algorithm
Contained by Resource Interchange File Format (RIFF)[4]
Open format? Yes[5]
Website developers.google.com/speed/webp

WebP is an image format employing both lossy[6] and lossless compression. It is currently developed by Google, based on technology acquired with the purchase of On2 Technologies.[7]

Lenna test image compressed using version 0.30 lossy WebP compression at quality 75 with accompanying RGB histograms. Note the breaks in the histogram of the compressed image compared to the source.

As a derivative of the VP8 video format, it is a sister project to the WebM multimedia container format.[8] WebP-related software is released under a BSD license. [9]

The format was first announced in September 30, 2010 as a new open standard for lossily compressed true-color graphics on the web, producing smaller files of comparable image quality to the older JPEG scheme.[10] On October 3, 2011 Google announced WebP support for animation, ICC profile, XMP metadata and tiling (compositing very large images from maximum 16384×16384 tiles).[11]

On November 18, 2011 Google began to experiment with lossless compression and support for transparency (alpha channel) in both lossless and lossy modes; support has been enabled by default in libwebp 0.2.0 (August 16, 2012).[12][13] According to Google's measurements, a conversion from PNG to WebP results in a 45% reduction in file size when starting with PNGs found on the web, and a 28% reduction compared to PNGs that are recompressed with pngcrush and PNGOUT.[14]

Animated WebP

Google has proposed using WebP for animated images as an alternative to the popular GIF format, citing the advantages of 24-bit color with transparency, combining frames with lossy and lossless compression in the same animation, and as well as support for seeking to specific frames.[15] Google reports a 64% reduction in file size for images converted from animated GIFs to lossy WebP, and a 19% reduction when converted to lossless WebP.

Technology

Simple WebP
Bytes Content
 0- 3 RIFF
 4- 7 length+8
 8-11 WEBP
12-15 VP8
16-19 length (padded)
20- … VP8 key frame
pad  (even length)

WebP's lossy compression algorithm is based on the intra-frame coding of the VP8 video format[16] and the Resource Interchange File Format (RIFF) as a container format.[2] As such, it is a block-based transformation scheme with eight bits of color depth and a luminance-chrominance model with chroma subsampling by a ratio of 1:2 (YCbCr 4:2:0).[17] Without further content, the mandatory RIFF container has an overhead of only twenty bytes, though it can also hold additional metadata.[2] The side length of WebP images is limited to 16383 pixels.[5]

WebP is based on block prediction. Each block is predicted on the values from the three blocks above it and from one block to the left of it (block decoding is done in raster-scan order: left to right and top to bottom). There are four basic modes of block prediction: horizontal, vertical, DC (one color), and TrueMotion. Mispredicted data and non-predicted blocks are compressed in a 4×4 pixel sub-block with a discrete cosine transform or a Walsh–Hadamard transform. Both transforms are done with fixed-point arithmetic to avoid rounding errors. The output is compressed with entropy encoding.[17] WebP also has explicit support for parallel decoding.[17]

The reference implementation consists of converter software in the form of a command-line program for Linux (cwebp) and a programming library for the decoding, the same as for WebM. The open source community quickly managed to port the converter to other platforms, such as Windows.[18]

WebP’s lossless compression uses advanced techniques such as dedicated entropy codes for different color channels, exploiting 2D locality of backward reference distances and a color cache of recently used colors. This complements basic techniques such as dictionary coding, Huffman coding and color indexing transform.[13]

Support

Amongst web browsers, Google Chrome, Opera and Pale Moon natively support WebP while Mozilla has announced plans to implement WebP natively in Firefox.[19][20][21][22] All WebM-compatible browsers can also display WebP via a JavaScript shim.[23][24] WebP can also be displayed in all major browsers using the WebPJS JavaScript library, although support in Internet Explorer 6 and above is achieved using Flash.[25]

Amongst graphics software, Picasa (from version 3.9),[26] PhotoLine,[27] Pixelmator,[28] ImageMagick,[29] XnView,[30] IrfanView,[31] GDAL [32] and Aseprite[33] all natively support WebP. Telegraphics has released a free plug-in that enables WebP support in Adobe Photoshop.[34] The plugin was last updated in 2013 so it saves using an older revision of the WebP format. A more current beta Photoshop plugin has also been released by fnordware.[35] GIMP[36] and Paint.NET[37] support WebP via plugins. Google has also released a plug-in for Microsoft Windows that enables WebP support in Windows Photo Viewer, Microsoft Office 2010, FastPictureViewer,[38] and any other application that uses Windows Imaging Component.[39]

FFmpeg linked with the VP8/VP9 reference codec library libvpx can extract VP8 key frames from WebM media and a script can then add the WebP RIFF header and the NUL pad byte for odd frame lengths. Meanwhile, FFmpeg supports libwebp directly.

Gmail and Picasa Web Albums (both Google web applications) support WebP. Support for WebP is also planned for Google App Engine. The Instant Previews feature of Google Search currently uses WebP internally to reduce disk space used by previews.[40] Android 4.0 supports encoding and decoding WebP images (via bitmap and Skia).[41] SDL_image supports the format since 1.2.11.

Telegram Messenger uses WebP for their Stickers, claiming they are displayed 5 times faster compared to the other formats usually used in messaging apps.[42]

In early beta versions of macOS Sierra and iOS 10, Apple added WebP support.[43] In the GM seed version of macOS Sierra released September 7, 2016, WebP support has been removed.

Restrictions

Like VP8 on which it is based, former lossy WebP only supports 8-bit YUV 4:2:0 format,[44] which may cause color loss on images with thin contrast elements (such as in pixel art and computer graphics) and ghosting in anaglyph. To overcome this restriction, new lossless WebP supports VP8L encoding that works exclusively with 8-bit ARGB color space.[45][46]

Criticism

In September 2010, Fiona Glaser, a developer of the x264 encoder, wrote a very early critique of WebP.[16] Comparing different encodings (JPEG, x264, and WebP) of a reference image, she stated that the quality of the WebP-encoded result was the worst of the three, mostly because of blurriness on the image. Her main remark was that "libvpx, a much more powerful encoder than ffmpeg's jpeg encoder, loses because it tries too hard to optimize for PSNR" (peak signal-to-noise ratio), arguing instead that "good psycho-visual optimizations are more important than anything else for compression."[16]

Pascal Massimino, developer of the cwebp encoder, reports improvements to the WebP encoder with a number of defects resolved since the preview releases. As WebP (and the WebM standard upon which it is based) is an open-source format[47] under active development, issues can be expected to both resolve and regress as they are addressed on an ad-hoc basis.

In October 2013, Josh Aas from Mozilla Research published a comprehensive study of current lossy encoding techniques[48] and was not able to conclude WebP outperformed JPEG by any significant margin.[49]

See also

References

  1. "WEBP file extension". DotWhat.net. Retrieved 2010-10-01.
  2. 1 2 3 Rabbat, Richard (2010-09-30). "WebP, a new image format for the Web". Chromium Blog. Google. Retrieved 2010-10-01.
  3. "libwebp 0.5.1". Chromium. Google. 2016-07-07. Retrieved 7 July 2016.
  4. "RIFF Container". Google Code. Google. Retrieved 2010-10-01.
  5. 1 2 "WebP FAQs". Google Code. Google. Retrieved 2010-10-06.
  6. Calore, Michael (2010-10-01). "Meet WebP, Google's New Image Format". Wired. Retrieved 2010-10-05.
  7. Shankland, Stephen (2010-09-30). "Google offers JPEG alternative for faster Web". CNET News. CBS Interactive. Retrieved 2010-10-01.
  8. Paul, Ryan (2010-10-02). "Google's new VP8-based image format could replace JPEG". Ars Technica. Retrieved 2010-10-05.
  9. Rabbat, Richard (2010-10-03). "License/Patent clarification". Retrieved 2011-03-11.
  10. "Comparative Study of WebP, JPEG and JPEG 2000". Google Code. Google. Retrieved 2010-10-01.
  11. WebP-Mux (RIFF based container) framework
  12. WebP v0.2.0 decoder and encoder source tree
  13. 1 2 Google Developers Blog: Lossless and Transparency Modes in WebP
  14. Google Code blog: Lossless and transparency encoding in WebP
  15. "Frequently Asked Questions". Google. 2014-02-21. Retrieved 2014-02-23.
  16. 1 2 3 Glaser, Fiona (2010-09-30). "H.264 and VP8 for still image coding: WebP?". Diary Of An x264 Developer. Archived from the original on March 19, 2015. Retrieved 2010-10-01.
  17. 1 2 3 "VP8 Data Format and Decoding Guide" (PDF). Google. 2010-09-23. Retrieved 2010-10-02.
  18. "WebP for .NET". Codeplex. Microsoft. 2010-10-01.
  19. Metz, Cade (2010-09-30). "Google open sources JPEG assassin". The Register. San Francisco. Retrieved 2010-10-03.
  20. Ødegaard, Ruarí (2011-03-15). "CSS gradients, WebP, and Declarative UI". Opera Desktop Team. Opera Software ASA. My Opera. Archived from the original on 2011-03-17. Retrieved 2011-03-15.
  21. https://www.palemoon.org/releasenotes.shtml
  22. Brinkmann, Martin (2016-08-24). "Mozilla plans to add Webp support to Firefox". gHacks Technology News. Retrieved 2016-08-24.
  23. "Weppy Demo: WebP in modern browsers today". GitHub. Retrieved 2010-10-11.
  24. "Weppy: Javascript Shim for WebP on Chrome 6 and Firefox 4.0". Blog: this title probably isn't very original. antimatter15.com. 2010-10-03. Retrieved 2011-05-24.
  25. "WebPJS - Google's new image format WebP for not supported browsers (with alpha-channel)". Retrieved 2011-11-20.
  26. Picasa and Picasa Web Albums Release Notes
  27. "Release notes Version 18.00". pl32.com. Retrieved 2013-10-05.
  28. David, Chartier (2010-10-04). "Pixelmator to Add Support for Google's WebP Image Format". PC World. IDG. Retrieved 2010-10-05.
  29. "ImageMagick Image Formats". ImageMagick.org. ImageMagick Studio LLC. Retrieved 2011-05-24.
  30. "XnView Software - All Supported Formats". xnview.com. Pierre-Emmanuel Gougelet. Retrieved 2014-01-06.
  31. History of IrfanView changes
  32. "GDAL supported formats". gdal.org. GDAL - Geospatial Data Abstraction Library. Retrieved 2011-11-30.
  33. "Aseprite - Release-notes". www.aseprite.org. Retrieved 2016-03-28.
  34. "WebP Format". Free plugins for Photoshop & Illustrator. Telegraphics. Retrieved 2011-05-23.
  35. "Adobe WebM/WebP plugins". fnordware.com. Retrieved 2015-06-29.
  36. "nathan-osman/gimp-webp: Gimp plugin for loading and saving WebP images". Retrieved 2016-03-30.
  37. "WebP Filetype". Retrieved 2013-05-18.
  38. FastPictureViewer Image Formats Compatibility
  39. "WebP Codec for Windows". WebP website. Google Code. Retrieved 2011-05-24.
  40. "The Chromium Blog: WebP in Chrome, Picasa, Gmail With a Slew of New Features and Improvements". Google. 2011-05-21. Retrieved 2011-05-20.
  41. Android 4.0 Platform Highlights
  42. "Stickers Done Right"
  43. Stephen Shankland (2016-07-19). "Apple tests Google graphics format to speed up websites". CNET. Retrieved 2016-07-20.
  44. Google (November 2011). "Format Overview". VP8 Data Format and Decoding Guide. IETF. sec. 2. RFC 6386. https://tools.ietf.org/html/rfc6386#section-2. Retrieved 2014-01-21.
  45. "Frequently Asked Questions".
  46. "WebP Lossless Bitstream Specification".
  47. "About WebM". WebM. Retrieved 2014-01-21.
  48. Josh Aas. "Studying Lossy Image Compression Efficiency". Mozilla Research Blog. Retrieved 2014-09-10.
  49. Josh Aas. "Mozilla Advances JPEG Encoding with mozjpeg 2.0". Mozilla Research Blog. Retrieved 2014-09-10.
This article is issued from Wikipedia - version of the 10/29/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.