mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 18:02:45 +02:00
Merge branch 'develop' into feature/blending-color
This commit is contained in:
@@ -27,6 +27,7 @@ class TextModifier extends AbstractTextModifier
|
|||||||
foreach ($image as $frame) {
|
foreach ($image as $frame) {
|
||||||
if ($this->font->hasFilename()) {
|
if ($this->font->hasFilename()) {
|
||||||
foreach ($lines as $line) {
|
foreach ($lines as $line) {
|
||||||
|
imagealphablending($frame->native(), true);
|
||||||
imagettftext(
|
imagettftext(
|
||||||
$frame->native(),
|
$frame->native(),
|
||||||
$this->adjustedFontSize(),
|
$this->adjustedFontSize(),
|
||||||
|
Reference in New Issue
Block a user