Software:WebP

From HandWiki
Short description: Image file format
WebP
WebPLogo.svg
Arturo Nieto-Dorantes.webp
An example WebP image
Filename extension.webp[1]
Internet media typeimage/webp[2]
Uniform Type Identifier (UTI)org.webmproject.webp[3]
Magic number52 49 46 46 xx xx xx xx 57 45 42 50 56 50 38[2]
Developed byGoogle
Initial release30 September 2010; 13 years ago (2010-09-30)[4]
Type of formatImage file format with lossless and lossy compression
Contained byResource Interchange File Format (RIFF)[5]
Websitedevelopers.google.com/speed/webp
libwebp
Developer(s)Google
Stable release
1.3.2 / 14 September 2023; 5 months ago (2023-09-14)[7]
Repositorychromium.googlesource.com/webm/libwebp
Written inC
TypeDigital imaging
LicenseBSD license
Websitedevelopers.google.com/speed/webp

WebP is a raster graphics file format developed by Google intended as a replacement for JPEG, PNG, and GIF file formats. It supports both lossy and lossless compression,[8] as well as animation and alpha transparency.

Google announced the WebP format in September 2010, and released the first stable version of its supporting library in April 2018.

History

WebP was first announced by Google on 30 September in 2010 as a new open format for lossy compressed true-color graphics on the web, producing files that were smaller than JPEG files for comparable image quality.[9] It was based on technology which Google had acquired with the purchase of On2 Technologies.[10] As a derivative of the VP8 video format, it is a sister project to the WebM multimedia container format.[11] WebP-related software is released under a BSD free software license.[12]

On 3 October 2011,[13] Google added an "Extended File Format"[14] allowing WebP support for animation, ICC profile, XMP and Exif metadata, and tiling (compositing very large images from maximum 16384×16384 tiles). Tiling support was never finalized and was removed from the spec again.[15] Older animated GIF files can be converted to animated WebP.

On 18 November 2011, Google announced a new lossless compression mode, and support for transparency (alpha channel) in both lossless and lossy modes; support was enabled by default in libwebp 0.2.0 (16 August 2012).[16][17] According to Google's measurements in November 2011, a conversion from PNG to WebP resulted 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.[18]

In July 2016, Apple added WebP support to early beta versions of macOS Sierra and iOS 10,[19] but support was later removed in the GM seed versions of iOS 10 and macOS Sierra released in September 2016. In September 2020, WebP support was added in Safari version 14.[20]

The supporting libwebp library reached version 1.0 in April 2018.[21]

As of November 2021, web browsers that support WebP had 96% market share.[22]

Technology

Simple WebP
Bytes Content
0–3 R I F F
4–7 length + 12
8–11 W E B P
12–15 V P 8 (space)[23]
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[24] and the Resource Interchange File Format (RIFF) as a container format.[4] 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).[25] Without further content, the mandatory RIFF container has an overhead of only twenty bytes, though it can also hold additional metadata.[4] The side length of WebP images is limited to 16384 pixels.[6]

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

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 ported the converter to other platforms, such as Windows.[26]

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:

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.

Lossless compression

WebP's lossless compression, a newer algorithm 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.[16] This format uses a recursive definition: all of the control images, such as the local entropy code selection, are encoded the same way as the whole image itself.[27]

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 support for seeking to specific frames.[28] Google reports a 64% reduction in file size for images converted from animated GIFs to lossy WebP, however, with a very noticeable visual impact, both at default settings, and optimised settings. When converting using lossless WebP, a 19% reduction is achieved as reported by Google,[28] although real world performance is nearer to 10%.[29]

Support

Web browsers

Google actively promotes WebP, and Google Chrome and all Chromium-based browsers support the format. The proprietary PageSpeed Insights tool suggests that webmasters switch from JPEG and PNG to WebP in order to improve their website speed score.[30]

Microsoft Edge versions released after January 2020 are based on the Chromium browser, and have native WebP support. EdgeHTML-based versions of Microsoft Edge support WebP through a platform extension (installed by default) (unless running in the security-hardened "Application Guard" mode, which does not support platform extensions).[31]

Safari added support for WebP in 2020 with iOS 14 and macOS Big Sur.[20]

Mozilla Firefox[32] (and its fork Waterfox[33]) officially supports WebP since January 2019.[34] It was initially considered for implementation in 2013.[35]

