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

Documentation: Exaustive list of all acceptable image file formats #121

Closed
VictorGaiva opened this issue Jun 29, 2023 · 2 comments
Closed

Comments

@VictorGaiva
Copy link

In my applications, it makes sense to verify if the file extension is acceptable by Vix before calling Image.new_from_file, so that I would not have to download a file I already know won't be processable.

I was unable to find this information on the documentation, neither on the code.

@VictorGaiva VictorGaiva changed the title Documentation: Exaustive list of all acceptable image file formtas Documentation: Exaustive list of all acceptable image file formats Jun 29, 2023
@akash-akya
Copy link
Owner

Hey @VictorGaiva, precompiled libvips which comes with vix by default supports -- svg, png, tiff, jpeg, webp, raw, heif, gif image formats.

I'll update the documentation.

@akash-akya
Copy link
Owner

Updated documentation in #134
Thanks!

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