about summary refs log tree commit diff
path: root/converter/pbm
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of unexpected EOF in inputgiraffedata2018-02-171-3/+12
* Fix bug: invalid empty PBM image when G3 input in emptygiraffedata2018-02-171-4/+7
* whitespacegiraffedata2018-02-171-31/+31
* whitespacegiraffedata2018-01-081-19/+22
* Change from GPL v2 to GPL v2 or later per email from Jorrit Falke todaygiraffedata2017-08-011-1/+1
* Remove recently added undocumented -dump optiongiraffedata2017-06-051-23/+14
* Get Perl interpreter from the PATHgiraffedata2017-05-241-0/+24
* whitespacegiraffedata2017-04-261-2/+2
* tolerate fill bitsgiraffedata2017-04-261-2/+36
* New algorithm for pbmtog3, add -align8, -align16, don't use wordint anymoregiraffedata2017-04-203-308/+769
* Fix assertion failuregiraffedata2016-12-161-1/+1
* Fix compile failure from previous commitgiraffedata2016-12-161-1/+1
* improve comments, variable namesgiraffedata2016-12-161-20/+27
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-166-0/+6
* cleanupgiraffedata2016-07-271-3/+3
* Fix trivial memory leakgiraffedata2016-07-271-0/+1
* cleanupgiraffedata2016-05-021-6/+2
* cleanupgiraffedata2016-05-021-7/+2
* Add -versiongiraffedata2016-04-301-0/+13
* Cleanup and make -plain workgiraffedata2015-07-141-94/+290
* Add -stripeheight, -resolution=720, -formfeed, -raw; pad to 8 columns and who...giraffedata2015-07-141-103/+157
* cleanup: factor out runlength encodinggiraffedata2015-07-031-69/+15
* Declare BSD sourcegiraffedata2015-06-241-0/+1
* Fix bugs from previous cleanupgiraffedata2015-06-191-2/+3
* Add commentsgiraffedata2015-06-011-1/+29
* Fix buffer overrun, double freegiraffedata2015-06-014-21/+36
* cleanupgiraffedata2015-05-301-15/+20
* Fix bug: fails if you specify thinput file name argumentgiraffedata2015-05-301-1/+1
* cleanupgiraffedata2015-05-301-29/+29
* Fix -protocol: change OPT_UINT to OPT_STRINGgiraffedata2015-05-301-1/+1
* Fix buffer overrungiraffedata2015-05-301-2/+12
* Fix overrungiraffedata2015-05-301-0/+5
* Fix buffer overrun, garbage first row outputgiraffedata2015-05-301-3/+3
* cleanupgiraffedata2015-05-271-32/+81
* Fix buffer overrun with long file namegiraffedata2015-05-241-1/+4
* Fix buffer overrun with long file namegiraffedata2015-05-241-3/+9
* Fix buffer overrungiraffedata2015-05-241-1/+1
* cleanupgiraffedata2015-05-201-84/+140
* cleanupgiraffedata2015-05-201-91/+71
* cleanupgiraffedata2015-05-201-1/+1
* cleanupgiraffedata2015-05-201-42/+21
* cleanupgiraffedata2015-05-201-62/+22
* cleanupgiraffedata2015-05-201-70/+65
* cleanup, fix buffer overrun from 5 weeks ago mastergiraffedata2015-05-191-1/+1
* cleanupgiraffedata2015-05-191-54/+18
* cleanupgiraffedata2015-05-191-24/+23
* cleanupgiraffedata2015-05-191-218/+207
* cleanupgiraffedata2015-05-191-34/+16
* fix error messagegiraffedata2015-05-181-2/+2
* Fix bug: segfault with zero width imagegiraffedata2015-05-171-9/+28