mirror of
https://github.com/Intervention/image.git
synced 2025-01-18 04:38:26 +01:00
Change composite mode for Imagick PlaceModifier
This commit is contained in:
parent
884d4a476a
commit
9d1263b31d
@ -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()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user