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

Skip to content

Tags: joemmetry/libvips

Tags

v8.7.3

Toggle v8.7.3's commit message
fix memleak in magick6load

IM ExceptionInfo were not being freed correctly. This patch
adds a small wrapper function and uses it to allocate and free all IM
exception objects.

Tested with im 6.9 and gm 1.3.

See:

libvips/lua-vips#24

libvips#1203

v8.7.2

Toggle v8.7.2's commit message
Fix up vips_text()

Fixes two issues:

1. vips_text() in autofit mode could set the wrong DPI, since it set the
DPI in its own copy of the variable, but did not do a final update on
the DPI setting that FT uses for rendering.

2. vips_text() in autofit mode allocated a new context each time, rather
than reusing the context for that call. This caused a small memory leak.

See libvips#1174

v8.7.1

Toggle v8.7.1's commit message
fix temp file open

was not auto-deleteing on windows, needs a fallback on linux

see libvips#1155

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