mirror of
https://github.com/Intervention/image.git
synced 2025-08-01 03:20:17 +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) {
|
||||
$frame->native()->compositeImage(
|
||||
$watermark->core()->native(),
|
||||
Imagick::COMPOSITE_OVER,
|
||||
Imagick::COMPOSITE_DEFAULT,
|
||||
$position->x(),
|
||||
$position->y()
|
||||
);
|
||||
|
Reference in New Issue
Block a user