about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add copyright disclaimergiraffedata2021-12-181-1/+2
* Add tests for 'pbmnoise'giraffedata2021-12-187-0/+362
* Add 'pbmnoise'giraffedata2021-12-183-1/+486
* Add pm_rand32giraffedata2021-12-182-5/+43
* Add commentgiraffedata2021-12-181-0/+3
* cleanupgiraffedata2021-12-181-37/+47
* whitespacegiraffedata2021-12-181-29/+32
* miscellaneous test updatesgiraffedata2021-12-1370-391/+620
* Add maze.pbm test image, update tests to use itgiraffedata2021-12-06112-878/+1301
* Explicit two's complement interpretation for systems (eg ppc64) where 'char' ...giraffedata2021-11-282-10/+16
* cleanupgiraffedata2021-11-281-3/+3
* whitespacegiraffedata2021-11-281-4/+4
* Back out commit 4188giraffedata2021-11-282-6/+2
* Fix bug in previous commitgiraffedata2021-11-281-1/+1
* Explicit signed char for systems (eg ppc64) with default unsignedgiraffedata2021-11-282-2/+6
* Add -meshgiraffedata2021-11-282-75/+125
* Add header check to go with previous update to header checksgiraffedata2021-11-281-0/+3
* cleanupgiraffedata2021-11-281-29/+34
* Fix compiler warning on GCC < 4.6giraffedata2021-11-231-1/+1
* Fix compiler warninggiraffedata2021-11-201-1/+1
* Make it compile with -Wduplicated-condgiraffedata2021-11-201-0/+20
* Apparently, it works fine with bit depth 32giraffedata2021-11-172-4/+6
* New testsgiraffedata2021-11-078-14/+116
* fix arithmetic overflowsgiraffedata2021-11-0710-87/+165
* Add assertiongiraffedata2021-11-071-0/+1
* Revert accidental commit from a few minutes agogiraffedata2021-11-075-30/+28
* Add assertiongiraffedata2021-11-075-28/+30
* whitespacegiraffedata2021-11-071-7/+10
* Revert erroneous commit from a few minutes agogiraffedata2021-11-072-3/+1
* Fix detection of too-wide imagegiraffedata2021-11-072-7/+8
* Add commentgiraffedata2021-11-061-0/+13
* Add assertiongiraffedata2021-11-061-0/+2
* Fix bug: allocates too much memorygiraffedata2021-11-062-4/+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
* Remove debug codegiraffedata2021-11-031-8/+0
* Add -neargiraffedata2021-11-022-25/+121
* cleanupgiraffedata2021-10-261-174/+216
* Fix bug: wrong detection of relationship between corner points with -quadgiraffedata2021-10-262-5/+14
* Expand headroom for preventing arithmetic overflow from 2 to 10, to allow for...giraffedata2021-10-163-7/+15
* Allow 256 colors when image has alpha plane but user says -transparent; no ne...giraffedata2021-10-121-19/+21
* Add gif-transparent1, pbm-ppm-roundtrip, improve pamflip-roundtrip, pgmtoppmgiraffedata2021-10-1010-11/+595
* Fix bug in previous commitgiraffedata2021-10-061-2/+7
* Add -black, -whitegiraffedata2021-10-032-28/+80
* 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-302-44/+101