d1094847a3
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 |
||
---|---|---|
.. | ||
test-suite | ||
Makefile.am | ||
README.md | ||
test_cli.sh | ||
test_formats.sh | ||
test_seq.sh | ||
test_threading.sh | ||
test_thumbnail.sh | ||
variables.sh.in |
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.