[libpng16] Imported from libpng-1.6.19beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-08-19 12:20:12 -05:00
parent 2d62f7406f
commit 4c02a5930a
10 changed files with 13 additions and 13 deletions

View File

@@ -7566,7 +7566,7 @@ image_transform_png_set_background_set(PNG_CONST image_transform *this,
RANDOMIZE(random_bytes);
/* Read the random value, for colour type 3 the background colour is actually
* expressed as a 24bit rgb, not an index.
* expressed as a 24-bit rgb, not an index.
*/
colour_type = that->this.colour_type;
if (colour_type == 3)
@@ -9994,7 +9994,7 @@ static void perform_gamma_sbit_tests(png_modifier *pm)
}
/* Note that this requires a 16-bit source image but produces 8-bit output, so
* we only need the 16bit write support, but the 16-bit images are only
* we only need the 16-bit write support, but the 16-bit images are only
* generated if DO_16BIT is defined.
*/
#ifdef DO_16BIT

View File

@@ -1,8 +1,8 @@
pngsuite
--------
(c) Willem van Schaik, 1999, 2011, 2012
Two images are by Glenn Randers-Pehrson, 2012
Copyright (c) Willem van Schaik, 1999, 2011, 2012
Two images (ftbbn0g01.png and ftbbn0g02.png) are by Glenn Randers-Pehrson, 2012
Permission to use, copy, modify, and distribute these images for any
purpose and without fee is hereby granted.