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

Add support for Avif Images #1140

Open
rustyconover opened this issue Jan 18, 2021 · 1 comment
Open

Add support for Avif Images #1140

rustyconover opened this issue Jan 18, 2021 · 1 comment

Comments

@rustyconover
Copy link
Contributor

Hi Team,

Doing more testing today it seems there should be support added for Avif format images.

https://caniuse.com/avif

Thanks,

Rusty

@papandreou
Copy link
Member

I know that we have specific Asset subclasses for a bunch of image and font types, but we should be falling back to a generic Asset when we don't know the specific Content-Type or file extension. In this case it means that we don't recognize it as a bitmap image type, but basic things like bringhome shouldn't care about that, since bitmap images generally don't have outgoing relations.

We can easily add Avif as an asset type, but I'm curious how exactly you're seeing it break?

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

No branches or pull requests

2 participants