Klaus - 2004-12-16

Logged In: YES
user_id=1157859

Had the same problem. Try to change in config.inc the entry
$ImageTool="ext" to ="int" and then it should work. But
there is another thing in showpic.php you should change:
In the line "$new_im = ImageCreate($new_width,$new_height);"
you have to change ImageCreate for ImageCreateTrueColor
Regards, Klaus