php icon indicating copy to clipboard operation
php copied to clipboard

Will vercel-php ever support the gd library?

Open BionicBlueBell opened this issue 2 years ago • 2 comments

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.

BionicBlueBell avatar Aug 03 '23 04:08 BionicBlueBell

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

Nxrix avatar Aug 30 '23 03:08 Nxrix