Pale Moon implemented initial support for WebP in 2016 with its version 26 milestone.[36]

GNOME Web, Midori, and Falkon natively support WebP.

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

Support for WebP was added to Links in version 2.26.[38]

Graphics software

At the announcement of WebP in September 2010, no graphics software supported WebP. By 2011, there were plugins for several popular graphics software programs to support WebP, and some programs such as Acorn and Pixelmator had added native support.[39] Over time, support for the WebP format has grown.

Software First version with native support Release date of native support Notes Reference
Pixelmator 1.6.2 October 6, 2010 [40][41]
Acorn 2.6 October 21, 2010 [42]
ImageMagick 6.6.8-5 March 14, 2011 [43][44]
GraphicConverter 7.2 April 8, 2011 [45]
XnView 1.98 May 9, 2011 [46]
PaintShop Pro X4 (14.0) September 7, 2011 [47][48][49]
Picasa 3.9 December 8, 2011 [50]
IrfanView 4.32 December 15, 2011 [51]
GDAL 1.9.0 January 9, 2012 [52][53]
gThumb 3.1.1 September 23, 2012 [54]
PhotoLine 18 October 4, 2013 [55][56]
Canvas X 15 November 20, 2013 [57][58]
Krita 2.9.5 June 10, 2015 Basic support [59]
5.1.0 August 18, 2022 Full support [60][61]
Aseprite 1.1.1 November 6, 2015 [62]
Sketch 41 November 8, 2016 [63]
GIMP 2.10 April 27, 2018 [64][65]
Paint.NET 4.2.5 October 1, 2019 [66]
Inkscape 1.1 May 24, 2021 Export only [67]
Xara Designer Pro+ 18.5 August 24, 2021 [68]
Adobe Illustrator 26.0 October 16, 2021 [69][70]
Adobe Photoshop 23.2 February 17, 2022 [71][72]
Blender 3.2 June 8, 2022 [73][74]
Shotwell 0.32.0 April 23, 2023 [75]
Windows Photos 2023.11050.2013.0 May 3, 2023 [76][77]
LibreOffice Draw 7.4 August 18, 2022 [78]
Affinity Designer 2.0 November 9, 2022 [79][80]
CorelDRAW 24.5 September 18, 2023 [81]

In 2019, Google released a free plug-in that enables WebP support in earlier versions of Adobe Photoshop.[82] Free Photoshop plug-ins had been released by Telegraphics and fnordware before that.[83][84] GIMP up to version 2.8 also supported WebP via a plugin;[85] later, this plugin was shipped in GIMP 2.9 branch, and received multiple improvements.[86] Google has also released a plug-in for Microsoft Windows that enables WebP support in Windows Photo Viewer, Microsoft Office 2010, FastPictureViewer,[87] and any other application that uses Windows Imaging Component.[88]

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 Google Photos both 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.[89] Android 4.0 supports encoding and decoding WebP images (via bitmap and Skia).[90] SDL_image supports the format since 1.2.11.

Sumatra PDF supports WebP images for both standalone files and comic books since version 2.4.[91]

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

Signal uses WebP for its non-animated stickers.[93]

LibreOffice supports the import of WebP images since version 7.4,[94] so does the LibreOffice technology based online office Collabora Online.

Godot Engine as of version 4.0 supports importing and exporting WebP images and uses WebP as its internal format for storing imported compressed textures.[95]

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. Since June 2021, WordPress supports WebP natively.[96]

Restrictions

Like VP8 on which it is based, former lossy WebP supports only 8-bit YUV 4:2:0 format,[97] 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 RGBA (red, green, blue, alpha) color space.[98][99]

However, due to the complexity of the compression, it is also significantly slower than other web image formats. It is therefore usually not advisable to process the images directly, as is the case with Web Map Services.[100]

Criticism

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

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

Vulnerability

