about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2007-05-301-1/+1
* Don't use libpbmfont for a string tokenizergiraffedata2007-05-241-33/+89
* Add -omaxvalgiraffedata2007-05-241-22/+38
* Fix -min, -maxgiraffedata2007-05-231-2/+2
* cleanupgiraffedata2007-05-231-305/+477
* cleanupgiraffedata2007-05-231-7/+5
* Add missing break for BITPIX = -32giraffedata2007-05-221-0/+1
* add commentgiraffedata2007-04-071-0/+13
* 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-291-205/+291
* Run Ppmtogif input through Pnmremap before passing to Pamtogif if user says -...giraffedata2007-03-251-15/+55
* Do monochrome fastpath for nInputComp == 1, not depth == 1giraffedata2007-03-251-4/+2
* add -aspect option, small hash table, monochrome shortcutgiraffedata2007-03-251-66/+181
* Fix 'too many pixels in row' failure due to padding when there are multiple p...giraffedata2007-03-241-237/+481
* Fix OPT_STRING -> OPT_UINTgiraffedata2007-03-141-2/+2
* fix crash with -mapfilegiraffedata2007-03-031-1/+2
* Add jpegtopnm -repairgiraffedata2007-03-013-55/+110
* Fix maxval != 255 bugsgiraffedata2007-02-221-10/+19
* cleanupgiraffedata2007-02-211-2/+1
* fix crash in free of bogus pointergiraffedata2007-02-211-1/+1
* handle more input image corruptionsgiraffedata2007-02-161-196/+331
* Don't use prototypes on systems that can't handle themgiraffedata2007-02-161-0/+4
* cleanupgiraffedata2007-01-311-4/+4
* check for image too big; replace colormap sort logic; use bit arithmetic inst...giraffedata2007-01-311-92/+86
* Add --repair option to Giftopnmgiraffedata2007-01-291-64/+143
* cleanupgiraffedata2007-01-212-100/+121
* cleanupgiraffedata2007-01-211-2/+2
* cleanupgiraffedata2007-01-211-2/+1
* cleanupgiraffedata2007-01-121-11/+14
* cleanupgiraffedata2007-01-061-8/+9
* cleanupgiraffedata2006-12-311-2/+2
* Combine uncompressed and LZW codegiraffedata2006-12-151-198/+75
* clean up, fix maxval problemgiraffedata2006-12-101-128/+214
* fix white spacegiraffedata2006-12-101-2/+2
* Remove latex2html hack from pamtogif, since it's needed only in ppmtogifgiraffedata2006-12-091-35/+0
* Make pamtopnm work on multi-image streamgiraffedata2006-12-021-26/+33
* Remove C++ commentsgiraffedata2006-12-021-2/+2
* Fix transparency optimization on PPM inputgiraffedata2006-11-281-3/+3
* Replace Ppmtogif with frontend to Pamtogifgiraffedata2006-11-251-1474/+165
* fix too-small allocation depthgiraffedata2006-11-251-1/+1
* Add pamtogifgiraffedata2006-11-222-1/+2023
* fix commentsgiraffedata2006-11-211-2/+2
* Fix garbage output from ppmtogif -interlacegiraffedata2006-11-141-3/+12
* Add some information about MGR formatgiraffedata2006-11-082-33/+53
* Change pbm_allocrow() to pbm_allocrow_packed()giraffedata2006-11-061-1/+1
* Make pbmtox10bm a compatibility frontend to pbmtoxbmgiraffedata2006-10-253-122/+47
* Use packed PBM functions, merge pbmtoxbm & pbmtox10bmgiraffedata2006-10-251-81/+313
* Use packed PBM functions for speedgiraffedata2006-10-251-216/+351
* cleanupgiraffedata2006-10-222-50/+70