i upgraded wowroster to 1.7.3 and some addons, but when i Installed siggen-0.2.3... no images were created
so i checked my apache logs and i saw that the php process was killed because off some access violations.
so i checked the code in siggen.php and it always crashs on imagecreatefromstring(base64_decode(blankpng()));
but when i use imagecreatefrompng instead of imagecreatefromstring
it doesn't crash