In September 2023, two critical vulnerabilities[103] relating to WebP images were discovered by Apple Security Engineering and Architecture (SEAR) and the Citizen Lab, potentially affecting Google Chrome, Chromium-based browsers and the Google's libwebp project, among any application implementing libwebp. Among these vulnerabilities, CVE-2023-4863 was an actively exploited vulnerability with a high risk rating of CVSS 8.8. This could lead to an out of bounds/overflow condition in applications using the affected libwebp library, upon exploitation of a maliciously crafted .webp lossless file. This could result in a denial of service (DoS), or worse, enabling malicious remote code execution (RCE). The extensive use of libwebp packages across hundreds of applications, including all categories from web browsers to mobile apps, posed a major patching challenge to mitigate the vulnerability due to the demanding testing requirements before release, highlighting the implications of this vulnerability on a wide scale.

WebP 2

Google has been developing the second version of WebP since June 2021. Its reference implementation is libwebp2. The main goal of this new format is to reach similar compression ratios as AVIF while remaining faster to encode and decode.[104]

On October 12, 2022, Google changed WebP 2's development repository's README file to state that "WebP 2 will not be released as an image format" and began describing WebP 2 as a "playground for image compression experiments".[105]

See also

  • Comparison of graphics file formats
  • AVIF, an image format based on the AV1 video format[106]
  • 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.
  • FLIF, a discontinued lossless image format which claimed to outperform PNG, lossless WebP, lossless BPG and lossless JPEG2000 in terms of compression ratio, introduced in 2015. FLIF was superseded by JPEG XL.
  • HEIF, another image format based on HEVC.
  • From the Joint Photographic Experts Group:
    • JPEG-LS, an old but efficient lossless format, introduced in 1999.
    • JPEG 2000, an improvement intended to replace the older JPEG by the JPEG committee, introduced in 2000.
    • JPEG XR, an alternative to JPEG 2000 supporting HDR and wide gamut color spaces, introduced in 2009.
    • JPEG XL, particularly optimised for responsive web environments, so that content renders well on a wide range of devices. Moreover, it includes several features that help transition from the legacy JPEG format. JPEG XL was introduced at the end of 2020.
  • MNG and APNG, PNG-based animated image formats, supporting lossless 24-bit RGB color and 8-bit alpha channel.

