-
Notifications
You must be signed in to change notification settings - Fork 42
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 all supported image formats #117
Labels
enhancement
New feature or request
Comments
geekdenz
added a commit
to geekdenz/JVips
that referenced
this issue
Mar 16, 2022
Merged
Thanks @dbouron ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vips supports at least also ".tif":
https://github.com/libvips/libvips/blob/v8.9.1/test/test-suite/test_foreign.py#L304-L317
Could you support that as well? Should be a trivial change here:
https://github.com/criteo/JVips/blob/master/src/main/java/com/criteo/vips/enums/VipsImageFormat.java#L24
Add:
I could do a PR but that might take me longer than for you to do the change and supply a new version.
Many thanks for this awesome wrapper for this amazing library!
The text was updated successfully, but these errors were encountered: