about summary refs log tree commit diff
path: root/converter/other
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2008-03-262-15/+5
* Recognize xwd image by 'file' typegiraffedata2008-03-131-0/+4
* Fix log file name with Standard Inputgiraffedata2008-02-261-11/+16
* cleanupgiraffedata2008-02-233-208/+249
* Add Pdirection()giraffedata2008-02-212-0/+13
* cleanupgiraffedata2008-02-212-142/+195
* Add BEG_POINT synonym for START_POINTgiraffedata2008-02-201-0/+1
* cleanupgiraffedata2008-02-181-23/+20
* Fix crash with -centerline - variable used before setgiraffedata2008-02-181-21/+22
* Various pamtosvg fixes, cleanupgiraffedata2008-02-175-582/+750
* Implement Pamflip process in Tifftopnmgiraffedata2008-01-271-10/+74
* Remove debugging codegiraffedata2008-01-261-1/+0
* Issue warning about broken TIFF librarygiraffedata2008-01-151-30/+51
* Deal better with nonstandard raster orientation; infrastructure to do a Pamflipgiraffedata2008-01-131-86/+492
* Cleanup, stage for handling orientationgiraffedata2008-01-131-20/+28
* Reverse sense of conditional compilation of code that uses fcntl()giraffedata2008-01-101-1/+1
* cleanupgiraffedata2008-01-091-59/+78
* Change uint to unsigned intgiraffedata2007-12-311-1/+1
* Don't check readability of Standard Output on Windows, because we can'tgiraffedata2007-12-311-0/+3
* Remove obsolete commentgiraffedata2007-12-311-10/+0
* Remove dead codegiraffedata2007-12-311-19/+2
* Remove apparently bogus setting of O_NONBLOCK on stdoutgiraffedata2007-12-311-4/+0
* remove apparently bogus Windows-only codegiraffedata2007-12-311-34/+0
* 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