Bug #14537 » 0000760-class.tslib_gifbuilder.diff
class.tslib_gifbuilder.php Thu Feb 24 12:16:34 2005 | ||
---|---|---|
$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];
|
||
|