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

Support AVIF #21

Closed
GrimPixel opened this issue Jun 30, 2023 · 4 comments
Closed

Support AVIF #21

GrimPixel opened this issue Jun 30, 2023 · 4 comments

Comments

@GrimPixel
Copy link

In some sources, it is more advanced than WebP. So I think AVIF format can be supported.

@fegennari
Copy link
Owner

AVIF is an image format mostly used by web browsers and not something I've ever seen used with 3D models. 3DWorld isn't intended to be used through the web, so it's not clear that AVIF format support is need. Do you have a 3D model that includes images of this format? If not, then why do you feel that AVIF needs to be supported?

In addition, the stb_image library used in 3DWorld doesn't support AVIF format. If this is added in the future, I will update the stb_image header and it should pick up AVIF support automatically.

@GrimPixel
Copy link
Author

It is not only used for the web. It is supported by image viewers like nomacs and qView, as well as Godot as an extension. It is not supported by Blender yet.
Available libraries are libavif and libheif.

@fegennari
Copy link
Owner

I've never come across any AVIF files, so I don't see the need to add support for this format to 3DWorld. Maybe some time in the future.

@fegennari
Copy link
Owner

No planned at this time. I will reopen if this comes up in an actual model or image I need to load.

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