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

Skip to content

Tags: 4thel00z/libvips

Tags

v8.10.2

Toggle v8.10.2's commit message
fix build with libheif save buit not load

We had some definitions inside the #ifdef HEIFLOAD.

Thanks estepnv

libvips#1844

v8.10.1

Toggle v8.10.1's commit message
note render thread change in changelog

v8.10.0

Toggle v8.10.0's commit message
fix write ICC profile to webp

ooops, a typo broke ICC profile write to webp 18 days ago

thanks augustocdias

see libvips#1767

v8.10.0-rc2

Toggle v8.10.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libvips#1756 from libvips/heif-workaround

try to work around some broken heic images

v8.10.0-rc1

Toggle v8.10.0-rc1's commit message
Merge branch 'master' of github.com:libvips/libvips

v8.10.0-beta2

Toggle v8.10.0-beta2's commit message
add LT_INIT

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