Links are drawed as rectangles with black background.
Status: Beta
Brought to you by:
josireland
Yes, I've found in BUGS file some notice about that,
but I see this also in Mozilla/5.0 (X11; U; Linux i686;
en-US; rv:1.5) Gecko/20031107 Debian/1.5-3
When I changed drawlink.php file, and replaced
$image = imagecreatetruecolor($width, $height);
with
$image = imagecreate($width, $height);
so it is now using indexed image, it works just fine.
Any reason for using truecolor image? Or what can be
the real problem?
PHP Version 4.1.2
gd
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
Regards,
skboy