update : 2015.11.03
php.shukuma.com검색:
|
Imagick::compositeImage(PECL imagick 2.0.0) Imagick::compositeImage — Composite one image onto another 설명
bool Imagick::compositeImage
( Imagick
$composite_object
, int $composite
, int $x
, int $y
[, int $channel = Imagick::CHANNEL_ALL
] )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. 인수
반환값
성공시에 예제
Example #1 Using Imagick::compositeImage(): Composite two images with the 'mathematics' compose method
<?php |