mirror of
https://github.com/friendica/friendica
synced 2024-12-22 22:40:16 +00:00
GdImage is not available on PHP 7.4
This commit is contained in:
parent
f36e118609
commit
68ce03797a
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ use Friendica\Util\Images;
|
||||||
use Imagick;
|
use Imagick;
|
||||||
use ImagickDraw;
|
use ImagickDraw;
|
||||||
use ImagickPixel;
|
use ImagickPixel;
|
||||||
use GdImage;
|
|
||||||
use kornrunner\Blurhash\Blurhash;
|
use kornrunner\Blurhash\Blurhash;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -21,7 +20,7 @@ use kornrunner\Blurhash\Blurhash;
|
||||||
*/
|
*/
|
||||||
class Image
|
class Image
|
||||||
{
|
{
|
||||||
/** @var GdImage|Imagick|resource */
|
/** @var Imagick|resource */
|
||||||
private $image;
|
private $image;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue