You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Call to undefined function Intervention\Image\Drivers\Gd\Decoders\imagecreatefromjpeg() in [..]/vendor/intervention/image/src/Drivers/Gd/Decoders/FilePathImageDecoder.php:35
When using a png file it works like intended.
When var dumping gd_info() it shows JPEG support isn't enabled
What were you trying to do?
Trying to modify an jpeg image with GD.
What happened?
When modifying the image, if fails:
When using a png file it works like intended.
When var dumping gd_info() it shows JPEG support isn't enabled
How to reproduce the bug
Modify a image using the function imagecreatefromjpeg().
Package Versions
PHP Version
8.2.27
Laravel Version
11.36.1
Node Version
22.12.0
Which operating systems have you seen this occur on?
No response
OS version
15.0.1 (24A348)
Notes
No response
The text was updated successfully, but these errors were encountered: