JVips icon indicating copy to clipboard operation
JVips copied to clipboard

Add all supported image formats

Open geekdenz opened this issue 2 years ago • 1 comments

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!

geekdenz avatar Mar 16 '22 08:03 geekdenz