John Cupitt d1094847a3 remove no-alpha webp support
We used to try to spot webp images with no alpha and load them as plain
RGB, but it turns out this is difficult to do reliably, especially
for animated images.

This patch simply removes support, so all webp images now load as RGBA.

See https://github.com/libvips/libvips/issues/1351
2019-06-27 16:37:11 +01:00
..
2019-06-27 16:37:11 +01:00
2018-07-25 17:17:13 +01:00
2017-12-17 10:50:57 +00:00
2017-03-06 11:55:38 +00:00
2018-07-06 16:11:02 +01:00

libvips test suite

This is in two parts: a few simple bash scripts in this directory are run on "make check", and a fancier Python test suite that's run by Travis on each commit.