about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2022-03-061-89/+191
* Make -h work on all images in a streamgiraffedata2022-03-061-7/+29
* Fix assertiongiraffedata2022-03-051-0/+8
* cleanupgiraffedata2022-03-051-8/+8
* whitespacegiraffedata2022-03-051-10/+13
* whitespacegiraffedata2022-02-011-8/+9
* Set uninitialized variables to make output repeatable and suppress Valgrind w...giraffedata2022-02-011-7/+11
* Limit width to 255giraffedata2022-01-271-0/+4
* Fix input always from Standard Inputgiraffedata2022-01-271-1/+1
* whitespacegiraffedata2022-01-271-1/+1
* whitespacegiraffedata2022-01-151-89/+89
* Remove -floyd option, which doesn't work, isn't documented, and shouldn't be ...giraffedata2022-01-151-28/+4
* Fix crash when no argument introduced by recent cleanupgiraffedata2022-01-141-1/+1
* Fix uninitialized variable with -mapgiraffedata2022-01-121-0/+1
* Fix incorrect output for 32 bit per pixel image with only 3 planesgiraffedata2022-01-111-2/+2
* cleanup - deduplicate codegiraffedata2022-01-111-102/+29
* clenaupgiraffedata2022-01-111-66/+118
* Fix verbositygiraffedata2022-01-101-9/+10
* cleanupgiraffedata2022-01-101-156/+171
* Change -verbose to a a numerical optiongiraffedata2022-01-081-3/+6
* Fix bug in commit moments agogiraffedata2022-01-081-2/+2
* Add verbose messagesgiraffedata2022-01-081-15/+21
* cleanupgiraffedata2022-01-081-446/+582
* Explicit two's complement interpretation for systems (eg ppc64) where 'char' ...giraffedata2021-11-281-10/+12
* cleanupgiraffedata2021-11-281-3/+3
* whitespacegiraffedata2021-11-281-4/+4
* Back out commit 4188giraffedata2021-11-281-2/+2
* Fix bug in previous commitgiraffedata2021-11-281-1/+1
* Explicit signed char for systems (eg ppc64) with default unsignedgiraffedata2021-11-281-2/+2
* Add header check to go with previous update to header checksgiraffedata2021-11-281-0/+3
* Apparently, it works fine with bit depth 32giraffedata2021-11-171-4/+4
* fix arithmetic overflowsgiraffedata2021-11-074-59/+127
* whitespacegiraffedata2021-11-071-7/+10
* Revert erroneous commit from a few minutes agogiraffedata2021-11-071-1/+1
* Fix detection of too-wide imagegiraffedata2021-11-071-7/+6
* whitespacegiraffedata2021-11-061-7/+7
* cleanupgiraffedata2021-11-061-11/+12
* Add warning about extremely large imagegiraffedata2021-11-061-10/+21
* add commentgiraffedata2021-11-061-15/+19
* Allow 256 colors when image has alpha plane but user says -transparent; no ne...giraffedata2021-10-121-19/+21
* Fix bug in previous commitgiraffedata2021-10-061-2/+7
* Add -black, -whitegiraffedata2021-10-031-27/+77
* cleanupgiraffedata2021-10-021-20/+18
* 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
* Eliminate dependency on color dictionary when user does not specify colors by...giraffedata2021-09-251-3/+7
* whitespacegiraffedata2021-09-251-6/+9
* Change -transparency to -transparent, per documentation (and design)giraffedata2021-05-211-7/+7
* Fix compressor rejection of depth less than 8 with transparencygiraffedata2021-05-151-1/+2