mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 18:32:56 +02:00
bugfix
This commit is contained in:
@@ -32,6 +32,7 @@ class Decoder extends \Intervention\Image\AbstractDecoder
|
|||||||
|
|
||||||
case IMAGETYPE_JPEG:
|
case IMAGETYPE_JPEG:
|
||||||
$core = imagecreatefromjpeg($path);
|
$core = imagecreatefromjpeg($path);
|
||||||
|
$this->gdResourceToTruecolor($core);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IMAGETYPE_GIF:
|
case IMAGETYPE_GIF:
|
||||||
|
Reference in New Issue
Block a user