about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2007-09-051-5/+0
* Add 255 x 255 size limitationgiraffedata2007-08-281-0/+17
* Fix typo in error messagegiraffedata2007-08-281-1/+1
* Replace macros with inline functionsgiraffedata2007-08-267-105/+78
* don't build pstopnm on system without Unix process controlgiraffedata2007-08-191-1/+5
* cleanupgiraffedata2007-08-191-65/+76
* Convert rest of STREQ to streqgiraffedata2007-08-1215-31/+31
* improve warning msggiraffedata2007-07-311-3/+6
* Do 12 bits per sample if user says -psfiltergiraffedata2007-07-311-22/+39
* Don't attempt to do 12 bits per samplegiraffedata2007-07-301-10/+23
* Fix missing endifgiraffedata2007-07-291-1/+1
* Don't symlink pnmtojpeg if it wasn't builtgiraffedata2007-07-261-0/+2
* Change some STREQ to streqgiraffedata2007-07-2124-52/+52
* Use mkdir -m instead of chmodgiraffedata2007-07-111-3/+2
* Sort palette correctly when alpha image maxval != 255giraffedata2007-07-041-11/+17
* Fix array bound violation with = 256 colors and -alphagiraffedata2007-07-041-2/+6
* cleanupgiraffedata2007-07-041-2/+0
* fix wild pointer with > 256 alpha mask levelsgiraffedata2007-07-041-47/+118
* cleanupgiraffedata2007-06-291-29/+31
* Don't use uintgiraffedata2007-06-281-1/+1
* Fix wrong determination of machine endiannessgiraffedata2007-06-281-2/+2
* Rename pamtooctave to pamtooctaveimggiraffedata2007-06-282-1/+1
* Add pamtooctavegiraffedata2007-06-252-1/+243
* 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