aleclerc Posted July 13, 2020 Share Posted July 13, 2020 Hello, Support for the AVIF file format would be nice to see as web browsers will start supporting it. It would be nice to read and write images in that format. Best regards! redesigned, MarkCz, Eagleshadow and 6 others 8 1 Quote Link to comment Share on other sites More sharing options...
derrickmg Posted August 18, 2020 Share Posted August 18, 2020 PLUS ONE for this, web browsers will support this from September and I would love to convert all online images to this as it stands an AVIF image of the same quality is 10 times smaller than a jpg and that would super speed up any webpages which will effect google seo rankings. Wendell, fdelaneau, Aftemplate and 1 other 4 Quote Link to comment Share on other sites More sharing options...
BigStef Posted August 23, 2020 Share Posted August 23, 2020 I confirm ! Same for WebP... Any news about that ? redesigned 1 Quote Link to comment Share on other sites More sharing options...
fdelaneau Posted September 13, 2020 Share Posted September 13, 2020 Webp is less efficient then avif and needs licensing. Skip Webp and go to avif directly 😋 Aftemplate 1 Quote Link to comment Share on other sites More sharing options...
SPurz Posted September 19, 2020 Share Posted September 19, 2020 +1 The comparisons here are impressive: https://jakearchibald.com/2020/avif-has-landed/ redesigned and MarkCz 2 Quote SPurz.net Link to comment Share on other sites More sharing options...
Squirrel Logic Posted September 23, 2020 Share Posted September 23, 2020 Seeing as how Apple hasn't supported WebP in their web browsers for 10 years, and no major graphics application supports WebP either, I wouldn't hold your breath for AVIF support. Especially since the accepted way to convert image files to these formats is to use build tools and <picture> element fallbacks. I just use a script that converts all my PNG files to WebP and AVIF, and use partials/components in my code to handle the fallback HTML code. It would be nice to not have to rely on the script to create WebP and AVIF files, but I would still have to rely on scripts because I run some image optimizers that remove metadata and optimize the compression to make PNG and JPEGs much smaller. So, practically I don't think adding AVIF support would really improve the quality of life for people who make images for the web. What would be nice is to include the same functionality that jpegoptim and OptiPNG have within the export options. It would dramatically reduce the file sizes for images (good selling point against Adobe's file export) and with those optimizations bundled with WebP and AVIF support I would not need those scripts at all. That would be a huge benefit for people creating WordPress websites that don't optimize their files before uploading them. Quote Graphic design, software development, and education for underestimated creatives. Squirrel Logic Link to comment Share on other sites More sharing options...
Brad Studio Posted October 5, 2020 Share Posted October 5, 2020 CloudFlare just announced that they will be supporting this format and it looks like it's going to be widely adopted by browsers much quicker than the failed Webp format. https://blog.cloudflare.com/generate-avif-images-with-image-resizing/ Affinity needs to lead the market and get support for this built in first. Wendell, bures and DrainBead 3 Quote Link to comment Share on other sites More sharing options...
Danielcz Posted October 9, 2020 Share Posted October 9, 2020 +1 for this but its bit too early. 0.8.1 works kind of good but recent (daily) builds were wonky for me (quality/filesize ratio was worst and color tone shifted too) i would wait a bit for more ironed out releases. Also JpegXL comming next year too. GIMP added AVIF support just now but its only partial implementation, there is no way to disable chroma subsampling. For everyone interested i recommending to download AVIF CLI tools. https://github.com/AOMediaCodec/libavif/releases/tag/v0.8.1 Comparison : https://cloudinary.com/blog/how_jpeg_xl_compares_to_other_image_codecs On my website (signature) i have added .avif for projects thumbnails already -> better and more consistent results than WebP Quote Core i7 4770 - AMD Radeon RX 6500XT - 32GB RAM - Asus z87-Pro - Asus Phoebus - Windows 7 x64 SP1 / Windows 10 x64) - https://danielmoravek.com Link to comment Share on other sites More sharing options...
Squirrel Logic Posted October 10, 2020 Share Posted October 10, 2020 I've been using the go-avif CLI tool for encoding, and it's been working pretty well. I haven't switched over to the bleeding edge AVIF CLI tools yet. Because people were talking about it so much, I shared the PowerShell source code I use to create WebP and AVIF files. As I mentioned above, because graphics for the web benefit from image optimizers that remove necessary data and can brute-force different compression techniques to find the smallest file, I think CLI scripts are the best solution for now until optimization is also included in the exporting options. And yes, I also can't wait for JPEG XL. It's a very elegant solution. Quote Graphic design, software development, and education for underestimated creatives. Squirrel Logic Link to comment Share on other sites More sharing options...
loyukfai Posted December 30, 2020 Share Posted December 30, 2020 On 9/24/2020 at 3:21 AM, Squirrel Logic said: Seeing as how Apple hasn't supported WebP in their web browsers for 10 years, and no major graphics application supports WebP either, I wouldn't hold your breath for AVIF support. Especially since the accepted way to convert image files to these formats is to use build tools and <picture> element fallbacks. Agree. Until Apple decides to adopt AVIF, handling these next-gen formats on the hosting / website level seems to be the best solution in most cases. That being said, I do hope Apple will do so asap. The comparisons I've glanced are very good. And who knows... webp is Google's, but Apple is part of the AV1 group. If Apple / Safari does adopt AVIF, then the Affinity range shall do so as well, as we're talking about like.... >95% browser share? Probably won't happen for a year or so though. Cheers. Quote Link to comment Share on other sites More sharing options...
redesigned Posted February 20, 2021 Share Posted February 20, 2021 we absolutely need first class support for avif, webp, and heic formats. for those discussing browser coverage i suggest you consider updating your html alongside your images. also safari has supported webp since big sur launched. <picture> <source type="image/avif" srcset="..." /> <source type="image/webp" srcset="..." /> <img src="..." srcset="..." alt="..." width="..." height="..." loading="lazy" /> </picture> Quote Link to comment Share on other sites More sharing options...
greenman Posted February 25, 2021 Share Posted February 25, 2021 On 2/20/2021 at 1:23 PM, redesigned said: we absolutely need first class support for avif, webp, and heic formats. for those discussing browser coverage i suggest you consider updating your html alongside your images. also safari has supported webp since big sur launched. <picture> <source type="image/avif" srcset="..." /> <source type="image/webp" srcset="..." /> <img src="..." srcset="..." alt="..." width="..." height="..." loading="lazy" /> </picture> AVIF uses HEIC container. Apple is on the membership of alliance for open media so it's likely they will support AV1 and AVIF. Unlike webp which isn't fully free (as in freedom) For now exporting I use gimp or command line tools, but sure would like affinity photo to be able to export AVIF, especially if the new preview feature is available with it. Quote Link to comment Share on other sites More sharing options...
DrainBead Posted April 6, 2021 Share Posted April 6, 2021 Any news? Firefox will roll out support in v89 in Mai 2021 and Chrome is already supporting AVIF. Quote Link to comment Share on other sites More sharing options...
neueweltsicht Posted September 8, 2021 Share Posted September 8, 2021 Yes we need it now. Firefox an Chrome supports. Thanks Quote Link to comment Share on other sites More sharing options...
paco52 Posted September 9, 2021 Share Posted September 9, 2021 Yes please. For your information, GIMP already support AVIF. Quote Link to comment Share on other sites More sharing options...
Old Bruce Posted September 9, 2021 Share Posted September 9, 2021 Isn't AVIF used primarily as a compressed Video format? Quote Mac Pro (Late 2013) Mac OS 12.7.6 Affinity Designer 2.5.5 | Affinity Photo 2.5.5 | Affinity Publisher 2.5.5 | Beta versions as they appear. I have never mastered color management, period, so I cannot help with that. Link to comment Share on other sites More sharing options...
Chris Cook Posted September 10, 2021 Share Posted September 10, 2021 22 hours ago, Old Bruce said: Isn't AVIF used primarily as a compressed Video format? No, AV1 is used for video, AVIF is an image format based on the same encoder. I am also very keen to see AVIF export available in Affinity Photo. If supported, it would be the easiest way to author AVIF files currently, and if AVIF HDR image export from 32 bit documents was also supported, not only would it be an awesome timesaver, it would probably increase the adoption of HDR image and video support on the web. I have spent the last 8 hours building a pipeline to generate HDR AVIF files using a combination of strict input file requirements and command line tools - if this could be replaecd with a simple export dialog, that would be a gamechanger. DrainBead 1 Quote Link to comment Share on other sites More sharing options...
bures Posted September 26, 2021 Share Posted September 26, 2021 Global browser support: AVIF: 67 % WebP: 96 % All Media Lab 1 Quote Link to comment Share on other sites More sharing options...
All Media Lab Posted September 29, 2021 Share Posted September 29, 2021 I'm waiting for years now to see webp implemented in Affinity and till now no sign of any action in that direction. It works cross browser, it's used in Gaming, web design etc. etc. But it's like talking to a brick wall! bures 1 Quote Link to comment Share on other sites More sharing options...
DrainBead Posted October 5, 2021 Share Posted October 5, 2021 Seems we have to fallback to gimp to create AVIF images while at the same time having payed for Affinity Photo and not being able to use it :( Eagleshadow 1 Quote Link to comment Share on other sites More sharing options...
mdriftmeyer Posted October 7, 2021 Share Posted October 7, 2021 I suggest targeting JPEG-XL first. Quote Link to comment Share on other sites More sharing options...
grunnvms Posted October 8, 2021 Share Posted October 8, 2021 I agree. There are all kind of new JPEG formats that can compress high quality images much better than the present JPEG format. Quote Link to comment Share on other sites More sharing options...
Eagleshadow Posted December 12, 2021 Share Posted December 12, 2021 Support for avif would make a lot of sense for affinity photo due to it already having an ability to master images in 10 bit HDR. Avif seems to be the first image format with 10 bit hdr that isn't encumbered by patents and is aimed to be a full mainstream jpeg replacement with support from tech giants and already deployed in many large platforms. i've trialed affinity photo twice in the past and have yet to buy it. If it gets avif support soon enough, it might become the first app to support sensible HDR 10 PQ image workflow, and I'd definitely buy it and use it. DrainBead 1 Quote Link to comment Share on other sites More sharing options...
Graymatter Posted January 29, 2022 Share Posted January 29, 2022 +1 Quote Link to comment Share on other sites More sharing options...
Bedwyr Posted March 25, 2022 Share Posted March 25, 2022 Hi. I'm beginning to see avif files accumulate across multiple projects and this is really starting to impact worflows. This is rapidly becoming necessary-to-have and not nice-to-have. Please consider making avif support a higher priority. Appreciate your work very much. DrainBead and Eagleshadow 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.