f88dab9ccd
- Add 'scratch' field to gif that holds temporary 'scratch buffer' used for rendering frames - For DISPOSE_BACKGROUND: Set background color to transparent instead of 0 - For DISPOSE_BACKGROUND: Write background pixels into scratch after rendering current frame, so it will be used in next frame - For DISPOSE_PREVIOUS: Save frames that are not disposed into 'previous' field in gif, when DISPOSE_PREVIOUS is specified start with that previous frame. see http://webreference.com/content/studio/disposal.html - Add "ANIMEXTS1.0" to Application Extension parser - Graphic Control Extension parser refactor - Compare file contents to expected images for animated gifs in foreign tests |
||
---|---|---|
.. | ||
test-suite | ||
.gitignore | ||
Makefile.am | ||
README.md | ||
test_cli.sh | ||
test_connections.c | ||
test_connections.sh | ||
test_descriptors.c | ||
test_descriptors.sh | ||
test_formats.sh | ||
test_seq.sh | ||
test_stall.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.