Skip to content

Tags: libvips/libvips

Tags

v8.17.3

Toggle v8.17.3's commit message
note version dates

v8.17.2

Toggle v8.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tiffload: ensure docs match memory limit behaviour (#4665)

See commit dcb1df8

v8.18.0-alpha2

Toggle v8.18.0-alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enable caching of vips_system() (#4640)

* enable caching of vips_system()

We were not caching vips_system() calls, since they could potentially
have side effects. However, almost all the time we are doing things
like running imagemagick commands, so caching is very helpful.

This patch enables caching of vips_system(), and adds better hashing of
compound argument types.

* vips_linear() was changing its args

the new arg hasher spotted it

improve the arg value change detector

* add a "nocache" arg to system

* add "cache" arg to system

* small polish

v8.18.0-alpha1

Toggle v8.18.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add a sniffer for the XWD format (#4613)

otherwise we mistake it for TGA

see #4612

v8.17.1

Toggle v8.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ChangeLog ahead of v8.17.1 (#4603)

v8.17.0

Toggle v8.17.0's commit message
oop ahem revert the -rc1 in meson version

v8.17.0-rc1

Toggle v8.17.0-rc1's commit message
oop ahem revert the -rc1 in meson version

v8.17.0-test4

Toggle v8.17.0-test4's commit message
as uploaded

v8.17.0-test3

Toggle v8.17.0-test3's commit message
as uploaded

v8.17.0-test2

Toggle v8.17.0-test2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
convi: ensure double sum precision when multiplying floats (#4418)