about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* New tests for pamcat padding, -tuple, -hex, use pamcat instead of pnmcat in p...giraffedata2022-09-186-4/+255
* cleanupgiraffedata2022-09-181-36/+36
* whitespacegiraffedata2022-09-181-20/+20
* whitespacegiraffedata2022-09-181-8/+11
* Update HISTORYgiraffedata2022-09-181-0/+2
* whitespacegiraffedata2022-09-171-2/+2
* Fix arithmetic overflowgiraffedata2022-09-172-27/+31
* Add backward compatibility symbolic link for pnminterp-gengiraffedata2022-09-172-1/+9
* Add -hexgiraffedata2022-09-082-8/+36
* Add -tuplegiraffedata2022-09-082-12/+45
* fix typos in commentsgiraffedata2022-08-261-12/+12
* Make internal 'snprintf', 'vsnprintf' just wrap libc 'snprintf', 'vsnprintf'giraffedata2022-08-222-682/+29
* Add initial 'pamcat' testsgiraffedata2022-08-225-2/+430
* Fix commentsgiraffedata2022-08-181-26/+5
* Fix commentsgiraffedata2022-08-181-6/+3
* Fix manipulation of supposed opacity plane when it's not a visual imagegiraffedata2022-08-181-13/+21
* Fix bogus depth calculation for non-visual PAM inputgiraffedata2022-08-181-7/+10
* cleanupgiraffedata2022-08-181-64/+71
* Update internal use of 'pamcat' to adapt to its new ability to produce PNM ou...giraffedata2022-08-167-20/+18
* Change pnmcat from wrapper to symbolic link because 'pamcat' is now backward ...giraffedata2022-08-162-35/+6
* Produce proper tuple type for PAM output with all visual image inputgiraffedata2022-08-151-98/+241
* Produce PNM output for PNM inputgiraffedata2022-08-131-28/+60
* Fix syntax error from previous updategiraffedata2022-08-121-1/+1
* Fix memory corruptiongiraffedata2022-08-121-1/+6
* whitespacegiraffedata2022-08-121-1/+1
* Fix segfault from use before setgiraffedata2022-08-121-3/+5
* Use new 'pamcat' instead of 'pnmcat' where possiblegiraffedata2022-08-0914-26/+36
* Make -quiet and -plain workgiraffedata2022-08-091-7/+32
* Change pnmtopnm to pamtopnm, as the former is just an alias for the lattergiraffedata2022-08-063-3/+3
* Fix height-width mixup in PBM casegiraffedata2022-08-061-3/+3
* Make more robust to weird input file namesgiraffedata2022-08-051-1/+1
* cleanupgiraffedata2022-08-051-24/+24
* cleanupgiraffedata2022-08-041-1/+0
* cleanupgiraffedata2022-08-041-1/+0
* Validate size parameter is a number (to prevent shell injection problems)giraffedata2022-08-042-1/+12
* update HISTORYgiraffedata2022-08-031-0/+2
* Fix shell injection vulnerabilitiesgiraffedata2022-08-031-13/+115
* cleanupgiraffedata2022-08-031-4/+4
* Use new 'pamcat' instead of 'pnmcat'giraffedata2022-08-031-3/+12
* whitespacegiraffedata2022-08-031-42/+45
* Remove vestigial pnmindex.csh, pnmindex.sh obsoleted by C program in 2005giraffedata2022-08-032-413/+0
* Use new 'pamcat' instead of 'pnmcat'giraffedata2022-08-035-28/+46
* Fix -versiongiraffedata2022-08-031-1/+7
* miscellaneous test updatesgiraffedata2022-08-0114-3/+520
* Make pnmcat a wrapper for pamcatgiraffedata2022-07-313-881/+5
* Fix used before setgiraffedata2022-07-291-2/+2
* remove debug tracegiraffedata2022-07-291-4/+0
* Add comments about statically linking libnetpbmgiraffedata2022-07-291-0/+12
* Get PBM fast path workinggiraffedata2022-07-291-49/+56
* more fixesgiraffedata2022-07-281-6/+10