2.2.3.10 SharpenEffect Object

The SharpenEffect object specifies an increase in the difference in intensity between pixels in an image.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Radius

Amount

Radius (4 bytes): A floating-point value that specifies the sharpening radius in pixels, which determines the number of pixels involved in calculating the new value of a given pixel.

As this value increases, the number of pixels involved in the calculation increases, and the resulting bitmap SHOULD become sharper.

Amount (4 bytes): A floating-point value that specifies the difference in intensity between a given pixel and the surrounding pixels.

Value

Meaning

0

Sharpening MUST NOT be performed.

0 < value ≤ 100

 As this value increases, the difference in intensity between pixels SHOULD increase.

Bitmap images are specified by EmfPlusBitmap objects (section 2.2.2.2).

See section 2.2.3 for the specification of additional image effects parameter objects.