1
0
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:
Oliver Vogel
2024-01-19 09:38:07 +01:00
parent 884d4a476a
commit 9d1263b31d

View File

@@ -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()
);