about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* update HISTORYgiraffedata2019-02-031-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3536 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Allow scale factor parameter 1; don't mess with edges where scale factor is 1giraffedata2019-02-021-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3526 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* fix some of -interlace handling, but it still doesn't workgiraffedata2019-01-231-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3520 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix handling of floating point imprecision in unnormalizing samplesgiraffedata2019-01-201-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3514 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Use -dropedge, cleanupgiraffedata2019-01-151-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3504 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add Pambrightengiraffedata2019-01-131-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3502 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add epsilon before rounding, to take care of fractions that should be exactlygiraffedata2019-01-131-0/+3
| | | | | | | half but are slightly less because of imprecision in floating point arithmetic git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3499 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* update HISTORYgiraffedata2019-01-071-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3494 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix bug: 'setlinetype nodiag' says invalid typegiraffedata2019-01-071-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3493 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add -scale, -xscale, -yscalegiraffedata2019-01-071-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3490 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add Pamhuegiraffedata2019-01-071-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3488 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add -reportonlygiraffedata2019-01-051-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3484 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add -machine, -sizegiraffedata2019-01-041-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3480 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* update HISTORYgiraffedata2019-01-011-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3476 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Correction: make check checks the package, not the installationgiraffedata2018-12-311-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3474 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Don't try to normalize intensities when there is only one intensity in the imagegiraffedata2018-12-301-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3473 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* improve documentation of less-than-everything test facilitygiraffedata2018-12-301-7/+11
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3470 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* prepare to work on 10.86giraffedata2018-12-291-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3469 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Make Release 10.85.00giraffedata2018-12-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3465 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Respect -bpp with PBM inputgiraffedata2018-12-201-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3460 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix use of unset variable with a truecolor OS/2 BMP, possibly causing ↵giraffedata2018-12-161-1/+4
| | | | | | incorrect interpretation of pixels git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3457 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add -nand, -nor, -nxorgiraffedata2018-12-161-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3455 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add -cropleft, -cropright, -croptop, -cropbottomgiraffedata2018-12-071-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3454 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix RLE4 compression decoding, validate index value in bounds, allow single ↵giraffedata2018-12-051-0/+12
| | | | | | color colormap with bpp 1, validate plane count = 1 git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3446 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix parallel makegiraffedata2018-11-221-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3439 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Change Scott Pakin's email addressgiraffedata2018-11-191-11/+11
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3437 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Do backward compatibility names for merge build in the directories instead ↵giraffedata2018-11-181-0/+4
| | | | | | of in netpbm.c. Now works for programs that are built conditionally git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3436 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add initial Pammixmulti code from contributorgiraffedata2018-11-141-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3431 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add -cmap16giraffedata2018-11-041-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3417 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Ignore extra planes in BLACKANDWHITE or GRAYSCALE input intead of generating ↵giraffedata2018-11-041-1/+4
| | | | | | bogus 16-bit color map git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3416 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Identify compressed color-mapped format in error message saying format is ↵giraffedata2018-11-021-0/+3
| | | | | | can't be interpreted git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3412 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* accept rectangle specifications in input that have the corners in any ordergiraffedata2018-11-021-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3411 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Use pm_getline instead of getline for systems that don't have getlinegiraffedata2018-10-071-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3392 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* update HISTORYgiraffedata2018-10-061-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3387 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix perspective correctness, add -rgb, -grayscale, w parameter for vertexgiraffedata2018-10-021-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3376 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* cleanupgiraffedata2018-10-021-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3372 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix build failure on systems without strndupgiraffedata2018-10-021-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3368 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* update historygiraffedata2018-10-021-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3367 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix parsing of list with multi-character delimetergiraffedata2018-09-301-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3365 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix mx option settinggiraffedata2018-09-291-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3360 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Prepare to work on 10.85giraffedata2018-09-291-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3353 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Change release number to 10.84.00giraffedata2018-09-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3350 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* update HISTORYgiraffedata2018-09-281-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3343 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix bugs with invalid BDF font filesgiraffedata2018-09-251-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3335 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add Pamaltsatgiraffedata2018-09-151-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3325 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix bug: signed value declared unsigned, so row below center of a region ↵giraffedata2018-09-081-0/+3
| | | | | | looks like a row way above it and gets ignored git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3320 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add Pamtrisgiraffedata2018-08-121-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3298 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* improve description of a changegiraffedata2018-07-281-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3295 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Rewrite font processing for proper memory management; make built-in fonts ↵giraffedata2018-07-041-0/+11
| | | | | | work with wide characters; fix wild pointer dereference with invalid BDF input git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3291 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Prepare to work on Release 10.84giraffedata2018-07-021-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3290 9d0c8265-081b-0410-96cb-a4ca84ce46f8