about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix matching only the first 3 characters of BLACKANDWHITEgiraffedata2021-05-151-1/+1
* Fix failure to recognize BLACKANDWHITE_ALPHAgiraffedata2021-05-151-0/+10
* Fix failure with GRAYSCALE_ALPHA, BLACKANDWHITE_ALPHA - bogus error about ins...giraffedata2021-05-081-2/+2
* Fix make package on Windows - no exe on shell programgiraffedata2021-03-261-1/+1
* cleanupgiraffedata2021-03-131-5/+5
* Add information about PNG to -verbose reportgiraffedata2021-03-131-4/+10
* Fix incorrect output with a bounding box that is exactly INT_MAX high or widegiraffedata2021-03-131-2/+2
* Fix constant failure of decode with non-Netpbm libjaspergiraffedata2021-03-091-1/+1
* cleanupgiraffedata2021-03-091-8/+10
* typos in commentsgiraffedata2021-03-081-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
* Use Mersenee Twister instead of libc rand for random numbersgiraffedata2021-03-061-2/+8
* Include program name in error messagesgiraffedata2021-01-241-3/+12
* Add BMP/PNG encoding to verbose outputgiraffedata2020-12-311-0/+4
* cleanupgiraffedata2020-12-271-76/+87
* cleanupgiraffedata2020-09-261-167/+212
* cleanupgiraffedata2020-09-261-104/+107
* Restore ability to build with real libjasper ruined a few days agogiraffedata2020-09-126-15/+78
* Fix -tilegrdtlygiraffedata2020-09-121-1/+1