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
My backend needs image compression and the most popular way to do it is with the gd library.
There is a workaround without using the gd library and that is by using the Imagick extension. The extension isn't readily available and the documentation does say something about being able to install the extension but I have no clue how to do it.
The text was updated successfully, but these errors were encountered:
BionicBlueBell
changed the title
Will vercel-php ever have gd library?
Will vercel-php ever support the gd library?
Aug 8, 2023
I have the same problem.
Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in /var/task/user/api/pixel8.php:76 Stack trace: #0 {main} thrown in /var/task/user/api/pixel8.php on line 76
Hi, I would really really love to support GD or ImageMagic, but it's really hard to do it, I am in dead end right now. So, I can tell you if or when vercel-php will support these extensions.
My backend needs image compression and the most popular way to do it is with the gd library.
There is a workaround without using the gd library and that is by using the Imagick extension. The extension isn't readily available and the documentation does say something about being able to install the extension but I have no clue how to do it.
The text was updated successfully, but these errors were encountered: