php
php copied to clipboard
Will vercel-php ever support the gd library?
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.
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