OOF2: The Manual
Name
OOF.Image.Modify.Contrast — Enhance intensity differences.
Synopsis
OOF.Image.Modify.Contrast(image, sharpen)
Details
- Parent Menu: OOF.Image.Modify
-
Callback: function
doImageModin moduleooflib.image.imagemodifier -
Parameters:
image- Type: The path to an existing
Imageobject. sharpen- false to dull, true to sharpen Type: Boolean: True or False.
Description
Enhance intensity differences between the lighter and darker
portions of the given Image. Set sharpen to
True to increase the image contrast and to
False to decrease it.
This routine comes from the ImageMagick library.
Figure 6.32. Adjusting Contrast

A micrograph of Si3N4 (courtesy of C.-H. Hsueh).

The result of applying Contrast with
sharpen=True.

The result of applying Contrast with
sharpen=False.



