Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will vercel-php ever support the gd library? #481

Open
BionicBlueBell opened this issue Aug 3, 2023 · 2 comments
Open

Will vercel-php ever support the gd library? #481

BionicBlueBell opened this issue Aug 3, 2023 · 2 comments

Comments

@BionicBlueBell
Copy link

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 BionicBlueBell changed the title Will vercel-php ever have gd library? Will vercel-php ever support the gd library? Aug 8, 2023
@Nxrix
Copy link

Nxrix commented Aug 30, 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

@f3l1x
Copy link
Collaborator

f3l1x commented Oct 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants