summary refs log tree commit diff
path: root/pammasksharpen.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
commit2222b5020909d4867f10cf72720df36e3483c0de (patch)
tree7a8b56782d895e753e39e3cce1c0237b18915855 /pammasksharpen.html
parentdab40b54733b6f31bc41106dc126e4f387e8bb37 (diff)
downloadnetpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.gz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.xz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.zip
Replace character entity references with plain double quotes
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2590 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pammasksharpen.html')
-rw-r--r--pammasksharpen.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/pammasksharpen.html b/pammasksharpen.html
index 70b17bb6..d10a0805 100644
--- a/pammasksharpen.html
+++ b/pammasksharpen.html
@@ -40,7 +40,7 @@ via an unsharp mask, which you supply as another Netpbm image.
 
 <p>An unsharp mask is generally a blurred version of the original
 image.  The sharpening computation is this: Calculate the
-&quot;edgeness&quot; of a sample in the input image as the signed
+"edgeness" of a sample in the input image as the signed
 difference between the sample value and the corresponding sample in
 the unsharp mask.  This tells how different the pixel is from its
 neighbors.  Add a multiple of the edgeness to the original sample to
@@ -64,7 +64,7 @@ number of pixels.
 <p>When you create an unsharp mask like this, you will have to choose
 the side length of the convolution kernel.  That length implements the
 parameter of unsharp mask sharpening usually known as
-&quot;radius.&quot;  In particular, a radius of R pixels corresponds to a 
+"radius."  In particular, a radius of R pixels corresponds to a 
 convolution kernel 2R+1 pixels on a side.
 
 <p>Radius is a very important parameter; you can ruin an image with a
@@ -89,7 +89,7 @@ of edgeness that gets added to each sample as described above.
 <p><i>realnum</i> is a nonnegative real decimal number.  Zero means
 no sharpening at all.
 
-<p>This parameter is known as &quot;amount&quot; in ImageMagick.
+<p>This parameter is known as "amount" in ImageMagick.
 
 <p>The default is 1.0.