about summary refs log tree commit diff
path: root/pamlevels.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-04-08 22:52:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-04-08 22:52:29 +0000
commitd7b432edb34becdf5949c072b16e6cee27dc1289 (patch)
tree299b035f4b57c99b95569cc24da26e799663a7e4 /pamlevels.html
parent36d381ff97d39623ed932bef43f3f48b18c51bf7 (diff)
downloadnetpbm-mirror-d7b432edb34becdf5949c072b16e6cee27dc1289.tar.gz
netpbm-mirror-d7b432edb34becdf5949c072b16e6cee27dc1289.tar.xz
netpbm-mirror-d7b432edb34becdf5949c072b16e6cee27dc1289.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3203 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamlevels.html')
-rw-r--r--pamlevels.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/pamlevels.html b/pamlevels.html
index 43783c97..6f3c4db3 100644
--- a/pamlevels.html
+++ b/pamlevels.html
@@ -20,6 +20,7 @@ pamlevels - effect a &quot;levels&quot; transformation
 [<b>-from3</b> <I>from3</I>
 <b>-to3</b> <I>to3</I>]
 [<b>-linear</b>]
+[<b>-fitbrightness</b>]
 [<I>pamfile</I>]
 
 <H2 id="description">DESCRIPTION</H2>
@@ -83,12 +84,36 @@ The latter tranformation similar to gamma-correction.
 <dd>
 These options define the mappings of input colors to output colors that anchor
 the transformation function.  See <a href="#description">DESCRIPTION</a>.
+<p>
+You must specify at least two of these pairs.
 
 <dt><b>-linear</b>
 <dd>This option tells <b>pamlevels</b> to work with the intensity-linear
 variation on PPM where the samples are proportional to light intensity, rather
 than brightness (gamma-adjusted) as in true PPM.  The input must be of this
 form and the <b>pamlevels</b> makes the output of this form.
+
+<p>Note that the numbers in a <b>rgbi:</b> color specification are brightness
+levels (gamma-adjusted) regardless of the input and output format.
+
+<p>You cannot use this with <b>-fitbrightness</b> because that function is
+not implemented.
+  
+<dt><b>-fitbrightness</b>
+<dd>This option selects a transformation which is not very useful - it is
+linear or quadratic in brightness rather than light intensity of the pixels.
+There is no physical basis for doing it this way and the result is normally
+undesirable.
+
+<p>Note that many tools other than Netpbm do the transformation this way.  One
+use for this option is simply to demonstrate the poor result of this method.
+
+<p>One advantage of this transformation is that it is faster, because the
+input and output image formats use brightness values.  The result is
+approximately correct.
+  
+<p>You cannot use this with <b>-linear</b> because that function is not
+implemented.
   
 </dl>