Searched refs:canvas (Results 1 – 1 of 1) sorted by relevance
217 $canvas = false;219 $canvas = @imagecreatetruecolor($width, $height);221 if (!$canvas) {222 $canvas = @imagecreate($width, $height);224 if (!$canvas) {230 imagealphablending($canvas, false);231 imagesavealpha($canvas, true);236 $this->keepGifTransparency($this->image, $canvas);239 return $canvas;248 * @param resource $canvas New, empty image[all …]