JVips icon indicating copy to clipboard operation
JVips copied to clipboard

Java wrapper for libvips using JNI.

Results 32 JVips issues
Sort by recently updated
recently updated
newest added

We are testing JVips as mainly a jpeg thumbnail processor. So far we only pass a java `byte[]` array, as we already hold this on the heap. This is roughly...

I've also updated README to reflect the current source structure Also addresses https://github.com/criteo/JVips/issues/69

Since version [8.10.2-a7234b1](https://github.com/criteo/JVips/releases/tag/8.10.2-a7234b1), the binary release is provided without `libheiff.so`, so AVIF generation fails with an error. ``` com.criteo.vips.VipsException: Unable to write image buffer vips error buffer contains: VipsOperation: class...

I can't find any mention of the Java version supported on the README. I recall a few years ago that this project was Java 8 only. Is that still that...

hello. i used to macOS by M1. so i test this library but not working as a blew message please check my issue. and i wonder that this issue is...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Looks like tiff is meant to be in LINUX_LIBRARIES somewhere between jpeg and vips.

Pleasse add ready to use lib. It would be great if you can publish a maven repo

Upgrade to libvips 8.13. * Added support for the new `vips_block_untrusted_set` (see https://www.libvips.org/2022/05/28/What's-new-in-8.13.html) * Added `.gif` output support using [`cgif`](https://github.com/dloebl/cgif) A note about adding support for more operations... I have...

The generic type on the `Map` in the enums was on the wrong side and the wrong way around.