Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVIF support #111

Closed
jorenham opened this issue Apr 4, 2023 · 2 comments · Fixed by #115
Closed

AVIF support #111

jorenham opened this issue Apr 4, 2023 · 2 comments · Fixed by #115

Comments

@jorenham
Copy link

jorenham commented Apr 4, 2023

In the 1.5 release, pillow-heif has been used to add .heic support. I noticed that pillow-heif also has .avif functionality. And as far as I can tell, .heic will probably not win the browser-adaptation game against avif, due to its licensing.
So I think I'd be a good addition to integrate avif, as well. It should be an easy to add to willow, at the very least.

@thibaudcolas
Copy link
Member

Hi @jorenham, thanks for raising this. I’ve been following python-pillow/Pillow#5201 for a while hoping to see AVIF support directly in Pillow, and didn’t realise pillow-heif was another option!

Just comparing what codecs are used:

  • pillow-heif uses libheif, which has libaom, dav1d, SVT-AV1, rav1e
  • pillow-avif-plugin / the Pillow PR use libavif, which has libaom, dav1d, SVT-AV1, rav1e, and libgav1

@thibaudcolas thibaudcolas changed the title Avif support AVIF support May 25, 2023
@thibaudcolas
Copy link
Member

I’ve opened AVIF support in Wagtail as a separate issue. Support in Willow is the first step, but I believe tracking this on Wagtail’s bug tracker too will give this more visibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants