PHP » GoLang |
login |
register |
about
|
GoLang Imagick::evaluateImage
request it (381)
GoLang replacement for PHP's Imagick::evaluateImage
[edit | history]
Imagick::evaluateImage(PECL imagick 2.0.0) Imagick::evaluateImage — Applies an expression to an image Description
bool Imagick::evaluateImage
( int
$op
, float $constant
[, int $channel = Imagick::CHANNEL_DEFAULT
] )Applys an arithmetic, relational, or logical expression to an image. Use these operators to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image. Parameters
Examples
Example #1 Using Imagick::evaluateImage() Using evaluateImage to reduce opacity in an image.
<?php Return Values
Returns Errors/ExceptionsThrows ImagickException on error. |
more
Recently updated
more
Most requested
more
Last requests
|