Tim-Hinnerk Heuer

Results 4 issues of Tim-Hinnerk Heuer

Since I published the module on NPM, and there was at least one major bug, I needed to re- publish. For that a version increase was required. Please update the...

**Description** Since a few version it seems like the API is super slow. A request for 10 items takes about 20 seconds to load. I checked the geometries and they...

bug

**Problem** Writing code for plugins is very difficult, because a lot of the code has to live in common files and this causes PRs to be harder to do. **Solution**...

enhancement

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: ```java TIF(".tif"), ``` I could do a PR but...

enhancement