about summary refs log tree commit diff
path: root/converter/other
Commit message (Expand)AuthorAgeFilesLines
...
* Use pm_tmpfile_fd() instead of mkstemp(), which Windows doesn't havegiraffedata2007-12-311-52/+19
* Fix typo in commentgiraffedata2007-12-271-1/+1
* get int_fast32_t defined on AIXgiraffedata2007-12-142-2/+4
* fix incorrect pixels with PNM maxval != TIFF maxvalgiraffedata2007-12-111-2/+2
* cleanupgiraffedata2007-12-111-5/+6
* Fix crash due to sizeof() used where PAM_STRUCT_SIZE should begiraffedata2007-11-261-1/+1
* Handle bad values in XWD header that result in excessive shiftsgiraffedata2007-11-211-2/+18
* Add some constgiraffedata2007-11-111-1/+1
* add copyright disclaimergiraffedata2007-11-031-3/+7
* Add pamtopamgiraffedata2007-11-022-1/+54
* Remove ARGSgiraffedata2007-11-012-74/+95
* add commentsgiraffedata2007-10-121-0/+14
* Fix bug dividing by a zero maxvalgiraffedata2007-10-111-5/+13
* fix error messagesgiraffedata2007-10-111-16/+33
* use 256 pixel map for palmcolor8.mapgiraffedata2007-09-292-226/+265
* Fix typo in error messagegiraffedata2007-08-281-1/+1
* Replace macros with inline functionsgiraffedata2007-08-263-35/+6
* 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-1214-29/+29
* 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
* 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
* 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
* Add commentsgiraffedata2007-03-291-2/+2
* Fix for at least some direct color 24/32 images. Add pm_drain()giraffedata2007-03-291-205/+291
* 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 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