Gmagick::levelimage
Adjusts the levels of an image
Beschreibung
public mixed Gmagick::levelimage
( float $blackPoint
, float $gamma
, float $whitePoint
[, int $channel = Gmagick::CHANNEL_DEFAULT
] )
Parameter-Liste
-
blackPoint
-
The image black point
-
gamma
-
The gamma value
-
whitePoint
-
The image white point
-
channel
-
Provide any channel constant that is valid for your channel mode.
To apply to more than one channel, combine channeltype constants using bitwise
operators. Refer to this list of channel constants.
Rückgabewerte
Gmagick object with image levelled.
Fehler/Exceptions
Wirft bei einem Fehler eine
GmagickException.