Imagick::functionImage

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Imagick::functionImageApplies a function on the image

Beskrivelse

public bool Imagick::functionImage ( int $function , array $arguments [, int $channel = Imagick::CHANNEL_DEFAULT ] )

Applies an arithmetic, relational, or logical expression to an image. Use these operators to create lighter or darker versions of an image, to increase or decrease contrast in an image, or to negate the image colors. This method is available if Imagick has been compiled against ImageMagick version 6.4.9 or newer.

Parametre

function

Refer to this list of function constants

arguments

Array of arguments to pass to this function.

Returnerings Værdier

Returns TRUE on success.

Fejl/Undtagelser

Throws ImagickException on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top