References

  1. "WEBP file extension". DotWhat.net. http://dotwhat.net/webp/10843/. 
  2. 2.0 2.1 WebP Image Format Media Type Registration, IETF, I-D draft-zern-webp, https://tools.ietf.org/html/draft-zern-webp, retrieved 7 July 2022 
  3. "webP". Apple Developer Documentation: Uniform Type Identifiers. Apple Inc. https://developer.apple.com/documentation/uniformtypeidentifiers/uttype/3551599-webp. 
  4. 4.0 4.1 4.2 Rabbat, Richard (30 September 2010). "WebP, a new image format for the Web". Chromium Blog. https://blog.chromium.org/2010/09/webp-new-image-format-for-web.html. 
  5. "RIFF Container". Google Code. https://code.google.com/speed/webp/docs/riff_container.html. 
  6. 6.0 6.1 "WebP FAQs". Google Code. https://code.google.com/speed/webp/faq.html. 
  7. Zern, James (14 September 2023). "libwebp 1.3.2". Chromium. https://chromium.googlesource.com/webm/libwebp/+/v1.3.2. 
  8. Calore, Michael (1 October 2010). "Meet WebP, Google's New Image Format". Wired. https://www.wired.com/epicenter/2010/10/meet-webp-googles-new-image-format/. Retrieved 5 October 2010. 
  9. "Comparative Study of WebP, JPEG and JPEG 2000". Google Code. https://code.google.com/intl/no/speed/webp/docs/c_study.html. 
  10. Shankland, Stephen (30 September 2010). "Google Offers JPEG Alternative for Faster Web - With WebP, Google hopes to drastically cut data-transfer barriers to Web browsing. But it's not easy to challenge JPEG's dominance.". CBS Interactive. https://www.cnet.com/news/google-offers-jpeg-alternative-for-faster-web/. 
  11. Paul, Ryan (2 October 2010). "Google's New VP8-Based Image Format Could Replace JPEG". Ars Technica. Condé Nast. https://arstechnica.com/open-source/news/2010/10/googles-new-vp8-based-image-format-could-replace-jpeg.ars. 
  12. Rabbat, Richard (3 October 2010). "License/Patent clarification". Google Groups. http://groups.google.com/a/webmproject.org/group/webp-discuss/browse_thread/thread/5b8fe3ed39687eff. 
  13. Arora, Vikas (3 October 2011). "WebP-Mux (RIFF based container) framework". Google Groups. https://groups.google.com/a/webmproject.org/group/webp-discuss/browse_thread/thread/4ab76cbde89e6ade/23512e5a1ed1dab0. 
  14. "WebP Container Specification". https://developers.google.com/speed/webp/docs/riff_container. 
  15. Zern, James (22 Dec 2014). "webp-container-spec: remove references to fragments". https://chromium.googlesource.com/webm/libwebp/+/a66e66c79d0548fb1130b111fd9ea2498e700a1a%5E%21/#F0. 
  16. 16.0 16.1 Alakuijala, Jyrki (30 August 2012). "Lossless and Transparency Modes in WebP". Google Developers Blog. https://developers.googleblog.com/2012/08/lossless-and-transparency-modes-in-webp.html. 
  17. Zern, James (16 August 2012). "Version 0.2.0". Chromium. https://chromium.googlesource.com/webm/libwebp/+/v0.2.0. 
  18. Alakuijala, Jyrki; Arora, Vikas; Joshi, Urvang (18 November 2011). "Lossless and Transparency Encoding in WebP". Google Code Blog. http://googlecode.blogspot.com/2011/11/lossless-and-transparency-encoding-in.html. 
  19. Stephen Shankland (2016-07-19). "Apple tests Google graphics format to speed up websites". CNET. http://www.cnet.com/news/apple-ios-macos-tests-googles-webp-graphics-to-speed-up-web/. 
  20. 20.0 20.1 "Apple Developer Documentation - Safari 14 Release Notes". https://developer.apple.com/documentation/safari-release-notes/safari-14-release-notes. 
  21. "libwebp 1.0.0 release". 2018-04-21. https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.0.0. 
  22. "Can I use... WebP image format". https://caniuse.com/webp. 
  23. "WebP Container Specification: U+0020 for lossy images, and "L" for lossless images". https://developers.google.com/speed/webp/docs/riff_container#webp_file_header. 
  24. 24.0 24.1 24.2 Glaser, Fiona (2010-09-30). "H.264 and VP8 for still image coding: WebP?". Diary Of An x264 Developer. http://x264dev.multimedia.cx/archives/541. 
  25. 25.0 25.1 25.2 "VP8 Data Format and Decoding Guide". 2010-09-23. https://www.webmproject.org/media/pdf/vp8-bitstream.pdf. 
  26. "WebP for .NET". Codeplex. Microsoft. 2010-10-01. https://archive.codeplex.com/?p=webp. 
  27. Jyrki Alakuijala (2014-09-16). "WebP Lossless Bitstream Specification". Google Inc.. https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification. 
  28. 28.0 28.1 "Frequently Asked Questions". 2014-02-21. https://developers.google.com/speed/webp/faq#why_should_i_use_animated_webp. 
  29. "GIF is (Finally) dead. Long live Webp". 24 July 2021. https://technedigitale.com/archives/1466. 
  30. "Serve images in modern formats". https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/. 
  31. "WebP images won't load in Microsoft Edge with Application Guard". 14 November 2018. https://www.ctrl.blog/entry/windows-webp-appguard. 
  32. "Firefox 65 for developers - Mozilla | MDN". 24 August 2023. https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65. 
  33. Kontos, Alex. "Waterfox 54.0.1 Release (Windows, Mac & Linux)" (in en). https://blog.waterfoxproject.org/waterfox-54.0-release-download. 
  34. "Firefox 65 supports Google's WebP Image format - gHacks Tech News" (in en-US). 2018-11-02. https://www.ghacks.net/2018/11/02/firefox-65-supports-googles-webp-image-format/. 
  35. Shankland, Stephen. "Why Mozilla had a change of heart about WebP images" (in en). https://www.cnet.com/tech/services-and-software/why-mozilla-had-a-change-of-heart-about-webp-images/. 
  36. Moonchild. "Pale Moon – Release Notes for Archived Versions" (in en). https://www.palemoon.org/releasenotes-archived.shtml. 
  37. "WebPJS – Google's new image format WebP for not supported browsers (with alpha-channel)". https://webpjs.appspot.com/. 
  38. "Changelog". http://links.twibright.com/download/ChangeLog. 
  39. "WebP in Chrome, Picasa, Gmail With a Slew of New Features and Improvements". Google. May 20, 2011. https://blog.chromium.org/2011/05/webp-in-chrome-picasa-gmail-with-slew.html. 
  40. Chartier, David (2010-10-04). "Pixelmator to add support for Google's WebP image format". Macworld. IDG. https://www.macworld.com/article/208085/pixelmator_google_webp.html. 
  41. "Pixelmator 1.6.2 Adds WebP Support". Pixelmator. 2010-10-06. https://www.pixelmator.com/blog/2010/10/06/pixelmator-1-6-2-adds-webp-support/. 
  42. "Acorn Release Notes". 2010-10-21. Acorn 2.6. https://flyingmeat.com/acorn/releasenotes.html. "New: Acorn can now open WebP images, as well as write them with Web Export." 
  43. "ImageMagick Image Formats". ImageMagick.org. ImageMagick Studio LLC. https://www.imagemagick.org/script/formats.php. 
  44. "ImageMagick: Changelog". ImageMagick. 2011-03-14. http://www.imagemagick.org/script/changelog.php. "Add support for the WebP image format." 
  45. "Overview of new features and versions". GraphicConverter. Lemke Software. 2011-04-08. Version 7.2 (Build 187). https://www.lemkesoft.de/en/products/graphicconverter/overview-of-new-features-and-versions/. 
  46. "XnView 1.98". XnView. 2011-05-09. http://newsgroup.xnview.com/viewtopic.php?f=35&t=22794. 
  47. "Corel® PaintShop™ Pro X4 Delivers Professional Photo Editing Power, Dramatic Performance Improvements and New Creative Effects". Corel Corporation. 2011-09-07. http://www.corel.com/corel/pages/index.jsp?pgid=800281&item=pressRelease&listid=9300030. 
  48. "Corel PaintShop Pro X4 - Powerful Photo-Editing Software". Corel Corporation. http://www.corel.com/corel/product/index_v2.jsp?pid=prod4130078. 
  49. "PaintShop Pro X4". 2011-09-09. pp. 3. https://forum.corel.com/viewtopic.php?t=43208&start=30#p228037. 
  50. "Picasa Release Notes". Google. 2011-11-08. http://support.google.com/picasa/bin/picasa.google.com/support/bin/static.py?hl=en&page=release_notes.cs. 
  51. "History of IrfanView changes/versions". IrfanView. Irfan Skiljan. 2011-12-15. https://www.irfanview.com/history_old.htm. "Support for WebP format (Weppy format, PlugIn, reading + saving)" 
  52. "WEBP - WEBP". GDAL. http://www.gdal.org/frmt_webp.html. 
  53. "GDAL/OGR 1.9.0 Released". 2012-01-09. https://www.osgeo.org/foundation-news/gdalogr-1-9-0-released/. 
  54. Bacchilega, Paolo (2012-09-23). "gThumb 3.1.1 released". gthumb-list. The GNOME Project. https://mail.gnome.org/archives/gthumb-list/2012-September/msg00000.html. 
  55. "PhotoLine: New in version 18". 2023-12-20. http://www.pl32.com/pages/rnote18.php. "WebP is new file format, which is intended to replace JPEG. It allows to create very small image files. The Web Export function supports WebP, too." 
  56. Thacker, Jim (2013-10-04). "Computerinsel releases PhotoLine 18 | CG Channel". https://www.cgchannel.com/2013/10/computerinsel-releases-photoline-18/. 
  57. "What's New in Canvas 15". ACD Systems. http://www.acdsee.com/en/products/canvas-15/whats-new. "Canvas 15 now supports the importing and exporting of WebP, a format designed to allow lossless and lossy compression for images being uploaded to the web." 
  58. "NEWEST RELEASE OF DENEBA CANVAS POSSESSES A HOST OF EFFICIENCY-DRIVEN ADVANCEMENTS". ACD Systems. 2013-11-20. http://www.acdsee.com/en/community/blog/post/67514710641/newest-release-of-deneba-canvas-possesses-a-host-of. 
  59. Petrovic, Scott (2015-06-10). "Krita 2.9.5 Released". Krita Foundation. https://krita.org/en/item/krita-2-9-5-released/. 
  60. "Krita 5.1 Release Notes". Krita Foundation. https://krita.org/en/krita-5-1-release-notes/. 
  61. Rempt, Halla (2022-08-18). "Krita 5.1.0 Released!". Krita Foundation. https://krita.org/en/item/krita-5-1-0-released/. 
  62. Capello, David (2015-11-06). "Release Notes". Aseprite. Aseprite v1.1.1. https://www.aseprite.org/release-notes/11/#aseprite-v1-1-1. "Added support to load/save static .webp files" 
  63. "Download the latest Sketch software updates" (in en). 2016-11-08. https://www.sketch.com/releases/mac/#version-41. "Sketch can now both import and export images in the WebP format." 
  64. "GIMP 2.10 Release Notes". GIMP. https://www.gimp.org/release-notes/gimp-2.10.html. "GIMP now also ships with native WebP support, including features like animation, ICC profiles, and metadata." 
  65. "GIMP 2.10.0 Released". 2018-04-27. https://www.gimp.org/news/2018/04/27/gimp-2-10-0-released/. "Support for several new image formats added (OpenEXR, RGBE, WebP, HGT), as well as improved support for many existing formats (in particular more robust PSD importing)." 
  66. Brewster, Rick (2019-10-01). "paint.net 4.2.5 is now available!". https://blog.getpaint.net/2019/10/01/paint-net-4-2-5-is-now-available/. 
  67. "Inkscape 1.1 Release Notes". 2021-05-24. https://media.inkscape.org/media/doc/release_notes/1.1/Inkscape_1.1.html. 
  68. "Xara Designer Pro X18 Release Notes". Xara Designer Pro. Xara. 2021-08-24. pp. 9–11. http://releasenotes.xara.hosting/designer-pro-x18/. 
  69. "Feature summary | Illustrator (October 2021 release)". Adobe. 2022-11-16. https://helpx.adobe.com/illustrator/using/whats-new/2022.html. 
  70. Wamser, James (2023-11-02). "Adobe Illustrator New Features Guide". pp. 44–45. https://indd.adobe.com/view/publication/0bff348c-febc-4351-8a11-8101037228d9/oc6s/publication-web-resources/pdf/Illustrator_New_Features_Guide.pdf#page=44. 
  71. "Work with WebP files in Photoshop". Adobe. 2023-05-24. https://helpx.adobe.com/photoshop/kb/support-webp-image-format.html. 
  72. Thacker, Jim (2022-02-17). "Adobe ships Photoshop 23.2". https://www.cgchannel.com/2022/02/adobe-ships-photoshop-23-2/. 
  73. "Blender 3.2 Release Notes | Pipeline, Assets, IO". Blender. https://wiki.blender.org/wiki/Reference/Release_Notes/3.2/Pipeline_Assets_IO. 
  74. "Blender 3.2 Release Notes". Blender. https://wiki.blender.org/wiki/Reference/Release_Notes/3.2. 
  75. Sneddon, Joey (2023-04-23). "Shotwell Photo App Now Supports AVIF, HEIC & WebP". https://www.omglinux.com/shotwell-updates-supports-avif-heic-images/. 
  76. Tkachenko, Sergey (2023-05-18). "Windows 11 Photos app now supports WebP images". https://winaero.com/windows-11-photos-app-now-supports-webp-images/. 
  77. Hsieh, Yvonne (2023-05-03). "Photos app for Windows 11 update brings improvements for Windows Insiders". Microsoft. https://blogs.windows.com/windows-insider/2023/05/03/photos-app-for-windows-11-update-brings-improvements-for-windows-insiders/. 
  78. Brinkmann, Martin (2022-08-18). "LibreOffice 7.4 launches with webp support and dark mode support for Windows". https://www.ghacks.net/2022/08/18/libreoffice-7-4-launches-with-webp-support-and-dark-mode-support-for-windows/. 
  79. "Affinity Photo – Complete Feature List". 2.0 New Features. https://affinity.serif.com/en-gb/photo/full-feature-list/. 
  80. Endicott, Sean (2022-11-09). "Affinity 2 launch causes controversy among content creators". https://www.windowscentral.com/software-apps/affinity-20-launch-causes-controversy-among-content-creators. 
  81. "CorelDRAW Graphics Suite Subscriber Updates (Windows and Mac) Release notes". Corel Corporation. 2023-09-18. https://www.coreldraw.com/en/support/updates/cdgs2022/update.html. "A range of enhancements to the Export docker/inspector make it easier than ever to output objects and pages to even more file formats, now including CDR, WEBP, CGM, PSD, and BMP." 
  82. "WebPShop". Photoshop plug-in for opening and saving WebP images. Google Inc.. https://developers.google.com/speed/webp/docs/webpshop. 
  83. "WebP Format". Free plugins for Photoshop & Illustrator. Telegraphics. http://telegraphics.com.au/sw/product/WebPFormat. 
  84. "Adobe WebM/WebP plugins". fnordware.com. https://github.com/fnordware/AdobeWebM#download. 
  85. "nathan-osman/gimp-webp: Gimp plugin for loading and saving WebP images". https://github.com/nathan-osman/gimp-webp. 
  86. Prokoudine, Alexandre (2017-08-24). "GIMP 2.9.6 Released". GIMP. https://www.gimp.org/news/2017/08/24/gimp-2-9-6-released/. 
  87. "FastPictureViewer Professional | Image File Formats Compatibility Chart". http://www.fastpictureviewer.com/formats/. 
  88. "WebP Codec for Windows". WebP website. Google Inc.. https://developers.google.com/speed/webp/docs/webp_codec. 
  89. "The Chromium Blog: WebP in Chrome, Picasa, Gmail With a Slew of New Features and Improvements". 2011-05-21. https://blog.chromium.org/2011/05/webp-in-chrome-picasa-gmail-with-slew.html. 
  90. "Android 4.0 Platform Highlights". http://developer.android.com/sdk/android-4.0-highlights.html#media-dev. 
  91. "version history". https://www.sumatrapdfreader.org/docs/Version-history. 
  92. "Stickers Done Right". 2 January 2015. https://telegram.org/blog/stickers. 
  93. "Stickers – Signal Support". https://support.signal.org/hc/en-us/articles/360031836512-Stickers#sticker_reqs. 
  94. "LibreOffice 7.4 Community: Release Notes - the Document Foundation Wiki". https://wiki.documentfoundation.org/ReleaseNotes/7.4#Core_.2F_General. 
  95. "Add support for saving WebP images #61770". 21 June 2022. https://github.com/godotengine/godot/pull/61770. 
  96. "WordPress 5.8 adds WebP support". 7 June 2021. https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/. 
  97. VP8 Data Format and Decoding Guide, IETF, November 2011, sec. 2, doi:10.17487/RFC6386, RFC 6386, https://tools.ietf.org/html/rfc6386, retrieved 2014-01-21 
  98. "Frequently Asked Questions | WebP". https://developers.google.com/speed/webp/faq. 
  99. "Specification for WebP Lossless Bitstream". https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification. 
  100. "WebP Discussion Group: Compression time and file size". 2023-02-16. https://groups.google.com/a/webmproject.org/g/webp-discuss/c/Ad6rXupeWZ4. 
  101. Josh Aas (17 October 2013). "Studying Lossy Image Compression Efficiency". Mozilla Research Blog. https://blog.mozilla.org/research/2013/10/17/studying-lossy-image-compression-efficiency/. 
  102. Josh Aas (15 July 2014). "Mozilla Advances JPEG Encoding with mozjpeg 2.0". Mozilla Research Blog. https://blog.mozilla.org/research/2014/07/15/mozilla-advances-jpeg-encoding-with-mozjpeg-2-0/. 
  103. Goodin, Dan (2023-09-21). "Incomplete disclosures by Apple and Google create "huge blindspot" for 0-day hunters" (in en-us). https://arstechnica.com/security/2023/09/incomplete-disclosures-by-apple-and-google-create-huge-blindspot-for-0-day-hunters/. 
  104. "codecs/libwebp2 - Git at Google". chromium.googlesource.com. 8 June 2021. https://chromium.googlesource.com/codecs/libwebp2/.  Updated from time to time.
  105. Guyon, Yannis. "Diff - 1251ca748c17278961c0d0059b744595b35a4943". Google LLC. https://chromium.googlesource.com/codecs/libwebp2/+/1251ca748c17278961c0d0059b744595b35a4943%5E%21/. 
  106. "AV1 Still Image File Format (AVIF)" (in en). https://aomediacodec.github.io/av1-avif/. 

External links