mirror of
https://github.com/Intervention/image.git
synced 2025-08-25 14:50:48 +02:00
Bugfix
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user