mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 15:24:37 +02:00
Bugfix
This commit is contained in:
@@ -35,6 +35,7 @@ class PlaceModifier implements ModifierInterface
|
|||||||
$position = $this->getPosition($image, $watermark);
|
$position = $this->getPosition($image, $watermark);
|
||||||
|
|
||||||
foreach ($image as $frame) {
|
foreach ($image as $frame) {
|
||||||
|
imagealphablending($frame->getCore(), true);
|
||||||
imagecopy(
|
imagecopy(
|
||||||
$frame->getCore(),
|
$frame->getCore(),
|
||||||
$watermark->getFrame()->getCore(),
|
$watermark->getFrame()->getCore(),
|
||||||
|
Reference in New Issue
Block a user