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]

An example WebP image
Filename extension
.webp[1]
Internet media type
image/webp
Magic numberWEBP
Developed byGoogle
Initial release30 September 2010 (2010-09-30)[2]
Type of format
Contained byResource Interchange File Format (RIFF)[3]
Open format?Yes[4]
Websitedevelopers.google.com/speed/webp
libwebp
Developer(s)Google
Stable release
1.0.3 / 4 July 2019 (2019-07-04)[5]
Repositorychromium.googlesource.com/webm/libwebp
Written inC
PlatformCross-platform
TypeDigital imaging
LicenseBSD license
Websitedevelopers.google.com/speed/webp

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 on September 30 in 2010 as a new open standard for lossy compressed true-color graphics on the web, producing smaller files of comparable image quality to the older JPEG scheme.[10]

On October 3, 2011,[11] Google added an "Extended File Format"[12] allowing WebP support for animation, ICC profile, XMP and Exif metadata, and tiling (compositing very large images from maximum 16384×16384 tiles).

The support for animation allowed for converting older animated GIF to animated WebP.

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).[13][14] 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.[15]

The WebP container (i.e., RIFF container for WebP) allows feature support over and above the basic use case of WebP (i.e., a file containing a single image encoded as a VP8 key frame). The WebP container provides additional support for:

  • Lossless compression – An image can be losslessly compressed, using the WebP Lossless Format.
  • Metadata – An image may have metadata stored in Exif or XMP formats.
  • Transparency – An image may have transparency, i.e., an alpha channel.
  • Color Profile – An image may have an embedded ICC profile as described by the International Color Consortium.
  • Animation – An image may have multiple frames with pauses between them, making it an animation.[16]

In a comparison made between GIF, APNG and WebP, it was shown, however, that APNG kept lower file size while keeping at least equal quality.[17]

Technology

Simple WebP
Bytes Content
 0- 3 RIFF
 4- 7 length+8
 8-11 WEBP
12-15 VP8[18]
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[19] 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).[20] 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 16,383 pixels.[4]

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.[20] WebP also has explicit support for parallel decoding.[20]

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.[21]

WebP's lossless compression, a new format unrelated to VP8, was designed by Google software engineer Jyrki Alakuijala. It 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] This format uses recursive definition: all of the control images such as the local entropy code selection are encoded the same way as the whole image itself.[22]

Animation

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.[23] 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.

Support

Web browsers

Google Chrome, Firefox[24] (and its forks Pale Moon[25] and Waterfox[26]), Opera, GNOME Web, Midori, and Falkon natively support WebP.

EdgeHTML based versions of Microsoft Edge support WebP through a platform extension (installed by default). EdgeHTML based versions of Microsoft Edge do not support platform extensions, including the WebP image format extension, when running in the security hardened “Application Guard” mode.[27] Since versions of Microsoft Edge released after January 2020 are based on the Chromium browser, WebP support is built-in without the need of platform extensions.

Safari is also adding support in version 14. [28]

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.[29]

Graphics software

Picasa (from version 3.9),[30] PhotoLine,[31] Pixelmator,[32] ImageMagick,[33] XnView,[34] IrfanView,[35] GDAL,[36] Aseprite,[37] Paint.NET (from version 4.2.5),[38] GIMP (from version 2.10)[39] and gThumb (since September 2012)[40] all natively support WebP. In 2019, Google released a free plug-in that enables WebP support in Adobe Photoshop.[41] Before that, free Photoshop plug-ins were released by Telegraphics and fnordware.[42][43] Imagine[44] supports WebP via a plugin. GIMP up to version 2.8 also supported WebP via a plugin,[45] later this plugin was shipped in GIMP 2.9 branch, and received multiple improvements.[46] Google has also released a plug-in for Microsoft Windows [47] that enables WebP support in Windows Photo Viewer, Microsoft Office 2010, FastPictureViewer,[48] and any other application that uses Windows Imaging Component.[49]

Other programs

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 uses WebP internally to reduce disk space used by previews.[50] Android 4.0 supports encoding and decoding WebP images (via bitmap and Skia).[51] 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.[52]

In early beta versions of macOS Sierra and iOS 10, Apple added WebP support,[53] but was later removed GM seed versions of iOS 10 and macOS Sierra released 7 September 2016. WebP is unsupported in macOS and iOS Safari browser version 13 or lower.[54] However, support is being added in Safari version 14. [28]

