mirror of
https://github.com/Intervention/image.git
synced 2025-08-09 07:16:35 +02:00
Change composite mode for Imagick PlaceModifier
This commit is contained in:
@@ -36,7 +36,7 @@ class PlaceModifier extends DriverSpecialized implements ModifierInterface
|
|||||||
foreach ($image as $frame) {
|
foreach ($image as $frame) {
|
||||||
$frame->native()->compositeImage(
|
$frame->native()->compositeImage(
|
||||||
$watermark->core()->native(),
|
$watermark->core()->native(),
|
||||||
Imagick::COMPOSITE_OVER,
|
Imagick::COMPOSITE_DEFAULT,
|
||||||
$position->x(),
|
$position->x(),
|
||||||
$position->y()
|
$position->y()
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user