about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus global threshold calculationgiraffedata2007-05-202-79/+133
* Add assertionsgiraffedata2007-05-191-0/+22
* Add -norandomgiraffedata2007-05-191-26/+44
* Fix type mismatch warninggiraffedata2007-05-191-2/+4
* Restore mk_argvn as external so picttoppm will buildgiraffedata2007-05-122-1/+4
* Replace STREQ() with streq()giraffedata2007-05-106-21/+21
* Fix bug detecting presence of libvga with ldconfiggiraffedata2007-05-092-5/+8
* fix syntax errorsgiraffedata2007-05-051-4/+4
* Do default runtime link path for Mac OSX properlygiraffedata2007-05-043-4/+28
* don't use 'uint'giraffedata2007-05-041-4/+4
* cleanupgiraffedata2007-05-031-13/+25
* Add -verbose, clean upgiraffedata2007-05-031-55/+105
* cleanupgiraffedata2007-05-032-155/+390
* clean up, improve error messagesgiraffedata2007-04-282-106/+205
* Exploit .DELETE_ON_ERROR feature of GNU Makegiraffedata2007-04-113-15/+21
* Add description of previous changegiraffedata2007-04-111-0/+3
* Do test compile for Libxml2giraffedata2007-04-071-65/+173
* add commentgiraffedata2007-04-071-0/+13
* Add Pamundicegiraffedata2007-04-013-1/+708
* cleanupgiraffedata2007-04-011-14/+15
* Update for next numbered releasegiraffedata2007-03-302-2/+4
* Add ROUNDUP, ROUNDDNgiraffedata2007-03-301-0/+8
* update for releasegiraffedata2007-03-301-18/+18
* round up row buffer to multiple of 16 pixelsgiraffedata2007-03-301-13/+45
* Add commentsgiraffedata2007-03-291-2/+2
* Fix for at least some direct color 24/32 images. Add pm_drain()giraffedata2007-03-292-301/+398
* Add pm_drain()giraffedata2007-03-292-0/+34
* Fix selection of default library suffixgiraffedata2007-03-272-2/+10
* Run Ppmtogif input through Pnmremap before passing to Pamtogif if user says -...giraffedata2007-03-252-15/+59
* Do monochrome fastpath for nInputComp == 1, not depth == 1giraffedata2007-03-251-4/+2
* add -aspect option, small hash table, monochrome shortcutgiraffedata2007-03-252-70/+193
* Fix 'too many pixels in row' failure due to padding when there are multiple p...giraffedata2007-03-242-238/+486
* Add missing stdio.hgiraffedata2007-03-242-3/+5
* reverse order of depth adjustment, maxval adjustment so all planes get maxval...giraffedata2007-03-222-5/+7
* Fix OPT_STRING -> OPT_UINTgiraffedata2007-03-142-2/+5
* Add pamditherbw -atkinsongiraffedata2007-03-032-15/+179
* fix crash with -mapfilegiraffedata2007-03-032-1/+4
* Add jpegtopnm -repairgiraffedata2007-03-014-57/+114
* Fix unsigned arithmetic buggiraffedata2007-02-282-2/+6
* shhopt rejects signed value for OPT_UINT optiongiraffedata2007-02-252-3/+10
* Fix maxval != 255 bugsgiraffedata2007-02-222-10/+22
* Change default offset to 0, allowe negative offsetgiraffedata2007-02-222-29/+31
* Add -filter, -adaptivegiraffedata2007-02-222-61/+236
* cleanupgiraffedata2007-02-211-2/+1
* fix crash in free of bogus pointergiraffedata2007-02-212-1/+3
* Add -offset optiongiraffedata2007-02-202-9/+27
* Add -color to ppm3dgiraffedata2007-02-181-27/+62
* Embellish wrong number of arguments error messagegiraffedata2007-02-161-2/+4
* When user gives invalid option, tell him what options are validgiraffedata2007-02-162-25/+93
* handle more input image corruptionsgiraffedata2007-02-161-196/+331