about summary refs log tree commit diff
path: root/converter/other/pnmtopng.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2024-03-121-4/+2
* cleanupgiraffedata2023-10-081-0/+3
* Fix handling of errors detected by libpnggiraffedata2023-03-291-18/+1
* Fix -rgb/-chroma option parsing: 8 components, not 6giraffedata2023-03-141-2/+2
* Fix uninitialized variablegiraffedata2021-03-071-0/+5
* cleanupgiraffedata2021-03-071-3/+10
* Fix unset variable use resulting in wrong determination of transparent colorgiraffedata2021-03-071-0/+2
* cleanupgiraffedata2021-03-071-39/+34
* Fix trivial memory leaksgiraffedata2021-03-061-1/+5
* Fix typos in comments and messages, whitespacegiraffedata2019-12-291-1/+1
* Fix filter usegiraffedata2019-05-041-19/+51
* Fix typo in commentgiraffedata2019-02-041-14/+13
* Do pngx_setInterlaceHandling after pngx_writeInfo, as requiredgiraffedata2019-02-031-2/+2
* fix some of -interlace handling, but it still doesn't workgiraffedata2019-01-231-5/+10
* whitespacegiraffedata2019-01-211-179/+179
* cleanup. (Looks like it fixes a bad bug, but the bug actually appears to be n...giraffedata2016-05-041-6/+6
* Implement -itxtgiraffedata2015-07-261-1/+1
* Add -srgbintentgiraffedata2015-06-281-0/+46
* cleanupgiraffedata2015-06-281-5/+2
* Correct grammar in comments and messagesgiraffedata2013-07-251-1/+1
* cleanupgiraffedata2013-06-191-1/+1
* Fix computation of PNG color typegiraffedata2013-05-111-1/+1
* cleanupgiraffedata2013-05-111-241/+292
* Fix color-format-but-grayscale optimizationgiraffedata2013-05-111-2/+6
* cleanupgiraffedata2013-04-231-1/+0
* typos in commentsgiraffedata2011-10-031-1/+1
* Use libpng accessor functions instead of accessing info structure membersgiraffedata2011-08-061-5/+7
* Fix for -alpha with mask that has no fully transparent areagiraffedata2011-07-201-23/+44
* Eliminate more reference to pnginfo private membersgiraffedata2011-04-171-39/+18
* Don't directly access private pnginfo membersgiraffedata2011-04-161-195/+153
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-291-17/+17
* Rename optParseOptions3 to pm_optParseOptions3, etcgiraffedata2010-09-281-2/+2
* cleanupgiraffedata2010-09-191-8/+8
* Don't reference zlibVersion (zlibe_version)giraffedata2010-07-081-15/+28
* add commentsgiraffedata2009-12-091-0/+4
* cleanupgiraffedata2009-12-091-19/+19
* cleanupgiraffedata2009-12-091-1/+2
* Use png_get_tRNS, png_set_tRNS instead of direct access to png struct so it w...giraffedata2009-09-041-4/+4
* Cleanup, make pnmtopng.c compile with libpng 1.4 beta, split out pngx.cgiraffedata2009-08-011-262/+337
* cleanupgiraffedata2009-04-071-33/+49
* Remove pm_c_util.h from sshopt.hgiraffedata2009-04-041-0/+2
* cleanupgiraffedata2008-07-121-1/+1
* cleanupgiraffedata2008-07-111-4/+4
* Convert rest of STREQ to streqgiraffedata2007-08-121-3/+3
* Sort palette correctly when alpha image maxval != 255giraffedata2007-07-041-11/+17
* Fix array bound violation with = 256 colors and -alphagiraffedata2007-07-041-2/+6
* cleanupgiraffedata2007-07-041-2/+0
* fix wild pointer with > 256 alpha mask levelsgiraffedata2007-07-041-47/+118
* cleanupgiraffedata2007-06-291-29/+31
* fix white spacegiraffedata2006-12-101-2/+2