From Wikipedia, the free encyclopedia

AV1 Image File Format (AVIF)
Filename extension
.avif, .avifs
Internet media type
image/avif
Developed by Alliance for Open Media
Initial releasev1.0.0, 19 February 2019
Type of format
Contained by HEIF
Extended fromHEIF, ISOBMFF, AV1
Open format?Yes
Website aomediacodec.github.io/av1-avif/

AV1 Image File Format (AVIF) is an open, royalty-free image file format specification for storing images or image sequences compressed with AV1 in the HEIF container format. [1] [2] It competes with HEIC, which uses the same container format built upon ISOBMFF, but HEVC for compression. Version 1.0.0 of the AVIF specification was finalized in February 2019.

In a number of tests by Netflix in 2020, AVIF showed better compression efficiency than JPEG as well as better detail preservation, fewer blocking artifacts and less color bleeding around hard edges in composites of natural images, text, and graphics. [3]

AVIF support is available in all the major web browsers (i.e. over 93% of all web browsers, [4] similar level of support as for WebP it was made to replace).

Features

The AV1 Image File Format supports:

Profiles

AVIF specification defines two image profiles: [1]

  • AVIF Baseline Profile
    • Uses AV1 Main Profile
    • AV1 level is 5.1 or lower
      • Level 5.1 is chosen for the Baseline profile to ensure that no single coded image exceeds 8K resolution, as some decoders may not be able to handle larger images. More precisely, coded image items compliant to the AVIF Baseline profile may not have a total number of pixels greater than 8,912,896, a width greater than 8,192, or a height greater than 4,352. It is still possible to use the Baseline profile to create larger images using grid derivation.
  • AVIF Advanced Profile
    • Uses AV1 High Profile
    • AV1 level is 6.0 or lower
      • Coded image items compliant to the AVIF Advanced profile may not have a total number of pixels greater than 35,651,584, a width greater than 16,384, or a height greater than 8,704. It is still possible to use the Advanced profile to create larger images using grid derivation.

Support

On 14 December 2018, Netflix published the first .avif sample images. [8] In November 2020, HDR sample images with PQ transfer function and BT.2020 color primaries were published. [5]

libavif
Developer(s)Alliance for Open Media
Stable release
1.0.4 / February 8, 2024; 2 months ago (2024-02-08)
Repository https://github.com/AOMediaCodec/libavif  Edit this on Wikidata
Written in
Operating system cross-platform
License BSD 2-Clause License ( free software)
Website aomediacodec.github.io/av1-avif/  Edit this on Wikidata

Web browsers

  • In August 2020, Google Chrome version 85 was released with full AVIF support. [9] Google Chrome 89 for Android adds AVIF support. [10]
  • In October 2021, Mozilla Firefox 93 was released with default AVIF support. [11]
  • WebKit added AVIF support on 5 March 2021. Safari for iOS 16 and macOS Ventura added support for AVIF; iOS 16 was released on 12 September 2022 [12] and macOS Ventura on 24 October 2022. [13] Safari 16.4 retroactively added AVIF support for macOS Monterey and macOS Big Sur. [14]
  • Microsoft Edge added AVIF support in version 121 released in January 2024. [15]

Image viewers

Media players

  • VLC will read AVIF files starting with version 4, which is still in development. [21]

Image editors

  • Paint.net added support for opening AVIF files in September 2019, [22] and the ability to save AVIF format images in an August 2020 update. [23]
  • The Colorist format conversion and Darktable RAW image data have each released support for and provide reference implementations of libavif.
  • GIMP added Native AVIF import and export in October 2020. [24]
  • IrfanView 4.57, released on 13 January 2021, added read-only AVIF support via its plugins. [25] [26] [27]
  • Krita 5.0, released on 23 December 2021, added AVIF support. The support also includes Rec.2100 HDR AVIF images. [28] [29]
  • Adobe Illustrator (May 2022 release) added AVIF support. [30]
  • Pixelmator Pro 3.1, released on 2 November 2022, added initial AVIF support. [31]
  • Adobe Lightroom 7.0 (October 2023 release) and Lightroom Classic 13 (October 2023 release) added HDR capabilities, including opening and saving photos in AVIF format. [32] [33]

Image libraries

  • libavif – portable library for encoding and decoding AVIF files.
  • libheif – ISO/IEC 23008-12:2017 HEIF and AVIF decoder and encoder.
  • SAIL – format-agnostic library with support of AVIF implemented on top of libavif.
  • FFmpeg

Operating systems

  • Windows – Microsoft announced support with the Windows 10, version 1903 preview release, including support in File Explorer, Paint, and multiple APIs, together with sample images.
  • Android – Android 12, released on 4 October 2021, added native support for AVIF. [34]
  • Linux – AVIF is widely supported in Linux distributions. With the release of libavif 0.8.0 in July 2020, which added a GdkPixbuf plugin, AVIF support is present in most GNOME/GTK applications. [35] The KDE Frameworks added support for AVIF to the "KImageFormats" library in January 2021, enabling most KDE/Qt applications to support viewing and saving AVIF images. [36] Nomacs 3.16 adds support for AVIF viewing and conversion. Nomacs appimage is also for older Linux.
  • Apple platforms – iOS 16, iPadOS 16 and macOS Ventura natively support AVIF. AVIF images can be directly viewed in the Finder, with QuickLook, in the iOS Files app, etc.

Websites

Programming languages

  • PHP has had AVIF support in its GD extension since PHP version 8.1. [41]
  • Perl has support via the Imager library suite [42]

Others

  • ExifTool has supported AVIF format for reading and writing EXIF since version 11.79 (released 12 December 2019).

