--- d:\Projects\campus-dieburg.de\www\html\tslib\class.tslib_gifbuilder.php Fri Sep 24 05:06:12 2004 +++ class.tslib_gifbuilder.php Thu Feb 24 12:16:34 2005 @@ -326,7 +326,7 @@ $XY = $this->XY; // Gif-start - $this->im = imagecreate($XY[0],$XY[1]); + $this->im = imagecreatetruecolor($XY[0],$XY[1]); $this->w = $XY[0]; $this->h = $XY[1];