libpng/contrib
John Bowler 59ae38984f [libpng16] Corrected simplified API default gamma for color-mapped output, added
a flag to change default. In 1.6.0 when the simplified API was used
to produce color-mapped output from an input image with no gamma
information the gamma assumed for the input could be different from
that assumed for non-color-mapped output.  In particular 16-bit depth
input files were assumed to be sRGB encoded, whereas in the 'direct'
case they were assumed to have linear data.  This was an error.  The
fix makes the simplified API treat all input files the same way and
adds a new flag to the png_image::flags member to allow the
application/user to specify that 16-bit files contain sRGB data
rather than the default linear.
Fixed bugs in the pngpixel and makepng test programs.
2013-03-06 22:15:25 -06:00
..
examples [libpng16] Corrected simplified API default gamma for color-mapped output, added 2013-03-06 22:15:25 -06:00
gregbook [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
libtests [libpng16] Corrected simplified API default gamma for color-mapped output, added 2013-03-06 22:15:25 -06:00
pngminim [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
pngminus [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
pngsuite [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
tools [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
visupng [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
README.txt [libpng15] Added contrib/README.txt 2011-11-16 13:35:16 -06:00

This "contrib" directory contains contributions which are not necessarily under
the libpng license, although all are open source.  They are not part of
libpng proper and are not used for building the library.