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

Skip to content

Tags: jaubourg/libvips

Tags

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

v8.9.0-alpha1

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

v8.8.4

Toggle v8.8.4's commit message
always copy before exif_update

During write, we often call vips__exif_update(). This updates the exif
block from the other image metadata prior to save.

Always copy the image before calling this.

See lovell/sharp#1986