Skip to content

Releases: criteo/JVips

8.11.4-5599e3c

21 Oct 12:15
Compare
Choose a tag to compare
🔑 Set MAVEN_SECRING_PASSWORD variable for mvn password

8.11.2-23d1446

26 Jul 15:24
Compare
Choose a tag to compare
🍎 Fix macos build errors "non-void function should return a value"

8.10.2-cd34425

06 Apr 16:24
Compare
Choose a tag to compare
✨Add writeWEBPToArray

So we can use lossless format

8.10.2-38fe1f6

26 Mar 15:36
Compare
Choose a tag to compare
Delete extracted libraries on exit

8.10.2-09ea398

08 Mar 12:16
Compare
Choose a tag to compare
Add missing writeJPEGToArray method to Image interface

8.10.2-aac2acb

20 Feb 09:43
Compare
Choose a tag to compare
Limit test dependencies to the test scope

8.10.2-c3e196e

18 Feb 09:55
Compare
Choose a tag to compare
Document how to build JVips with Linux and Docker

8.10.2-87cb43d

11 Feb 06:19
Compare
Choose a tag to compare
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

11 Feb 06:20
Compare
Choose a tag to compare
Add vips_image_write_to_file bidding

8.10.2-e8323fe

09 Feb 09:36
Compare
Choose a tag to compare
Make Image interface an AutoCloseable subclass