Content management systems (CMS) usually do not support WebP natively or by default. However, for most popular CMS, extensions are available for automated conversion from other image formats to WebP and delivering WebP images to compatible browsers.

Restrictions

Like VP8 on which it is based, former lossy WebP only supports 8-bit YUV 4:2:0 format,[55] 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.[56][57]

Promotion

Google actively promotes WebP. The proprietary PageSpeed Insights tool suggests that webmasters switch from JPEG and PNG to WebP in order to improve their website speed score.[58] However WebP is not included in the Google Merchant Feed specification for images.

Criticism

In September 2010, Fiona Glaser, a developer of the x264 encoder, wrote a very early critique of WebP.[19] 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."[19]

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

Metadata

Although WebP supports storing Exif, XMP or ITPC metadata as RIFF container chunks as part of the Extended File Format [61], Google provides no tools for major platforms such as Windows, macOS, Android, iOS to edit and view metadata in WebP image files, nor any tools to migrate existing metadata in JPEG files to WebP.

See also

  • FLIF, a work-in-progress lossless image format which claims to outperform PNG, lossless WebP, lossless BPG and lossless JPEG2000 in terms of compression ratio, introduced in 2015
  • BPG, an image format intended to be a more compression-efficient replacement for the JPEG image format, based on the intra-frame encoding of the High Efficiency Video Coding (HEVC) video compression standard, introduced in 2014
  • HEIF, another image format based on HEVC
  • JPEG XR, an alternative to JPEG 2000 supporting HDR and wide gamut color spaces, introduced in 2009
  • JPEG 2000, an improvement intended to replace the older JPEG by the JPEG committee, introduced in 2000
  • MNG and APNG, PNG-based animated image formats, supporting lossless 24-bit RGB color and 8-bit alpha channel
  • AV1 Still Image File Format, a container format based on the AV1 video codec[62]

