Searched refs:gdimg_output (Results 1 – 4 of 4) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.class.php | 234 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 D | phpThumb.demo.object.php | 61 $output_size_x = imagesx($phpThumb->gdimg_output); 62 $output_size_y = imagesy($phpThumb->gdimg_output);
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.faq.txt | 85 !is_resource($this->gdimg_output)
|
H A D | phpthumb.changelog.txt | 903 * Added checks to make sure $this->gdimg_output is a
|