{{Short description|Raster graphics file format}} {{Use dmy dates|date=April 2024}} {{Infobox file format | name = AV1 Image File Format (AVIF) | icon = Avif-logo-rgb.svg | icon_size = 175px | screenshot = | caption = | extension = .avif | _nomimecode = | mime = <code>image/avif</code> | uniform type = | developer = Alliance for Open Media | type = {{Unbulleted list|Image format|Lossless/lossy compression algorithm}} | released = v1.0.0<br />19 February 2019 | latest_release_version = v1.2.0 | open = Yes | url = {{URL|https://aomediacodec.github.io/av1-avif/}} | latest_release_date = 16 October 2025 | contained_by = HEIF | extended_from = HEIF, ISOBMFF, AV1 | standard = }}

'''AV1 Image File Format''' ('''AVIF''' extension/container) is an open, royalty-free file format specification for storing images or image sequences compressed with AV1.<ref name="aomediacodec.github.io av1-avif">{{cite web |url=https://aomediacodec.github.io/av1-avif/ |title=AV1 Image File Format (AVIF) |website=AOMediaCodec.GitHub.io |access-date=25 November 2018 |archive-date=29 November 2018 |archive-url=https://web.archive.org/web/20181129220820/https://aomediacodec.github.io/av1-avif/ |url-status=live }}</ref><ref>{{Cite web|url=https://aomedia.org/blog%20posts/avif-meet-the-next-level-image-file-format/|title=AVIF: Meet the Next Level Image File Format &#124; Alliance for Open Media}}</ref>

An AVIF file is designed to be a conformant HEIF file for both image items and image sequences. Specifically, this specification follows the recommendations given in "Annex I: Guidelines On Defining New Image Formats and Brands" of HEIF.

This specification reuses syntax and semantics used in [AV1-ISOBMFF].

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.<ref>{{Cite web |last1=Mavlankar |first1=Aditya |last2=De Cock |first2=Jan |last3=Concolato |first3=Cyril |last4=Swanson |first4=Kyle |last5=Moorthy |first5=Anush |last6=Aaron |first6=Anne |date=13 February 2020 |title=AVIF for Next-Generation Image Coding |url=https://netflixtechblog.com/avif-for-next-generation-image-coding-b1d75675fe4 |url-status=live |archive-url=https://web.archive.org/web/20200215085057/https://netflixtechblog.com/avif-for-next-generation-image-coding-b1d75675fe4 |archive-date=15 February 2020 |access-date=19 November 2021 |website=The Netflix Tech Blog }}</ref>

According to the website caniuse.com, AVIF support is available in all the major web browsers (accounting for over 93% of all web browsers by use).<ref>{{Cite web |title=AVIF image format {{!}} Can I use... Support tables for HTML5, CSS3, etc |url=https://caniuse.com/avif |access-date=2024-04-13 |website=caniuse.com}}</ref>

==Features== The AV1 Image File Format supports:

* Multiple color spaces, including: ** HDR (with PQ<ref name="PQ">{{Cite web | title=av1-avif/testFiles/Netflix/avif/README.md at master · joedrago/av1-avif | url=https://github.com/joedrago/av1-avif/blob/master/testFiles/Netflix/avif/README.md | access-date=5 July 2023 | website=GitHub | language=en}}</ref> or HLG transfer functions and BT.2020 color primaries, as part of BT.2100)<ref name="aomediacodec.github.io av1-avif" /> *** Supports HDR gain map approach, backwards compatible with SDR displays, but no encoder is currently available.<ref>{{Cite web |last=Benz |first=Greg |date=2022-08-24 |title=JPG Gain Maps: Share great images with everyone |url=https://gregbenzphotography.com/hdr/#gainMaps |access-date=2024-11-11 |website=Greg Benz Photography |language=en-US}}</ref> ** SDR (with sRGB / BT.709 / BT.601 or with wide color gamut) ** Color space signaling via CICP (ITU-T H.273 and ISO/IEC 23091-2) or ICC profiles<ref name="aomedia" /> * Both lossless and lossy compression * 8-, 10-, and 12-bit color depths<ref name="aomedia">{{Cite web|url=https://aomedia.org/wp-content/uploads/2019/11/CyrilConcolato_Netflix-AVIF-AOM-Research-Symposium-2019.pdf|title=AV1 Image File Format (AVIF)|last=Concolato|first=Cyril|date=14 October 2019|website=AOMedia|access-date=6 November 2019|archive-date=5 November 2019|archive-url=https://web.archive.org/web/20191105234416/https://aomedia.org/wp-content/uploads/2019/11/CyrilConcolato_Netflix-AVIF-AOM-Research-Symposium-2019.pdf|url-status=live}}</ref> * Monochrome (alpha/depth) or multi-components * 4:2:0, 4:2:2, 4:4:4 chroma subsampling and RGB * Film grain synthesis<ref>{{cite web|title=Film Grain Synthesis for AV1 Video Codec|url=https://norkin.org/pdf/DCC_2018_AV1_film_grain.pdf|url-status=live|archive-url=https://web.archive.org/web/20210107211614/https://norkin.org/pdf/DCC_2018_AV1_film_grain.pdf|archive-date=7 January 2021|access-date=14 December 2020|language=en}}</ref> * Image sequences and animation * Alpha transparency<ref name="cf">{{cite web |last1=Brimble |first1=Greg |title=Optimizing images on the web |url=https://blog.cloudflare.com/optimizing-images/ |website=The Cloudflare Blog |publisher=Cloudflare |access-date=3 December 2025 |language=en |date=15 September 2021}}</ref><ref name="aomediacodec.github.io av1-avif" />

==Profiles== AVIF specification defines two image profiles:<ref name="aomediacodec.github.io av1-avif" />

* 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.<ref name="Netflix OpenContent">{{Cite web | url=http://download.opencontent.netflix.com.s3.amazonaws.com/AV1/readme.txt | title=Netflix AV1 Encodes Readme | access-date=23 May 2020 | archive-date=20 February 2020 | archive-url=https://web.archive.org/web/20200220095254/http://download.opencontent.netflix.com.s3.amazonaws.com/AV1/readme.txt | url-status=live}}</ref> In November 2020, HDR sample images with PQ transfer function and BT.2020 color primaries were published.<ref name="PQ" />

{{Infobox software | name = libavif | screenshot = AV1Fenc example screenshot.webp | caption = Screenshot of <code>avifenc</code> (encoder) command-line tool | developer = Alliance for Open Media | released = | latest_release_version = 1.3.0 | latest_release_date = {{start date and age|2025|07|09}} | repo = {{wikidata|property|edit|reference|Q95725165|P1324}} | programming language = {{cslist|C|assembly}} | operating system = cross-platform | license = BSD 2-Clause License (free software) | website = }}

=== Web browsers === * In August 2020, Google Chrome version 85 was released with full AVIF support.<ref name="avif-chrome">{{Cite web|last=Abrams|first=Lawrence|date=25 August 2020|title=Chrome 85 released with security fixes, app shortcuts, AVIF support|url=https://www.bleepingcomputer.com/news/google/chrome-85-released-with-security-fixes-app-shortcuts-avif-support/|url-status=live|archive-url=https://web.archive.org/web/20200826070626/https://www.bleepingcomputer.com/news/google/chrome-85-released-with-security-fixes-app-shortcuts-avif-support/|archive-date=26 August 2020|access-date=26 August 2020|website=Bleeping Computer}}</ref> Google Chrome 89 for Android adds AVIF support.<ref>{{Cite web|title=Chrome 89 Beta: Advanced Hardware Interactions, Web Sharing on Desktop, and More|url=https://blog.chromium.org/2021/01/chrome-89-beta-advanced-hardware.html|url-status=live|archive-url=https://web.archive.org/web/20210129081734/https://blog.chromium.org/2021/01/chrome-89-beta-advanced-hardware.html|archive-date=29 January 2021|access-date=29 January 2021}}</ref> * In October 2021, Mozilla Firefox 93 was released with default AVIF support.<ref>{{Cite web|title=Firefox 93.0, See All New Features, Updates and Fixes|url=https://www.mozilla.org/en-US/firefox/93.0/releasenotes/|access-date=5 October 2021|website=Mozilla|language=en}}</ref> * 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<ref>{{Cite web | url=https://webkit.org/blog/13152/webkit-features-in-safari-16-0/ | title=WebKit Features in Safari 16.0 | date=12 September 2022 }}</ref> and macOS Ventura on 24 October 2022.<ref>{{Cite web | url=https://www.apple.com/newsroom/2022/10/macos-ventura-is-now-available/ | title=MacOS Ventura is now available}}</ref> Safari 16.4 retroactively added AVIF support for macOS Monterey and macOS Big Sur.<ref>{{Cite web | url=https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes | title=Safari 16.4 Beta Release Notes}}</ref> * Microsoft Edge added AVIF support in version 121 released in January 2024.<ref>{{Cite web |last=dan-wesley |date=26 January 2024 |title=Microsoft Edge release notes for Stable Channel |url=https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel |access-date=27 January 2024 |website=learn.microsoft.com |language=en-us}}</ref>

=== Image viewers === * FastStone Image Viewer (Version 7.8 onwards) * XnView * gThumb * Eye of GNOME * Gnome's Loupe<ref>{{Cite web | title=README.md · main · Gnome / Loupe · GitLab | url=https://gitlab.gnome.org/GNOME/loupe/-/blob/main/README.md | website=gitlab.gnome.org| date=22 December 2023 }}</ref> * ImageMagick<ref>{{cite web|title=ImageMagick AVIF support|url=https://github.com/ImageMagick/ImageMagick/issues/1432|url-status=live|archive-url=https://web.archive.org/web/20210909143936/https://github.com/ImageMagick/ImageMagick/issues/1432|archive-date=9 September 2021|access-date=9 September 2021|website=Github|ref=ImageMagick}}</ref> * IrfanView (read only)<ref>{{cite web|title=IrfanView AVIF support|url=https://www.irfanview.com/main_formats.htm|url-status=live|archive-url=https://web.archive.org/web/20210724085643/https://www.irfanview.com/main_formats.htm|archive-date=24 July 2021|access-date=9 September 2021|website=IrfanView|ref=irfanview}}</ref> * Gwenview<ref>{{Cite web |title=416941 – AVIF image support |url=https://bugs.kde.org/show_bug.cgi?id=416941 |access-date=12 June 2022 |website=bugs.kde.org}}</ref> * digiKam 7.7.0<ref>{{cite web |url=https://www.digikam.org/news/2022-06-26-7.7.0_release_announcement/ |title=DigiKam 7.7.0 is Released |date=26 June 2022 }}</ref> * Preview and Photos apps on iOS 16, iPadOS 16 and macOS 13. * ImageGlass (read+write)<ref>{{cite web|title=ImageGlass AVIF support|url=https://imageglass.org/docs/supported-formats |access-date=2024-05-04}}</ref>

=== Media players === * mpv supports AVIF format both as viewer and as encoder, since it is able to export screenshots in such format.<ref>{{Cite web|title=mpv man page|url=https://mpv.io/manual/stable/#options-screenshot-format|access-date=12 May 2026|website=mpv.io|date=10 May 2026|language=en}}</ref> * VLC will read AVIF files starting with version 4, which is still in development.<ref>{{Cite web|title=no display of .avif files with dav1d decoder (#21568) · Issues · VideoLAN / VLC|url=https://code.videolan.org/videolan/vlc/-/issues/21568|access-date=8 October 2021|website=GitLab|date=17 December 2018 |language=en}}</ref>

=== Image editors === * Paint.NET added support for opening AVIF files in September 2019,<ref name="getpaint">{{Cite web|url=https://blog.getpaint.net/2019/09/18/paint-net-4-2-2-is-now-available/|title=paint.net 4.2.2 is now available!|date=18 September 2019|website=paint.net blog |access-date=12 October 2019|archive-date=27 September 2019|archive-url=https://web.archive.org/web/20190927121449/https://blog.getpaint.net/2019/09/18/paint-net-4-2-2-is-now-available/|url-status=live}}</ref> and the ability to save AVIF format images in an August 2020 update.<ref name="paint.net-save">{{Cite web|date=25 August 2020|title=paint.net 4.2.14 alpha build 7542|url=https://blog.getpaint.net/2020/08/25/paint-net-4-2-14-alpha-build-7542/|url-status=live|archive-url=https://web.archive.org/web/20201001045558/https://blog.getpaint.net/2020/08/25/paint-net-4-2-14-alpha-build-7542/|archive-date=1 October 2020|access-date=26 August 2020}}</ref> * 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.<ref>{{cite web |date=7 October 2020 |title=GIMP 2.10.22 Released |url=https://www.gimp.org/news/2020/10/07/gimp-2-10-22-released/ |url-status=live |archive-url=https://web.archive.org/web/20201008144013/https://www.gimp.org/news/2020/10/07/gimp-2-10-22-released/ |archive-date=8 October 2020 |access-date=14 October 2020 |website=GIMP.org }}</ref> * IrfanView 4.57, released on 13 January 2021, added read-only AVIF support via its plugins.<ref>{{Cite web|url=https://www.irfanview.com/main_history.htm|title=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)|date=14 January 2021|access-date=9 September 2023|archive-date=14 January 2021|archive-url=https://web.archive.org/web/20210114060228/https://www.irfanview.com/main_history.htm|url-status=bot: unknown}}</ref><ref>{{Cite web|url=https://www.irfanview.com/plugins.htm|title=IrfanView Plugins 4.56 (AVIF not mentioned as supported anywhere)|date=10 January 2021|access-date=9 September 2023|archive-date=10 January 2021|archive-url=https://web.archive.org/web/20210110023217/https://www.irfanview.com/plugins.htm|url-status=bot: unknown}}</ref><ref>{{Cite web|url=https://www.irfanview.com/plugins.htm|title=IrfanView Plugins 4.57 (AVIF explicitly mentioned as supported)|date=18 January 2021|access-date=9 September 2023|archive-date=18 January 2021|archive-url=https://web.archive.org/web/20210118060407/https://www.irfanview.com/plugins.htm|url-status=bot: unknown}}</ref> * Krita 5.0, released on 23 December 2021, added AVIF support. The support also includes Rec.2100 HDR AVIF images.<ref>{{Cite web |date=23 December 2021 |title=Krita 5.0 released! |url=https://krita.org/en/item/krita-5-0-released/ |url-status=dead |access-date=23 December 2021 |archive-date=11 January 2022 |archive-url=https://web.archive.org/web/20220111054136/https://krita.org/en/item/krita-5-0-released/ }}</ref><ref>{{Cite web |title=Krita 5.0 Release Notes |url=https://krita.org/en/krita-5-0-release-notes/ |url-status=dead |access-date=23 December 2021 |archive-date=21 January 2022 |archive-url=https://web.archive.org/web/20220121072523/https://krita.org/en/krita-5-0-release-notes/ }}</ref> * Adobe Illustrator (May 2022 release) added AVIF support.<ref>{{cite web |url=https://helpx.adobe.com/illustrator/using/whats-new/2022-3.html |title=Feature summary – Illustrator (May 2022 release) |date=28 July 2022 |access-date=11 May 2022 |archive-date=25 September 2022 |archive-url=https://web.archive.org/web/20220925173156/https://helpx.adobe.com/illustrator/using/whats-new/2022-3.html |url-status=live }}</ref> * Adobe Photoshop (June 2025 release) added AVIF support (open, edit, save).<ref>{{cite web |url=https://helpx.adobe.com/photoshop/using/whats-new/2025-6.html#file-format-support |title=Feature summary {{!}} Photoshop desktop (June 2025 release) | date=26 June 2025 }}</ref> * Pixelmator Pro 3.1, released on 2 November 2022, added initial AVIF support.<ref>{{cite web |url=https://www.pixelmator.com/blog/2022/11/02/pixelmator-pro-3-1-adds-support-for-macos-13-avif-images-introduces-smooth-corner-styles-and-more/ |title=Pixelmator Pro 3.1 adds support for macOS 13, AVIF images, introduces smooth corner style, and more |access-date=2 November 2022 |archive-date=4 December 2022 |archive-url=https://web.archive.org/web/20221204184915/https://www.pixelmator.com/blog/2022/11/02/pixelmator-pro-3-1-adds-support-for-macos-13-avif-images-introduces-smooth-corner-styles-and-more/ |url-status=dead }}</ref> * 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.<ref>{{Cite web |title=HDR Optimization |url=https://helpx.adobe.com/lightroom-cc/using/hdr-output.html |publisher=Adobe Inc.}}</ref><ref>{{Cite web |title=Edit and Export in HDR |url=https://helpx.adobe.com/lightroom-classic/help/hdr-output.html |publisher=Adobe Inc.}}</ref> * PhotoLine 24, released 30 June 2023, added AVIF support. * ACDSee Photo Studio 2025, released September 2024<ref>{{Cite web |title=What's New {{!}} ACDSee Photo Studio |url=https://www.acdsee.com/en/photo-studio/whats-new/ |access-date=2024-09-05 |website=ACDSee Photo Studio Software {{!}} Photo Editing, Photo Management, Photo Editor, Digital Photography, Digital Asset Management, DAM |language=en-US}}</ref> * Zoner Studio{{dash}}photo and video editing software * [https://ezgif.com/avif-maker ezgif.com]{{dash}}allows creating, editing and converting animated AVIF files

=== Image libraries === * [https://github.com/AOMediaCodec/libavif libavif] – portable library for encoding and decoding AVIF files. * [https://github.com/strukturag/libheif libheif] – ISO/IEC 23008-12:2017 HEIF and AVIF decoder and encoder. * [https://sail.software SAIL] – format-agnostic library with support of AVIF implemented on top of libavif. * FFmpeg * [https://github.com/Xelitan/AVIF-and-HEIC-for-Delphi-Lazarus AVIF and HEIC unit]{{dash}}Delphi/Lazarus wrapper for libavif * [https://www.idrsolutions.com/jdeli/ JDeli] – Java Image library for reading AVIF

===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. Since Windows 11, version 22H2, the AVIF Image Extension is built-in by default installation.{{Citation needed|date=March 2026}} * Android – Android 12, released on 4 October 2021, added native support for AVIF.<ref>{{cite web |first=Dave |last=Burke |title=Android 12 Is Live in AOSP! |url=https://android-developers.googleblog.com/2021/10/android-12-is-live-in-aosp.html |website=Android-Developers.GoogleBlog.com |date=4 October 2021 |access-date=26 December 2022 }}</ref> * 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.<ref>{{cite web |title=Add a gdk-pixbuf Module by Linkmauve |url=https://github.com/AOMediaCodec/libavif/pull/182 |website=GitHub}}</ref> 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.<ref>{{cite web |title=KDE Ships Frameworks 5.78.0 |url=https://kde.org/announcements/frameworks/5/5.78.0/ |website=KDE.org |date=9 January 2021 }}</ref> 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=== * Cloudflare announced AVIF support in a blog post on 3 October 2020.<ref>{{Cite web |date=3 October 2020 |title=AVIF image format supported by Cloudflare Image Resizing |url=https://blog.cloudflare.com/generate-avif-images-with-image-resizing/ |url-status=live |archive-url=https://web.archive.org/web/20201003135712/https://blog.cloudflare.com/generate-avif-images-with-image-resizing/ |archive-date=3 October 2020 |access-date=3 October 2020 |website=The Cloudflare Blog }}</ref> * Vimeo announced AVIF support in a blog post on 3 June 2021.<ref>{{Cite web |title=Upgrading Images on Vimeo |date=2 June 2021 |url=https://medium.com/vimeo-engineering-blog/upgrading-images-on-vimeo-620f79da8605 |url-status=live |archive-url=https://web.archive.org/web/20210603150425/https://medium.com/vimeo-engineering-blog/upgrading-images-on-vimeo-620f79da8605 |archive-date=3 June 2021 |access-date=3 June 2021}}</ref> * Joomla 5 includes AVIF support.<ref>{{Cite web|url=https://issues.joomla.org/tracker/joomla-cms/41381|title=Joomla! Issue Tracker &#124; Joomla! CMS #41381 – [5.0] AVIF support for media manager|website=Joomla! Issue Tracker}}</ref> * WordPress 6.5 added AVIF support.<ref>{{Cite web|url=https://make.wordpress.org/core/2024/02/23/wordpress-6-5-adds-avif-support/|title=WordPress 6.5 adds AVIF support|date=23 February 2024}}</ref> * Wikimedia Commons does not support in 2024, see the ticket. * Wikipedia does not support AVIF * GitHub: no support, see [https://github.com/orgs/community/discussions/138164 related page] * Gitea 1.23 added AVIF support.<ref>{{Cite web |last=go-gitea |title=Add avif image file support by wxiaoguang · Pull Request #32508 · go-gitea/gitea |url=https://github.com/go-gitea/gitea/pull/32508 |access-date=2025-10-10 |website=GitHub |language=en}}</ref>

===Programming languages=== * Python supports AVIF via Pillow.<ref>{{Cite web |title=11.3.0 (2025-07-01) |url=https://pillow.readthedocs.io/en/stable/releasenotes/11.3.0.html |access-date=2025-07-31 |website=Pillow (PIL Fork) |language=en}}</ref> * PHP has had AVIF support in its GD extension since PHP version 8.1.<ref>{{Cite web |date=14 June 2021 |title=PHP 8.1: GD: AVIF image support |url=https://php.watch/versions/8.1/gd-avif |url-status=live |archive-url=https://web.archive.org/web/20210614080825/https://php.watch/versions/8.1/gd-avif |archive-date=14 June 2021 |access-date=14 June 2021 |website=PHP.Watch}}</ref> * Perl has support via the Imager library suite<ref>{{Cite web|date=11 July 2023|title=Perl: Imager support |url=https://metacpan.org/pod/Imager::File::AVIF}}</ref>

===Others=== * ExifTool has supported AVIF format for reading and writing Exif since version 11.79 (released 12 December 2019). * scrot supports through Imlib2<ref>{{Cite web |title=Readme: "Support for multiple image formats: JPG, PNG, GIF, and others." please specify if you support webp, avif · Issue #397 · resurrecting-open-source-projects/scrot |url=https://github.com/resurrecting-open-source-projects/scrot/issues/397#issuecomment-2569208278 |access-date=2025-01-05 |website=GitHub |language=en |quote=We rely on Imlib2 for image support. And Imlib2 allows you to enable/disable format support at build time. So the formats supported by scrot depends on your system Imlib2}}</ref> * Discord has officially supported AVIF since 12 March 2025<ref>{{cite web |last=Kidder |first=Scott |title=Modern Image Formats at Discord: Supporting WebP and AVIF |url=https://discord.com/blog/modern-image-formats-at-discord-supporting-webp-and-avif |date=March 12, 2025 |website=Discord Blog |access-date=March 13, 2025}}</ref> * Gamescope, a Wayland compositor, uses AVIF for its screenshots.<ref>{{Cite web |title=steamcompmgr: Support saving AVIF screenshots #1068|access-date=2025-07-03 |website= Github|language=en|url=https://github.com/ValveSoftware/gamescope/pull/1068}}</ref> * The [https://iipimage.sourceforge.io IIPImage] image server has AVIF output support since version 1.3<ref>{{Cite web|title=IIPImage » iipsrv 1.3|url=https://iipimage.sourceforge.io/2025/05/iipsrv-1-3|website=IIPImage Blog|date=28 May 2025|language=en-US|access-date=}}</ref>

==References== {{Reflist}}

{{Graphics file formats}} {{Compression formats}}

Category:Computer-related introductions in 2019 Category:Animated graphics file formats Category:Raster graphics file formats Category:High dynamic range file formats