summaryrefslogtreecommitdiff
path: root/example.c
AgeCommit message (Collapse)Author
2011-10-06[libpng15] #ifdef out png_progressive_combine_row() when interlacing isGlenn Randers-Pehrson
not supported.
2011-07-07[devel] Imported from libpng-1.5.4.tarGlenn Randers-Pehrson
2011-06-18[devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler
2011-06-17[devel] Renamed png_set_chop_16() to png_set_strip_16().Glenn Randers-Pehrson
2011-06-16[devel] Revised example.c to demonstrate png_set_chop_16().Glenn Randers-Pehrson
2011-06-14[devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler
Fixed some compiliation problems with scaling options.
2011-05-05[devel] Imported from libpng-1.5.3beta05.tarGlenn Randers-Pehrson
2011-03-31[devel] Imported from libpng-1.5.2.tarGlenn Randers-Pehrson
2011-01-06[devel] Imported from libpng-1.5.0.tarGlenn Randers-Pehrson
2011-01-04[devel] Update copyright year and bump to version libpng-1.5.0rc07Glenn Randers-Pehrson
2010-10-17[devel] Rename libpng.txt to libpng-manual.txtGlenn Randers-Pehrson
2010-10-15[devel] Imported from libpng-1.5.0beta51.tarGlenn Randers-Pehrson
2010-10-14[devel] Imported from libpng-1.5.0beta50.tarGlenn Randers-Pehrson
2010-10-07[devel] Imported from libpng-1.5.0beta49.tarGlenn Randers-Pehrson
2010-10-04[devel] Imported from libpng-1.5.0beta48.tarGlenn Randers-Pehrson
2010-10-04[devel] Fixed problem with symbols creation in Makefile.am which was assumingGlenn Randers-Pehrson
that CCP writes to standard output by default (Martin Banky).
2010-09-10[devel] Fixed a number of problems with 64-bit compilation reported by VisualGlenn Randers-Pehrson
Studio 2010 (John Bowler).
2010-08-28[devel] Imported from libpng-1.5.0beta46.tarGlenn Randers-Pehrson
2010-08-26[devel] Imported from libpng-1.5.0beta45.tarGlenn Randers-Pehrson
2010-08-24[devel] Bump to version libpng-1.5.0beta45Glenn Randers-Pehrson
2010-08-11[devel] Imported from libpng-1.5.0beta41.tarGlenn Randers-Pehrson
2010-08-06[devel] Imported from libpng-1.5.0beta40.tarGlenn Randers-Pehrson
2010-08-02[devel] Imported from libpng-1.5.0beta39.tarGlenn Randers-Pehrson
2010-07-31[devel] Bump to version libpng-1.5.0beta38Glenn Randers-Pehrson
2010-07-29[devel] Bump to version libpng-1.5.0beta36Glenn Randers-Pehrson
2010-07-29[devel]Glenn Randers-Pehrson
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)
2010-07-24[devel] Bump to version libpng-1.5.0beta35Glenn Randers-Pehrson
2010-07-12[devel] Imported from libpng-1.5.0beta34.tarGlenn Randers-Pehrson
2010-07-06[devel] Bump back to version libpng-1.5.0beta34Glenn Randers-Pehrson
2010-06-28[devel] Imported from libpng-1.5.0beta33.tarGlenn Randers-Pehrson
2010-06-25[devel] Imported from libpng-1.5.0beta32.tarGlenn Randers-Pehrson
2010-06-25[devel] Imported from libpng-1.5.0beta31.tarGlenn Randers-Pehrson
2010-06-25[devel] Imported from libpng-1.5.0beta30.tarGlenn Randers-Pehrson
2010-06-25[devel] Imported from libpng-1.5.0beta29.tarGlenn Randers-Pehrson
2010-06-25[devel] Imported from libpng-1.5.0beta28.tarGlenn Randers-Pehrson
2010-06-25[devel] Imported from libpng-1.5.0beta26.tarGlenn Randers-Pehrson
2010-06-25[devel] Imported from libpng-1.5.0beta25.tarGlenn Randers-Pehrson
2010-05-07[devel] Imported from libpng-1.5.0beta24.tarGlenn Randers-Pehrson
2010-05-06[devel] Added more blank lines for readability.Glenn Randers-Pehrson
2010-04-29[devel] Imported from libpng-1.5.0beta23.tarGlenn Randers-Pehrson
2010-04-28[devel] Bump to libpng-1.5.0beta22Glenn Randers-Pehrson
2010-04-26[devel] Imported from libpng-1.5.0beta21.tarGlenn Randers-Pehrson
2010-04-24[devel] Bump back to version libpng-1.5.0beta21Glenn Randers-Pehrson
2010-04-24[devel] Imported from libpng-1.5.0beta19.tarGlenn Randers-Pehrson
2010-04-17[devel] Imported from libpng-1.5.0beta18.tarGlenn Randers-Pehrson
2010-04-16[devel] Imported from libpng-1.5.0beta17.tarGlenn Randers-Pehrson
2010-04-13[devel] Document the fact that png_set_dither() is no longer supported.Glenn Randers-Pehrson
2010-04-01[devel] Imported from libpng-1.5.0beta16.tarGlenn Randers-Pehrson
2010-03-30[devel] Make png_text_struct independent of PNG_iTXt_SUPPORTEDGlenn Randers-Pehrson
2010-03-17[devel] Imported from libpng-1.5.0beta15.tarGlenn Randers-Pehrson