about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, make pnmtopng.c compile with libpng 1.4 beta, split out pngx.cgiraffedata2009-08-015-356/+471
* cleanupgiraffedata2009-08-011-21/+21
* Remove pngtopnm from Netpbmgiraffedata2009-08-012-1237/+8
* cleanup, make compile with libpng 1.4 betagiraffedata2009-08-011-298/+419
* make it compilegiraffedata2009-08-011-2/+3
* cleanupgiraffedata2009-08-011-1/+0
* Don't refer to trans_values, which isn't in newer libpnggiraffedata2009-08-011-4/+29
* cleanupgiraffedata2009-08-011-273/+371
* Work with non-backward-compatible JPEG library version 7giraffedata2009-07-311-13/+12
* Do min-is-white properly with 8 and 16 bit samplesgiraffedata2009-07-241-33/+41
* Fix failure of a merge build on a system that doesn't have the PNG library (d...giraffedata2009-07-231-1/+4
* improve commentsgiraffedata2009-07-221-4/+7
* cleanupgiraffedata2009-07-081-8/+9
* Add Cistopbm, Pbmtocisgiraffedata2009-07-053-2/+353
* Remove one_bits function - unreferenced since revision 834giraffedata2009-06-261-17/+0
* Put back 4-point spline stub, used by Svgtopamgiraffedata2009-06-261-6/+15
* Add missing pm_c_util.h to thinkjettopbm.lgiraffedata2009-05-081-0/+1
* Extract whole bytes or words instead of a bit at a timegiraffedata2009-05-021-8/+48
* Fix for block shorter than codegiraffedata2009-05-021-5/+12
* cleanup, speed upgiraffedata2009-05-013-61/+71
* improvements to efficient word accessgiraffedata2009-05-011-0/+1
* Fix unset variablesgiraffedata2009-04-251-0/+4
* cleanupgiraffedata2009-04-251-1/+1
* Remove obsolete unused variable with buffer overflowgiraffedata2009-04-251-3/+0
* Rename getline() to avoid libc collisiongiraffedata2009-04-251-4/+4
* adapt to new definition of MEMSZEROgiraffedata2009-04-101-1/+1
* cleanupgiraffedata2009-04-071-33/+49
* Remove pm_c_util.h from sshopt.hgiraffedata2009-04-0459-2/+73
* fix orientation problem on big-endian machinesgiraffedata2009-03-271-1/+1
* Update test for change in libnetpbm wherein when you read a PBM as PPM, maxva...giraffedata2009-03-241-2/+2
* cleanupgiraffedata2009-03-242-49/+95
* fix array bounds violationgiraffedata2009-03-231-1/+1
* cleanupgiraffedata2009-03-231-13/+17
* Add -cmapdump option to xwdtopnmgiraffedata2009-02-131-21/+37
* Base maxval for truevalue on bits_per_rgb instead of how many bits in the rastergiraffedata2009-02-021-5/+27
* Fix buffer overrun, cleanupgiraffedata2009-01-241-72/+100
* Add floatcode.hgiraffedata2009-01-241-82/+125
* improve commentgiraffedata2009-01-241-8/+7
* Fix garbage output when input is little endian floating point FITSgiraffedata2009-01-241-0/+17
* add warning about two bytes sample outputgiraffedata2009-01-241-0/+24
* cleanupgiraffedata2009-01-211-35/+39
* Fix crash with -fullres and all-text imagegiraffedata2009-01-031-196/+323
* Use 200 instead of 250 as cuttof for 2-byte length field, like Picttoppm has ...giraffedata2009-01-031-2/+2
* improve diagnostics, add comments, cleanupgiraffedata2009-01-021-9/+70
* fix bug from a few minutes agogiraffedata2009-01-021-2/+2
* improve messagesgiraffedata2009-01-021-12/+21
* Don't fail if 'fontdir' file doesn't exist.giraffedata2009-01-011-2/+19
* Fix bug: appends extraneous color map; fails if input has nonegiraffedata2009-01-011-126/+150
* Fix bug: uses red channel for all three channelsgiraffedata2009-01-011-2/+2
* Fix crashes, incorrect output in all casesgiraffedata2008-12-312-71/+150