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

Skip to content

Tags: ml-lab/libvips

Tags

v8.7.0

Toggle v8.7.0's commit message
add a nifti wrapper for vips7

so nip2 can now load nifti images

v8.7.0-rc3

Toggle v8.7.0-rc3's commit message
add a compat stub for vips_region_shrink()

to keep ABI compat with 8.6

v8.7.0-rc2

Toggle v8.7.0-rc2's commit message
make vips_object_get_args() return an int

since malloc can fail

v8.7.0-rc1

Toggle v8.7.0-rc1's commit message
make test-suite survive make dist

v8.6.5

Toggle v8.6.5's commit message
fix a buffer overflow in the tiff reader

see https://github.com/jcupitt/libvips/issues/1039

v8.6.4

Toggle v8.6.4's commit message
improve accuracy of vector path

v8.7.0-alpha2

Toggle v8.7.0-alpha2's commit message
fix make dist

v8.6.3

Toggle v8.6.3's commit message
icc_import attaches the input profile if used

icc_import can take a fallback input profile in case the embedded one is
broken or missing. If we use the fallback profile, this change attaches
it to the output image.

This means that icc_import will always output an image with the icc
profile that was used to import it. This helps to make the behaviour of
`thumbnail` more consistent.

See https://github.com/jcupitt/libvips/issues/152

v8.6.2

Toggle v8.6.2's commit message
improve changelog

v8.7.0-alpha1

Toggle v8.7.0-alpha1's commit message
oops fix copy-paste error