summaryrefslogtreecommitdiff
path: root/example.c
Commit message (Collapse)AuthorAgeFilesLines
* [master] Imported from libpng-1.6.3.tarGlenn Randers-Pehrson2013-07-171-5/+5
|
* [master] Imported from libpng-1.6.0.tarGlenn Randers-Pehrson2013-02-131-13/+195
|
* [master] Imported from libpng-1.5.13.tarGlenn Randers-Pehrson2012-09-271-1/+5
|
* [master] Imported from libpng-1.5.10.tarGlenn Randers-Pehrson2012-03-291-1/+1
|
* [master] Imported from libpng-1.5.10rc01.tarGlenn Randers-Pehrson2012-03-191-21/+34
|
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-1/+1
|
* [libpng15] Imported from libpng-1.5.7beta05.tarv1.5.7beta05Glenn Randers-Pehrson2011-11-251-4/+5
|
* [libpng15] Imported from libpng-1.5.7beta01.tarv1.5.7beta01Glenn Randers-Pehrson2011-11-041-1/+1
|
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-021-1/+1
|
* [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-021-1/+1
|
* [libpng15] #ifdef out png_progressive_combine_row() when interlacing isGlenn Randers-Pehrson2011-10-061-1/+8
| | | | not supported.
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
|
* [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler2011-06-181-1/+1
|
* [devel] Renamed png_set_chop_16() to png_set_strip_16().Glenn Randers-Pehrson2011-06-171-2/+2
|
* [devel] Revised example.c to demonstrate png_set_chop_16().Glenn Randers-Pehrson2011-06-161-2/+9
|
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+1
| | | | Fixed some compiliation problems with scaling options.
* [devel] Imported from libpng-1.5.3beta05.tarv1.5.3beta05Glenn Randers-Pehrson2011-05-051-1/+5
|
* [devel] Imported from libpng-1.5.2.tarv1.5.2Glenn Randers-Pehrson2011-03-311-1/+1
|
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1
|
* [devel] Update copyright year and bump to version libpng-1.5.0rc07Glenn Randers-Pehrson2011-01-041-1/+1
|
* [devel] Rename libpng.txt to libpng-manual.txtGlenn Randers-Pehrson2010-10-171-1/+1
|
* [devel] Imported from libpng-1.5.0beta51.tarv1.5.0beta51Glenn Randers-Pehrson2010-10-151-1/+1
|
* [devel] Imported from libpng-1.5.0beta50.tarv1.5.0beta50Glenn Randers-Pehrson2010-10-141-1/+1
|
* [devel] Imported from libpng-1.5.0beta49.tarv1.5.0beta49Glenn Randers-Pehrson2010-10-071-1/+1
|
* [devel] Imported from libpng-1.5.0beta48.tarv1.5.0beta48Glenn Randers-Pehrson2010-10-041-1/+1
|
* [devel] Fixed problem with symbols creation in Makefile.am which was assumingGlenn Randers-Pehrson2010-10-041-1/+1
| | | | that CCP writes to standard output by default (Martin Banky).
* [devel] Fixed a number of problems with 64-bit compilation reported by VisualGlenn Randers-Pehrson2010-09-101-1/+1
| | | | Studio 2010 (John Bowler).
* [devel] Imported from libpng-1.5.0beta46.tarv1.5.0beta46Glenn Randers-Pehrson2010-08-281-1/+1
|
* [devel] Imported from libpng-1.5.0beta45.tarv1.5.0beta45Glenn Randers-Pehrson2010-08-261-1/+1
|
* [devel] Bump to version libpng-1.5.0beta45Glenn Randers-Pehrson2010-08-241-1/+1
|
* [devel] Imported from libpng-1.5.0beta41.tarv1.5.0beta41Glenn Randers-Pehrson2010-08-111-1/+1
|
* [devel] Imported from libpng-1.5.0beta40.tarv1.5.0beta40Glenn Randers-Pehrson2010-08-061-1/+1
|
* [devel] Imported from libpng-1.5.0beta39.tarv1.5.0beta39Glenn Randers-Pehrson2010-08-021-1/+1
|
* [devel] Bump to version libpng-1.5.0beta38Glenn Randers-Pehrson2010-07-311-1/+1
|
* [devel] Bump to version libpng-1.5.0beta36Glenn Randers-Pehrson2010-07-291-1/+1
|
* [devel]Glenn Randers-Pehrson2010-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fixed point APIs are now supported throughout (no missing APIs). Internal fixed point arithmetic support exists for all internal floating point operations. sCAL validates the floating point strings it is passed. Safe, albeit rudimentary, Watcom support is provided by PNG_API_RULE==2 Two new APIs exist to get the number of passes without turning on the PNG_INTERLACE transform and to get the number of rows in the current pass. A new test program, pngvalid.c, validates the gamma code. Errors in the 16 bit gamma correction (overflows) have been corrected. cHRM chunk testing is done consistently (previously the floating point API bypassed it, because the test really didn't work on FP, now the test is performed on the actual values to be stored in the PNG file so it works in the FP case too.) Most floating point APIs now simply call the fixed point APIs after converting the values to the fixed point form used in the PNG file. The standard headers no longer include zlib.h, which is currently only required for pngstruct.h and can therefore be internal. (Patches by John Bowler)
* [devel] Bump to version libpng-1.5.0beta35Glenn Randers-Pehrson2010-07-241-1/+1
|
* [devel] Imported from libpng-1.5.0beta34.tarv1.5.0beta34Glenn Randers-Pehrson2010-07-121-1/+1
|
* [devel] Bump back to version libpng-1.5.0beta34Glenn Randers-Pehrson2010-07-061-1/+1
|
* [devel] Imported from libpng-1.5.0beta33.tarGlenn Randers-Pehrson2010-06-281-1/+1
|
* [devel] Imported from libpng-1.5.0beta32.tarv1.5.0beta32Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta31.tarv1.5.0beta31Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta30.tarv1.5.0beta30Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta29.tarv1.5.0beta29Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta28.tarv1.5.0beta28Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta26.tarv1.5.0beta26Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta25.tarv1.5.0beta25Glenn Randers-Pehrson2010-06-251-15/+12
|
* [devel] Imported from libpng-1.5.0beta24.tarv1.5.0beta24Glenn Randers-Pehrson2010-05-071-1/+1
|
* [devel] Added more blank lines for readability.Glenn Randers-Pehrson2010-05-061-1/+6
|
* [devel] Imported from libpng-1.5.0beta23.tarv1.5.0beta23Glenn Randers-Pehrson2010-04-291-1/+1
|