summary refs log tree commit diff
path: root/pam.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-29 20:03:25 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-29 20:03:25 +0000
commit522e1137e915e3964fd98a3d6f24ef8f84c753fd (patch)
treec356d116053f941c07c96f73d9030e81a265061f /pam.html
parent378cc5d23e36e0f47bf6020bbe630bba59debb8e (diff)
downloadnetpbm-mirror-522e1137e915e3964fd98a3d6f24ef8f84c753fd.tar.gz
netpbm-mirror-522e1137e915e3964fd98a3d6f24ef8f84c753fd.tar.xz
netpbm-mirror-522e1137e915e3964fd98a3d6f24ef8f84c753fd.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3934 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pam.html')
-rw-r--r--pam.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pam.html b/pam.html
index a45846e4..09a62ecc 100644
--- a/pam.html
+++ b/pam.html
@@ -218,7 +218,7 @@ in Row 1 is one at the top of the image rather than the bottom).
 
 <p>Tuple type never determines how many samples are in a tuple (that is
 instead determined by the DEPTH header line).  Tuple type could be said to
-imply a depth (number of samples per tuple)it because certain tuple types are
+imply a depth (number of samples per tuple) because certain tuple types are
 valid only in combination with certain DEPTH values, but it is good
 programming practice to use DEPTH for the depth when decoding the raster and
 separately validate that the depth is consistent with the tuple type.  Also,
@@ -263,7 +263,7 @@ image.  The first plane represents red, the second green, and the third blue.
 contains transparency information.  In that variation, the tuple type
 has "_ALPHA" added to it (e.g. "RGB_ALPHA") and one
 more plane.  The highest numbered plane is the opacity plane (sometimes
-called an transparency plane or transparency plane).
+called an alpha plane or transparency plane).
 
 <p>In this kind of image, the color represented by a pixel is actually
 a combination of an explicitly specified foreground color and a background