gimp-drawable-equalize

Spencer Kimball & Peter Mattis

Description

Equalize the contents of the specified drawable.

Help

This procedure equalizes the contents of the specified drawable. Each intensity channel is equalized independently. The equalized intensity is given as inten' = (255 - inten). The 'mask_only' option specifies whether to adjust only the area of the image within the selection bounds, or the entire image based on the histogram of the selected area. If there is no selection, the entire image is adjusted based on the histogram for the entire image.


Type

unknown

Parameters

Type Name Description
PF_DRAWABLE drawable The drawable
PF_INT mask-only Equalization option (TRUE or FALSE)

Return

None