KeyWorld
New member
You're welcome !Awesome! Thank you very much KeyWorld!
I forget to talk about three known problems related to PHP GD (it sucks !).
I show you this problems in only one monster : The Bloody Knight !
[*]Do you see the fire ? There is a white rectangle around. this problems occurs on RGBA images in Sprite files when you try to merge them with the main image.
[*]Check the shield, there is a white border around it. When rotating an image it's possible to have this problem : the image border is merging with the transparent background (which is white) and cause this bug. I replace the transparent background by a transparent white background to avoid getting a magenta border (or other flashy border).
[*]Check the shield again, poor quality ! Due to image rotation + image scale.
The problem n°1 just occurred in some monsters (effects), I don't think there is one hat or character using RGBA frames for now in RO.
The problem n°2 and 3 can occurred in all monsters/characters, depend of the scale and rotation.
To conclude, PHP GD sucks, I have noone of this problems in javascript (<3).