Project

General

Profile

Bug #14537 » 0000760-class.tslib_gifbuilder.diff

Administrator Admin, 2005-02-24 20:27

View differences:

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];
(4-4/10)