Searched refs:canvas (Results 1 – 1 of 1) sorted by relevance
216 $canvas = false;218 $canvas = @imagecreatetruecolor($width, $height);220 if (!$canvas) {221 $canvas = @imagecreate($width, $height);223 if (!$canvas) {229 imagealphablending($canvas, false);230 imagesavealpha($canvas, true);235 $this->keepGifTransparency($this->image, $canvas);238 return $canvas;247 * @param resource $canvas New, empty image[all …]