about summary refs log tree commit diff
path: root/converter/other/pamtogif.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2024-03-121-1/+1
* cleanupgiraffedata2024-01-011-55/+75
* cleanupgiraffedata2024-01-011-18/+18
* cleanupgiraffedata2023-12-301-135/+157
* cleanupgiraffedata2023-10-081-1/+1
* Allow 256 colors when image has alpha plane but user says -transparent; no ne...giraffedata2021-10-121-19/+21
* cleanupgiraffedata2021-09-301-2/+2
* Remove C99 commentsgiraffedata2021-09-301-4/+5
* Fix not properly ignoring the input alpha mask when user says -transparentgiraffedata2021-09-301-44/+98
* Fix failure with GRAYSCALE_ALPHA, BLACKANDWHITE_ALPHA - bogus error about ins...giraffedata2021-05-081-2/+2
* cleanupgiraffedata2020-03-151-2/+0
* Fix typos in comments and messages, whitespacegiraffedata2019-12-291-1/+1
* cleanupgiraffedata2018-01-201-18/+17
* Improve comments, variable namesgiraffedata2018-01-191-62/+47
* cleanupgiraffedata2018-01-181-11/+14
* Add -nocleargiraffedata2018-01-111-15/+64
* cleanupgiraffedata2018-01-111-110/+125
* whitespacegiraffedata2018-01-101-108/+108
* Correct grammar in comments and messagesgiraffedata2013-07-251-2/+2
* cleanupgiraffedata2013-06-191-2/+2
* data block size 255 instead of 254giraffedata2012-04-291-2/+2
* Rename optParseOptions3 to pm_optParseOptions3, etcgiraffedata2010-09-281-1/+1
* cleanup, speed upgiraffedata2009-05-011-1/+1
* Remove pm_c_util.h from sshopt.hgiraffedata2009-04-041-0/+1
* Convert rest of STREQ to streqgiraffedata2007-08-121-3/+3
* Do monochrome fastpath for nInputComp == 1, not depth == 1giraffedata2007-03-251-4/+2
* add -aspect option, small hash table, monochrome shortcutgiraffedata2007-03-251-66/+181
* fix crash with -mapfilegiraffedata2007-03-031-1/+2
* Don't use prototypes on systems that can't handle themgiraffedata2007-02-161-0/+4
* cleanupgiraffedata2007-01-311-4/+4
* check for image too big; replace colormap sort logic; use bit arithmetic inst...giraffedata2007-01-311-92/+86
* Combine uncompressed and LZW codegiraffedata2006-12-151-198/+75
* Remove latex2html hack from pamtogif, since it's needed only in ppmtogifgiraffedata2006-12-091-35/+0
* Remove C++ commentsgiraffedata2006-12-021-2/+2
* fix too-small allocation depthgiraffedata2006-11-251-1/+1
* Add pamtogifgiraffedata2006-11-221-0/+2022