Skip to content

Tags: chmodawk/libvips

Tags

v8.10.5

Toggle v8.10.5's commit message
bump version for animated webp load fix

v8.10.4

Toggle v8.10.4's commit message
allow spng.pc and libspng.ps for libspng discovery

v8.10.3

Toggle v8.10.3's commit message
note HEIC fix in changelog

see libvips#1921

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.