Searched refs:gdimg_output (Results 1 – 4 of 4) sorted by relevance
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.class.php | 234 public $gdimg_output = null; variable in phpthumb 466 $this->gdimg_output, 499 …if (!$this->useRawIMoutput && !(is_resource($this->gdimg_output) || (is_object($this->gdimg_source… 526 imageinterlace($this->gdimg_output, (int) $this->config_output_interlace); 537 imagewbmp($this->gdimg_output, null, $this->thumbnailQuality); 548 imagejpeg($this->gdimg_output, null, $this->thumbnailQuality); 575 imagepng($this->gdimg_output, null, $PNGquality); 577 imagepng($this->gdimg_output); 588 imagegif($this->gdimg_output); 598 imagewebp($this->gdimg_output, null, $this->thumbnailQuality); [all …]
|
| /plugin/photogallery/phpThumb/demo/ |
| 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/ |
| D | phpthumb.faq.txt | 85 !is_resource($this->gdimg_output)
|
| D | phpthumb.changelog.txt | 903 * Added checks to make sure $this->gdimg_output is a
|