2607795221
The tests cover issue #117 and pull request #118, extending the coverage for all color types that may have tRNS chunks: - color type 0 (grayscale), the tRNS chunk contains a single gray level - color type 2 (truecolor), the tRNS chunk contains a single RGB color - color type 3 (indexed color), the tRNS chunk contains a series of one-byte alpha values Add sample PNG files from the "official" test-suite for PNG created by Willem van Schaik. Add <define>BOOST_GIL_IO_TEST_ALLOW_READING_IMAGES to Jamfile for PNG tests. NOTE: Deliberately not defined BOOST_GIL_IO_TEST_ALLOW_WRITING_IMAGES as it seems to require some extra configuration, currently it causes some tests to fail. So, Jamfile likely needs more updates and clean-up. Closes #120 |
||
---|---|---|
.. | ||
readme.txt | ||
tbbn0g04.png | ||
tbbn2c16.png | ||
tbbn3p08.png | ||
tbgn2c16.png | ||
tbgn3p08.png | ||
tbrn2c08.png | ||
tbwn0g16.png | ||
tm3n3p02.png | ||
tp1n3p08.png |
# Copyright (C) 2013 Christian Henning # Distributed under the Boost Software License, Version 1.0. # See www.boost.org/LICENSE_1_0.txt test images can be found at http://www.schaik.com/pngsuite/pngsuite.html if not available please send me an email at chhenning ** at ** gmail.com