UnsharpMaskOptions
Settings that help improve image sharpness for optimized pyramid TIF files.
unsharpMaskOptions=[ *
amount, radius, threshold, monochrome*]
Parameters
Specify a value for unsharpMaskOptions
options with minOccurs=" *
n*".
Controls contrast applied to edge pixels.
- Range: 0.0 - 5.0
- Default: 0
Controls sharpness by setting the number of pixels around the edge of an image. The correct value depends on the size of the image.
- Range: 0.0 - 250.0
- Low values sharpen edge pixels only.
- High values sharpen a wider band of pixels.
Determines how different pixels must be from the surrounding area before they are considered edge pixels and can be sharpened.
- Range: 0 - 255 (integers only).
- Default: 6
Values include 0 or 1 only.
Set to 0 to apply to each color component separately or to 1 to apply to image brightness (intensity) only. The layer mask or composite mask is sharpened as well .
monochrome is ignored for grayscale images.
Example
<element name="unsharpMaskOptions" type="types:UnsharpMaskOptions" minOccurs="0"/>
<complexType name="UnsharpMaskOptions">
<sequence>
<element name="amount" type="xsd:double" minOccurs="0"/>
<element name="radius" type="xsd:double" minOccurs="0"/>
<element name="threshold" type="xsd:int" minOccurs="0"/>
<element name="monochrome" type="xsd:int" minOccurs="0"/>
</sequence>
</complexType>
Used by
The unsharpMaskOptions
type is used by: