From 2222b5020909d4867f10cf72720df36e3483c0de Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 28 Jun 2015 19:39:47 +0000 Subject: 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 --- pammasksharpen.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pammasksharpen.html') 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.

An unsharp mask is generally a blurred version of the original image. The sharpening computation is this: Calculate the -"edgeness" 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.

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 -"radius." 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.

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.

realnum is a nonnegative real decimal number. Zero means no sharpening at all. -

This parameter is known as "amount" in ImageMagick. +

This parameter is known as "amount" in ImageMagick.

The default is 1.0. -- cgit 1.4.1