References

  1. "WEBP file extension". DotWhat.net. Retrieved 1 October 2010.
  2. Rabbat, Richard (30 September 2010). "WebP, a new image format for the Web". Chromium Blog. Retrieved 1 October 2010.
  3. "RIFF Container". Google Code. Retrieved 1 October 2010.
  4. "WebP FAQs". Google Code. Retrieved 6 October 2010.
  5. Zern, James (4 July 2019). "libwebp 1.0.3". Chromium. Retrieved 21 July 2019.
  6. Calore, Michael (1 October 2010). "Meet WebP, Google's New Image Format". Wired. Retrieved 5 October 2010.
  7. Shankland, Stephen (30 September 2010). "Google Offers JPEG Alternative for Faster Web". CNET News. CBS Interactive. Retrieved 1 October 2010.
  8. Paul, Ryan (2 October 2010). "Google's New VP8-Based Image Format Could Replace JPEG". Ars Technica. Condé Nast. Retrieved 5 October 2010.
  9. Rabbat, Richard (3 October 2010). "License/Patent clarification". Google Groups. Retrieved 11 March 2011.
  10. "Comparative Study of WebP, JPEG and JPEG 2000". Google Code. Archived from the original on 4 October 2010. Retrieved 1 October 2010.
  11. Arora, Vikas (3 October 2011). "WebP-Mux (RIFF based container) framework". Google Groups. Retrieved 18 November 2011.
  12. "WebP Container Specification". Google Developers. Retrieved 4 April 2020.
  13. Alakuijala, Jyrki (30 August 2012). "Lossless and Transparency Modes in WebP". Google Developers Blog. Retrieved 6 September 2012.
  14. Zern, James (16 August 2012). "Version 0.2.0". Chromium. Retrieved 6 January 2017.
  15. Alakuijala, Jyrki; Arora, Vikas; Joshi, Urvang (18 November 2011). "Lossless and Transparency Encoding in WebP". Google Code Blog. Retrieved 18 November 2011.
  16. "WebP Container Specification". Google Developers. Retrieved 4 April 2020. Text was copied from this source, which is available under a Creative Commons Attribution 4.0 International License.
  17. "GIF vs APNG vs WebP". littlesvr. Retrieved 2 April 2019.
  18. WebP Container Specification: U+0020 for lossy images, and "L" for lossless images.
  19. Glaser, Fiona (30 September 2010). "H.264 and VP8 for still image coding: WebP?". Diary Of An x264 Developer. Archived from the original on 19 March 2015. Retrieved 1 October 2010.
  20. "VP8 Data Format and Decoding Guide" (PDF). 23 September 2010. Retrieved 2 October 2010.
  21. "WebP for .NET". Codeplex. Microsoft. 1 October 2010.
  22. Jyrki Alakuijala (16 September 2014). "WebP Lossless Bitstream Specification". Google.
  23. "Frequently Asked Questions". 21 February 2014. Retrieved 23 February 2014.
  24. "Firefox 65 Release Note".
  25. Moonchild. "Pale Moon – Release Notes for Archived Versions". www.palemoon.org. Retrieved 19 November 2018.
  26. Kontos, Alex. "Waterfox 54.0.1 Release (Windows, Mac & Linux)". Waterfox 54.0.1 Release (Windows, Mac & Linux). Retrieved 19 November 2018.
  27. "WebP images won't load in Microsoft Edge with Application Guard". Retrieved 14 November 2018.
  28. "Apple Developer Documentation". developer.apple.com. Retrieved 23 June 2020.
  29. "WebPJS – Google's new image format WebP for not supported browsers (with alpha-channel)". Retrieved 20 November 2011.
  30. Picasa and Picasa Web Albums Release Notes
  31. "Release notes Version 18.00". pl32.com. Retrieved 5 October 2013.
  32. David, Chartier (4 October 2010). "Pixelmator to Add Support for Google's WebP Image Format". PC World. IDG. Retrieved 5 October 2010.
  33. "ImageMagick Image Formats". ImageMagick.org. ImageMagick Studio LLC. Retrieved 24 May 2011.
  34. "XnView Software – All Supported Formats". xnview.com. Pierre-Emmanuel Gougelet. Retrieved 6 January 2014.
  35. History of IrfanView changes
  36. "GDAL supported formats". gdal.org. GDAL – Geospatial Data Abstraction Library. Retrieved 30 November 2011.
  37. "Aseprite – Release-notes". www.aseprite.org. Retrieved 28 March 2016.
  38. "paint.net 4.2.5 is now available!". blog.getpaint.net. Retrieved 1 October 2019.
  39. "GIMP 2.10 Release Notes". www.gimp.org. Retrieved 2 May 2018.
  40. "[gthumb-list] gThumb 3.1.1 released". Retrieved 2 May 2020.
  41. "WebPShop". Photoshop plug-in for opening and saving WebP images. Google. Retrieved 15 July 2019.
  42. "WebP Format". Free plugins for Photoshop & Illustrator. Telegraphics. Retrieved 23 May 2011.
  43. "Adobe WebM/WebP plugins". fnordware.com. Retrieved 29 June 2015.
  44. Sejin Chun. "Imagine: Freeware Image & Animation Viewer for Windows". Retrieved 2 May 2018.
  45. "nathan-osman/gimp-webp: Gimp plugin for loading and saving WebP images". Retrieved 30 March 2016.
  46. "GIMP 2.9.6 Released". www.gimp.org. Retrieved 24 May 2018.
  47. WebP Codec Installer for Windows 0.19
  48. FastPictureViewer Image Formats Compatibility
  49. "WebP Codec for Windows". WebP website. Google Code. Archived from the original on 5 May 2012. Retrieved 24 May 2011.
  50. "The Chromium Blog: WebP in Chrome, Picasa, Gmail With a Slew of New Features and Improvements". 21 May 2011. Retrieved 20 May 2011.
  51. Android 4.0 Platform Highlights
  52. "Stickers Done Right"
  53. Stephen Shankland (19 July 2016). "Apple tests Google graphics format to speed up websites". CNET. Retrieved 20 July 2016.
  54. "Can I Use WebP image format".
  55. Google (November 2011). "Format Overview". VP8 Data Format and Decoding Guide. IETF. sec. 2. doi:10.17487/RFC6386. RFC 6386. Retrieved 21 January 2014.
  56. "Frequently Asked Questions".
  57. "WebP Lossless Bitstream Specification".
  58. "Serve Images in Next-Gen Formats".
  59. Josh Aas. "Studying Lossy Image Compression Efficiency". Mozilla Research Blog. Retrieved 10 September 2014.
  60. Josh Aas. "Mozilla Advances JPEG Encoding with mozjpeg 2.0". Mozilla Research Blog. Retrieved 10 September 2014.
  61. WebP Container Specification
  62. "AV1 Still Image File Format (AVIF)". aomediacodec.github.io. Retrieved 10 October 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.