PHP » GoLang |
login |
register |
about
|
GoLang Imagick::setImageOpacity
request it (317)
GoLang replacement for PHP's Imagick::setImageOpacity
[edit | history]
Imagick::setImageOpacity(PECL imagick 2.0.0) Imagick::setImageOpacity — Sets the image opacity level Description
bool Imagick::setImageOpacity
( float
$opacity
)Sets the image to the specified opacity level. This method is available if Imagick has been compiled against ImageMagick version 6.3.1 or newer. This method operates on all channels, which means that for example opacity value of 0.5 will set all transparent areas to partially opaque. To add transparency to areas that are not already transparent use Imagick::evaluateImage() Parameters
Return Values
Returns Examples
Example #1 A Imagick::setImageOpacity() example An example of using Imagick::setImageOpacity()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|