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
Emblems in BMP format are not becoming transparent, with WebService active.
And taking advantage of this, wouldn't it be possible to add an option for those who have activated the "imagick" extension activated in PHP, to be able to use the transparent gif images too? You can set it in application.php to true or false if you have the extension activated.
Expected Behavior
No response
Steps To Reproduce
.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
That's because the emblem is generated as a png, even if the source is a bmp
it first needs to be converted to a truecolor image and then the transparency color specified
Here's how this could look like: https://puu.sh/KmJue/07e7c1834a.diff
(Was too lazy to set it up as a git commit or even PR, feel free to do so if you feel like it's important enough)
Environment
Current Behavior
Emblems in BMP format are not becoming transparent, with WebService active.
And taking advantage of this, wouldn't it be possible to add an option for those who have activated the "imagick" extension activated in PHP, to be able to use the transparent gif images too? You can set it in application.php to true or false if you have the extension activated.
Expected Behavior
No response
Steps To Reproduce
.
Anything else?
No response
The text was updated successfully, but these errors were encountered: