Tags: lineCode/libvips
Tags
remove mode_t from headers it seems to fail with MSVC. int works fine, and is what g_open() uses.
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
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
fix some autorot issues and a problem with vipsthumbnail of tif see libvips#1515
fix up i18n POTFILES etc. needed updating for the recent class renames.
better error handling in vips__seek Now that we are using the poxis API on win32, we don't need to check GetLastError()
fix SANITY checks in streami.c they had bitrotted a bit
PreviousNext