about summary refs log tree commit diff
path: root/converter/other/pngtopam.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2024-03-121-4/+2
* Fix handling of errors detected by libpnggiraffedata2023-03-291-9/+1
* cleanupgiraffedata2021-03-131-5/+5
* Add information about PNG to -verbose reportgiraffedata2021-03-131-4/+10
* Fix typos in comments and messages, whitespacegiraffedata2019-12-291-1/+1
* Fix computation of pixel aspect ratio when PNG does not contain resolution in...giraffedata2018-06-271-3/+2
* whitespacegiraffedata2018-03-171-49/+49
* Fix %g for platform without vasprintf (but scores of %f still exist)giraffedata2014-11-221-4/+10
* Correct grammar in comments and messagesgiraffedata2013-07-251-1/+1
* Don't read raster from libpng before setting up gamma correction in libpnggiraffedata2013-07-051-3/+9
* cleanupgiraffedata2013-07-051-60/+85
* Fix bug: wrong depth for GRAYSCALE_ALPHA outputgiraffedata2012-12-141-1/+1
* Fix incorrect output when PNG has 16 bits per pixel. Broken by 1529giraffedata2012-02-251-1/+1
* Fix array bounds checking for tIME chunkgiraffedata2011-11-161-7/+14
* Cleanup: Move stuff to pngxgiraffedata2011-08-201-61/+4
* Use libpng accessor functions instead of accessing info structure membersgiraffedata2011-08-061-182/+199
* Add warning for interlaced PNG and -byrow, -byrow advice for failed buffer al...giraffedata2011-03-121-2/+9
* Add -byrowgiraffedata2011-03-111-17/+90
* Introduce Reader objectgiraffedata2011-03-111-26/+92
* cleanupgiraffedata2011-03-101-83/+83
* cleanupgiraffedata2011-03-101-71/+143
* fix simple bug in code from a few minutes agogiraffedata2011-01-151-1/+1
* Fix bug: -verbose reports history chunk present when it's really a palettegiraffedata2011-01-151-1/+1
* include typle type in outputgiraffedata2010-11-021-1/+1
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-291-4/+4
* Rename optParseOptions3 to pm_optParseOptions3, etcgiraffedata2010-09-281-2/+2
* Use png_get_tRNS, png_set_tRNS instead of direct access to png struct so it w...giraffedata2009-09-041-7/+37
* Cleanup, make pnmtopng.c compile with libpng 1.4 beta, split out pngx.cgiraffedata2009-08-011-90/+5
* cleanupgiraffedata2009-08-011-21/+21
* cleanup, make compile with libpng 1.4 betagiraffedata2009-08-011-298/+419
* cleanupgiraffedata2009-08-011-1/+0
* Remove pm_c_util.h from sshopt.hgiraffedata2009-04-041-0/+1
* fix compiler warninggiraffedata2008-09-231-2/+2
* Add pngtopamgiraffedata2008-07-231-0/+1265