about summary refs log tree commit diff
path: root/converter/other
Commit message (Expand)AuthorAgeFilesLines
* Fix divide-by-zero crash when computed resolution rounds down to zero dots pe...giraffedata2018-06-301-7/+38
* Fix divide-by-zero when %%BoundingBox says zero sizegiraffedata2018-06-271-36/+94
* Fix array bounds violationgiraffedata2018-06-271-2/+2
* whitespacegiraffedata2018-06-271-63/+63
* Fix computation of pixel aspect ratio when PNG does not contain resolution in...giraffedata2018-06-273-5/+34
* whitespacegiraffedata2018-06-271-4/+4
* cleanupgiraffedata2018-04-281-67/+67
* whitespacegiraffedata2018-04-281-92/+92
* cleanupgiraffedata2018-04-281-3/+4
* whitespacegiraffedata2018-04-281-100/+100
* cleanupgiraffedata2018-04-282-4/+4
* whitespacegiraffedata2018-04-281-5/+5
* whitespacegiraffedata2018-04-281-61/+61
* cleanupgiraffedata2018-04-261-3/+3
* Fix bug in recognizing GRAYSCALE* tuple type - but since it affects only imag...giraffedata2018-04-261-1/+1
* cleanupgiraffedata2018-04-251-1/+0
* cleanupgiraffedata2018-04-251-1/+0
* whitespacegiraffedata2018-04-251-14/+14
* cleanupgiraffedata2018-04-251-5/+4
* whitespacegiraffedata2018-03-171-49/+49
* cleanupgiraffedata2018-01-201-18/+17
* Improve comments, variable namesgiraffedata2018-01-191-62/+47
* Fix data width vs initial/minimum code size issuesgiraffedata2018-01-191-23/+33
* whitespacegiraffedata2018-01-191-106/+106
* cleanupgiraffedata2018-01-181-11/+14
* Add -nocleargiraffedata2018-01-111-15/+64
* cleanupgiraffedata2018-01-111-110/+125
* whitespacegiraffedata2018-01-101-108/+108
* improve error messagegiraffedata2017-09-231-3/+3
* Fix bugs from recent changesgiraffedata2017-09-233-38/+59
* cleanupgiraffedata2017-09-231-21/+38
* Improve error message when you use the standard Palm colormap, but your image...giraffedata2017-09-231-81/+180
* Add missing file from previous commitgiraffedata2017-09-231-0/+19
* improve commentsgiraffedata2017-09-231-9/+9
* cleanupgiraffedata2017-09-231-1/+3
* Fix bug: bits per pixel limited to 4 for grayscalegiraffedata2017-09-231-2/+0
* cleanupgiraffedata2017-09-234-212/+244
* cleanupgiraffedata2017-09-221-5/+4
* Fix crash when corrupt image has invalid color indexgiraffedata2017-09-131-10/+22
* cleanupgiraffedata2017-09-131-44/+48
* Fix various incorrect output problemsgiraffedata2017-09-103-122/+67
* Refuse to create a compressed image with more than 8 bits per pixelgiraffedata2017-08-211-37/+65
* Use pm_rlenc_compressbyte instead of native code for packbits compression, to...giraffedata2017-08-211-88/+26
* cleanupgiraffedata2017-08-201-34/+37
* Fix error messages for unprocessable inputgiraffedata2017-06-281-4/+34
* cleanupgiraffedata2017-06-281-90/+94
* Use new pm_string_to_uint instead of local function, fixing incorrect interpr...giraffedata2017-06-091-27/+6
* Fix crash with negative value for width in Windows BMP inputgiraffedata2017-06-071-5/+12
* Upgrade to _XOPEN_SOURCE 500 to get M_PIgiraffedata2017-04-302-2/+2
* cleanup, fix bogus compiler warninggiraffedata2017-04-151-278/+285