Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vguerci/JVips

Tags

8.10.2-38fe1f6

Toggle 8.10.2-38fe1f6's commit message
Delete extracted libraries on exit

8.10.2-09ea398

Toggle 8.10.2-09ea398's commit message
Add missing writeJPEGToArray method to Image interface

8.10.2-aac2acb

Toggle 8.10.2-aac2acb's commit message
Limit test dependencies to the test scope

8.10.2-c3e196e

Toggle 8.10.2-c3e196e's commit message
Document how to build JVips with Linux and Docker

8.10.2-87cb43d

Toggle 8.10.2-87cb43d's commit message
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

Toggle 8.10.2-6b188cb's commit message
Add vips_image_write_to_file bidding

8.10.2-e8323fe

Toggle 8.10.2-e8323fe's commit message
Make Image interface an AutoCloseable subclass

8.10.2-a7234b1

Toggle 8.10.2-a7234b1's commit message
Fix failing build on Windows

libvips was not properly linked with the JVipsTest binary on Windows platforms:

```
Linking C shared library JVipsTest.dll
/app/src/main/c/VipsException.c:43: undefined reference to `vips_error_buffer'
/app/src/main/c/VipsException.c:53: undefined reference to `vips_error_clear'
collect2: error: ld returned 1 exit status
```

See criteo#88 (review)

8.10.2-93c7908

Toggle 8.10.2-93c7908's commit message
Fix MacOS setup script

8.10.2-3528d6f

Toggle 8.10.2-3528d6f's commit message
⬆️ Update dependencies for libvips 8.10.2