We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
TIF(".tif"),
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:
Add .tif format criteo#117
b724113
Hello @geekdenz,
I just answered in your PR, this is not trivial like adding the enum value. I provided more explanations in comment .
If I have free time this week end, I will have a look :)
Sorry, something went wrong.
💾 Add TIFF support
9d31372
See this issue: #117
01a6ef2
99d6fb7
No branches or pull requests
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: