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

Skip to content

Tags: lineCode/libvips

Tags

v8.10.0-beta1

Toggle v8.10.0-beta1's commit message
remove mode_t from headers

it seems to fail with MSVC.

int works fine, and is what g_open() uses.

v8.9.2

Toggle v8.9.2's commit message
thumbnail could fail on HEIC in some modes

in locked UP or DOWN mode, vips_thumbnail() could incorrectly select the
thumbnail from a HEIC image even when it was not large enough to
generate the output image.

Thanks ZorinArsenij

See libvips#1614

v8.9.1

Toggle v8.9.1's commit message
lock for metadata changes

Another attempt at fixing crashes on metadata chenage in highly threaded
applications.

Global lock around set, remove and copy metadata. This is crude, but
simple, the performance impact should be small, and ought to resolve the
problem.

We'll do something better for the next version.

see lovell/sharp#1986

v8.9.0

Toggle v8.9.0's commit message
fix some autorot issues

and a problem with vipsthumbnail of tif

see libvips#1515

v8.9.0-rc4

Toggle v8.9.0-rc4's commit message
fix up i18n

POTFILES etc. needed updating for the recent class renames.

v8.9.0-rc3

Toggle v8.9.0-rc3's commit message
better error handling in vips__seek

Now that we are using the poxis API on win32, we don't need to check
GetLastError()

v8.9.0-rc2

Toggle v8.9.0-rc2's commit message
revise webpload for improved loader pattern

v8.9.0-rc1

Toggle v8.9.0-rc1's commit message
fix compiler warning

v8.9.0-beta2

Toggle v8.9.0-beta2's commit message
fix SANITY checks in streami.c

they had bitrotted a bit

v8.9.0-beta1

Toggle v8.9.0-beta1's commit message
small changes to the gif-loop fix

see libvips#1362