FluxCP
FluxCP copied to clipboard
Update for Web Server
Fixes https://github.com/rathena/FluxCP/issues/315 .
Changes proposed in this Pull Request:
- Allowed to use external db for web server for guild icons.
- Usage of "EmblemUseWebservice" was removed from modules.
- Added support for gif with transparent layer.
https://user-images.githubusercontent.com/16213511/191065655-3e394127-76e6-4131-80b3-ebeb0a5140fb.mp4
Transparent gif with rgb(255, 0, 255) as some fill are displaying as is? Is this intended?
please merge this to master
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
The only way to change the magenta background into transparent and keep the animation I can think of is using imagemagick
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. If there is no other way to process GIFs, then we will return to this option (imagemagick) and make it optional.
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
Any prediction on when this PR will merge? xD
My prediction is February 2024