|
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. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. |
|