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

imagecolorallocatealpha(): Alpha component is out of range #264

Open
sinju92 opened this issue Jul 1, 2020 · 3 comments
Open

imagecolorallocatealpha(): Alpha component is out of range #264

sinju92 opened this issue Jul 1, 2020 · 3 comments

Comments

@sinju92
Copy link

sinju92 commented Jul 1, 2020

Hi, im using php 7.4
and get warning like this
PHP Warning: imagecolorallocatealpha(): Alpha component is out of range in public_html/lib/functions/imagecreatefrombmpstring.php on line 30

@reunite-ro
Copy link

/lib/functions/imagecreatefrombmpstring.php

I dont think FluxCP have this file originally.

@neico
Copy link

neico commented Jan 20, 2025

This entire file can technically be scrapped as there's imagecreatefrombmp() since 7.2 now.
Unless that code does something that isn't handled natively (to which one would need to do some more image* calls to fix it up)

Nevermind that this issue seems to be resolved with 48caecc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New Items
Development

No branches or pull requests

4 participants