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 #1242

Closed
reaseno opened this issue Mar 9, 2024 · 3 comments · Fixed by #1358
Closed

AVIF support #1242

reaseno opened this issue Mar 9, 2024 · 3 comments · Fixed by #1358
Labels
enhancement New feature or request

Comments

@reaseno
Copy link

reaseno commented Mar 9, 2024

There is AVIF support in image-rs, but to me, it seems it's not working.

@reaseno reaseno added the enhancement New feature or request label Mar 9, 2024
@qarmin
Copy link
Owner

qarmin commented Sep 30, 2024

Is really avif supportet in image-rs? (decoding)
I see such errors when trying to open avif image

Cannot open image file "/home/rafal/Desktop/Untitled Folder/hato.profile0.8bpc.yuv420.no-cdef (copy).avif": The image format Avif is not supported
Cannot open image file "/home/rafal/Desktop/Untitled Folder/hato.profile0.8bpc.yuv420.no-cdef.avif": The image format Avif is not supported
Cannot open image file "/home/rafal/Desktop/Untitled Folder/sample (copy).avif": The image format Avif is not supported
Cannot open image file "/home/rafal/Desktop/Untitled Folder/sample.avif": The image format Avif is not supported
Cannot open image file "/home/rafal/Desktop/Untitled Folder/test_nclx (copy).avif": The image format Avif is not supported
Cannot open image file "/home/rafal/Desktop/Untitled Folder/test_nclx.avif": The image format Avif is not supported

@reaseno
Copy link
Author

reaseno commented Oct 2, 2024

At least it says here:
https://github.com/image-rs/image

But yes, only 8bit :/
I don't like this library 😅

@qarmin
Copy link
Owner

qarmin commented Oct 2, 2024

I see also Requires the avif-native feature, uses the libdav1d C library. so it is unlikely that I add it by default(maybe I will add this as feature flag)

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

Successfully merging a pull request may close this issue.

2 participants