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

Skip to content

Tags: ToRyder/libvips

Tags

v8.14.0

Toggle v8.14.0's commit message
make arrayjoin much faster with large arrays

arrayjoin was making a region on every input image during startup, and
repeating for each thread (!!) so large arrays could be very expensive
to join.

Instead, make input regions on demand, and computre set of required
input images rather than searching for them.

See libvips#3247

v8.14.0-rc1

Toggle v8.14.0-rc1's commit message
note release date for 8.14

v8.13.3

Toggle v8.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure EXIF is at least 4 bytes before inspection (libvips#3109)

v8.13.2

Toggle v8.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
spngsave: name ICC profiles (libvips#3068)

The PNG spec requires that the iCCP chunk has a profile name with
a minumum length of 1 (we use the same "icc" name as pngsave).

v8.13.1

Toggle v8.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dzsave: improve compatibility with libgsf < 1.14.29 (libvips#3017)

* Implement `GsfOutfileStdio` by ourselves

* Add missing `->root` init

* Fix styling

* Update ChangeLog

v8.13.0

Toggle v8.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Link the main library with `-Wl,-z,nodelete` to prevent unloading (li…

…bvips#2934)

See: libvips/php-vips-ext#44

v8.13.0-rc2

Toggle v8.13.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Meson: remove redundant `--no-undefined` link argument (libvips#2918)

This is already controlled by the `b_lundef` built-in option, which defaults to `true`.

v8.13.0-rc1

Toggle v8.13.0-rc1's commit message
fix "make dist" ready for 8.13 rc1

v8.12.2

Toggle v8.12.2's commit message
note pipe read fix in changelog

v8.13.0-pre1

Toggle v8.13.0-pre1's commit message
note jp2k load just in changelog