Releases: criteo/JVips
Releases · criteo/JVips
8.11.4-5599e3c
🔑 Set MAVEN_SECRING_PASSWORD variable for mvn password
8.11.2-23d1446
🍎 Fix macos build errors "non-void function should return a value"
8.10.2-cd34425
✨Add writeWEBPToArray So we can use lossless format
8.10.2-38fe1f6
Delete extracted libraries on exit
8.10.2-09ea398
Add missing writeJPEGToArray method to Image interface
8.10.2-aac2acb
Limit test dependencies to the test scope
8.10.2-c3e196e
Document how to build JVips with Linux and Docker
8.10.2-87cb43d
Build libpng only once with CMake Change lib/CMakeLists.txt to build libpng only once when build.sh is executed several times. A resolution is to change the find_library name argument to `png`. See https://cmake.org/cmake/help/latest/command/find_library.html
8.10.2-6b188cb
Add vips_image_write_to_file bidding
8.10.2-e8323fe
Make Image interface an AutoCloseable subclass