PHP » GoLang |
login |
register |
about
|
GoLang Imagick::compositeImage
request it (247)
GoLang replacement for PHP's Imagick::compositeImage
[edit | history]
Imagick::compositeImage(PECL imagick 2.0.0) Imagick::compositeImage — Composite one image onto another Description
bool Imagick::compositeImage
( Imagick
$composite_object
, int $composite
, int $x
, int $y
[, int $channel = Imagick::CHANNEL_DEFAULT
] )Composite one image onto another at the specified offset. Any extra arguments needed for the compose algorithm should passed to setImageArtifact with 'compose:args' as the first parameter and the data as the second parameter. Parameters
Return Values
Returns Examples
Example #1 Using Imagick::compositeImage(): Composite two images with the 'mathematics' compose method
<?php |
more
Recently updated
more
Most requested
more
Last requests
|