Searched refs:canvas (Results 1 – 1 of 1) sorted by relevance
195 $canvas = false;197 $canvas = @imagecreatetruecolor($width, $height);199 if (!$canvas) {200 $canvas = @imagecreate($width, $height);202 if (!$canvas) {208 imagealphablending($canvas, false);209 imagesavealpha($canvas, true);214 $this->keepGifTransparency($this->image, $canvas);217 return $canvas;226 * @param resource $canvas New, empty image[all …]