1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-25 23:06:13 +02:00
This commit is contained in:
Oliver Vogel
2021-11-05 19:47:09 +01:00
parent f035494b3d
commit 304d158fb0

View File

@@ -35,6 +35,7 @@ class PlaceModifier implements ModifierInterface
$position = $this->getPosition($image, $watermark);
foreach ($image as $frame) {
imagealphablending($frame->getCore(), true);
imagecopy(
$frame->getCore(),
$watermark->getFrame()->getCore(),