diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-10-04 21:49:16 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-10-04 21:49:16 +0000 |
commit | 806b849e63cb6c5fd0f50d39877fe0d58bfa615e (patch) | |
tree | 459ca2e72a34c4443847c6a7076fc45756c4363f | |
parent | 4d6a81f76b3eeab25441f7614083bbb82328499c (diff) | |
download | netpbm-mirror-806b849e63cb6c5fd0f50d39877fe0d58bfa615e.tar.gz netpbm-mirror-806b849e63cb6c5fd0f50d39877fe0d58bfa615e.tar.xz netpbm-mirror-806b849e63cb6c5fd0f50d39877fe0d58bfa615e.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3699 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | pamcut.html | 2 | ||||
-rw-r--r-- | pnmcrop.html | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/pamcut.html b/pamcut.html index 89e118bf..a74dc409 100644 --- a/pamcut.html +++ b/pamcut.html @@ -59,7 +59,7 @@ as output. edges to crop off and discard, or a combination. <p>To request edges be cropped off, use options <b>-cropleft</b>, -<b>cropright</b>, <b>croptop</b>, and <b>-cropbottom</b> to indicate how many +<b>-cropright</b>, <b>-croptop</b>, and <b>-cropbottom</b> to indicate how many rows or columns to discard. <p>For example, <b>-cropleft=50 -cropright=200</b> means to discard the diff --git a/pnmcrop.html b/pnmcrop.html index ef5211f3..951d8e2b 100644 --- a/pnmcrop.html +++ b/pnmcrop.html @@ -2,7 +2,7 @@ <HTML><HEAD><TITLE>Pnmcrop User Manual</TITLE></HEAD> <BODY> <H1>pnmcrop</H1> -Updated: 14 April 2019 +Updated: 04 October 2019 <BR> <A HREF="#index">Table Of Contents</A> @@ -275,12 +275,12 @@ fails if there is no apparent background color in the original image <p> This is actually useful if you are trying to find a single set of cropping parameters to crop a stream of images. To do this, you could - do a pass with <b>-reportsize</b> and <b>-blank-image=maxcrop</b> and - compute the maximum crop for each edge, and then use that in a second - pass without <b>-reportsize</b> to do the crop. In this scenario, any - all-background (blank) images would have no effect on the cropping - parameters you compute. If you do this, you must make special - consideration of a stream with nothing but blank images. + do a pass with <b>-reportsize</b> and <b>-blank-image=maxcrop</b> to + compute the maximum crop for each edge, and then use those numbers in + <b>-crop<i>xxx</i></b> options on a <b>pamcut</b> pass to do the crop. + In this scenario, any all-background (blank) images would have no effect + on the cropping parameters you compute. If you do this, you must give + special consideration to a stream with nothing but blank images. </dl> |