References

  1. ^ a b c "AV1 Image File Format (AVIF)". AOMediaCodec.GitHub.io. Archived from the original on 29 November 2018. Retrieved 25 November 2018.
  2. ^ https://aomedia.org/blog%20posts/avif-meet-the-next-level-image-file-format/
  3. ^ Mavlankar, Aditya; De Cock, Jan; Concolato, Cyril; Swanson, Kyle; Moorthy, Anush; Aaron, Anne (13 February 2020). "AVIF for Next-Generation Image Coding". The Netflix Tech Blog. Archived from the original on 15 February 2020. Retrieved 19 November 2021.
  4. ^ "AVIF image format | Can I use... Support tables for HTML5, CSS3, etc". caniuse.com. Retrieved 13 April 2024.
  5. ^ a b "av1-avif/testFiles/Netflix/avif/README.md at master · joedrago/av1-avif". GitHub. Retrieved 5 July 2023.
  6. ^ a b Concolato, Cyril (14 October 2019). "AV1 Image File Format (AVIF)" (PDF). AOMedia. Archived (PDF) from the original on 5 November 2019. Retrieved 6 November 2019.
  7. ^ "Film Grain Synthesis for AV1 Video Codec" (PDF). Archived (PDF) from the original on 7 January 2021. Retrieved 14 December 2020.
  8. ^ "Netflix AV1 Encodes Readme". Archived from the original on 20 February 2020. Retrieved 23 May 2020.
  9. ^ Abrams, Lawrence (25 August 2020). "Chrome 85 released with security fixes, app shortcuts, AVIF support". Bleeping Computer. Archived from the original on 26 August 2020. Retrieved 26 August 2020.
  10. ^ "Chrome 89 Beta: Advanced Hardware Interactions, Web Sharing on Desktop, and More". Archived from the original on 29 January 2021. Retrieved 29 January 2021.
  11. ^ "Firefox 93.0, See All New Features, Updates and Fixes". Mozilla. Retrieved 5 October 2021.
  12. ^ "WebKit Features in Safari 16.0". 12 September 2022.
  13. ^ "MacOS Ventura is now available".
  14. ^ "Safari 16.4 Beta Release Notes".
  15. ^ dan-wesley (26 January 2024). "Microsoft Edge release notes for Stable Channel". learn.microsoft.com. Retrieved 27 January 2024.
  16. ^ "README.md · main · GNOME / Loupe · GitLab". gitlab.gnome.org. 22 December 2023.
  17. ^ "ImageMagick AVIF support". Github. Archived from the original on 9 September 2021. Retrieved 9 September 2021.
  18. ^ "IrfanView AVIF support". IrfanView. Archived from the original on 24 July 2021. Retrieved 9 September 2021.
  19. ^ "416941 – AVIF image support". bugs.kde.org. Retrieved 12 June 2022.
  20. ^ "DigiKam 7.7.0 is Released". 26 June 2022.
  21. ^ "no display of .avif files with dav1d decoder (#21568) · Issues · VideoLAN / VLC". GitLab. 17 December 2018. Retrieved 8 October 2021.
  22. ^ "paint.net 4.2.2 is now available!". paint.net blog. 18 September 2019. Archived from the original on 27 September 2019. Retrieved 12 October 2019.
  23. ^ "paint.net 4.2.14 alpha build 7542". 25 August 2020. Archived from the original on 1 October 2020. Retrieved 26 August 2020.
  24. ^ "GIMP 2.10.22 Released". GIMP.org. 7 October 2020. Archived from the original on 8 October 2020. Retrieved 14 October 2020.
  25. ^ "History of IrfanView Changes/Versions (for version 4.57, lists release date of January 13, 2021, and doesn't mention AVIF but says there were numerous changes not mentioned and suggests looking at plugins page for more info)". 14 January 2021. Archived from the original on 14 January 2021. Retrieved 9 September 2023.{{ cite web}}: CS1 maint: bot: original URL status unknown ( link)
  26. ^ "IrfanView Plugins 4.56 (AVIF not mentioned as supported anywhere)". 10 January 2021. Archived from the original on 10 January 2021. Retrieved 9 September 2023.{{ cite web}}: CS1 maint: bot: original URL status unknown ( link)
  27. ^ "IrfanView Plugins 4.57 (AVIF explicitly mentioned as supported)". 18 January 2021. Archived from the original on 18 January 2021. Retrieved 9 September 2023.{{ cite web}}: CS1 maint: bot: original URL status unknown ( link)
  28. ^ "Krita 5.0 released!". 23 December 2021.
  29. ^ Foundation, Krita. "Krita 5.0 Release Notes".
  30. ^ "Feature summary – Illustrator (May 2022 release)". 28 July 2022. Archived from the original on 25 September 2022. Retrieved 11 May 2022.
  31. ^ "Pixelmator Pro 3.1 adds support for macOS 13, AVIF images, introduces smooth corner style, and more".
  32. ^ "HDR Optimization". Adobe Inc.
  33. ^ "Edit and Export in HDR". Adobe Inc.
  34. ^ Burke, Dave (4 October 2021). "Android 12 Is Live in AOSP!". Android-Developers.GoogleBlog.com. Retrieved 26 December 2022.
  35. ^ "Add a gdk-pixbuf Module by Linkmauve". GitHub.
  36. ^ "KDE Ships Frameworks 5.78.0". KDE.org. 9 January 2021.
  37. ^ "AVIF image format supported by Cloudflare Image Resizing". The Cloudflare Blog. 3 October 2020. Archived from the original on 3 October 2020. Retrieved 3 October 2020.
  38. ^ "Upgrading Images on Vimeo". 2 June 2021. Archived from the original on 3 June 2021. Retrieved 3 June 2021.
  39. ^ https://issues.joomla.org/tracker/joomla-cms/41381
  40. ^ https://make.wordpress.org/core/2024/02/23/wordpress-6-5-adds-avif-support/
  41. ^ "PHP 8.1: GD: AVIF image support". PHP.Watch. 14 June 2021. Archived from the original on 14 June 2021. Retrieved 14 June 2021.
  42. ^ "Perl: Imager support". 11 July 2023.