1
0
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:
Oliver Vogel 2024-01-19 09:38:07 +01:00
parent 884d4a476a
commit 9d1263b31d
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

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