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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: