Home
last modified time | relevance | path

Searched refs:gdimg_output (Results 1 – 4 of 4) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php234 public $gdimg_output = null; variable in phpthumb
466 $this->gdimg_output,
577 imagepng($this->gdimg_output);
588 imagegif($this->gdimg_output);
614 imagebmp($this->gdimg_output);
745 imagebmp($this->gdimg_output);
3041 …imagecopy($this->gdimg_output, $img_watermark_resized, 0, 0, 0, 0, imagesx($this->gdimg_output), i…
3217 …imagecopy($img_temp, $this->gdimg_output, 0, 0, 0, 0, imagesx($this->gdimg_output), imagesy($this-…
3279 $tempIMG = imagecreatetruecolor(imagesx($this->gdimg_output), imagesy($this->gdimg_output));
3280 …imagecopy($tempIMG, $this->gdimg_output, 0, 0, 0, 0, imagesx($this->gdimg_output), imagesy($this->
[all …]
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.php61 $output_size_x = imagesx($phpThumb->gdimg_output);
62 $output_size_y = imagesy($phpThumb->gdimg_output);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt85 !is_resource($this->gdimg_output)
H A Dphpthumb.changelog.txt903 * Added checks to make sure $this->gdimg_output is a