-
Notifications
You must be signed in to change notification settings - Fork 216
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
Update for Web Server #328
Conversation
Transparent gif with rgb(255, 0, 255) as some fill are displaying as is? Is this intended? |
please merge this to master |
@mazvi It`s not completed yet. |
The only way to change the magenta background into transparent and keep the animation I can think of is using imagemagick |
We don't have to worry about transparency :) no problem not being transparent on the website :D |
imagick package is not included by default in php, users may experience problems because of this (not all hosts allow to install packages for php), so I don't want to use imagemagick now. |
Well, php-gd is also an extension and we use it anyway Maybe you could check for imagemagick and made it optional to show transparency depending on if it's installed or not |
Any prediction on when this PR will merge? xD |
My prediction is February 2024 |
Added configs for webserver. "EmblemUseWebservice" was removed from modules.
fe91d48
to
b3b8ead
Compare
Fixes #315 .
Changes proposed in this Pull Request:
gif_icons.mp4