Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.class.php234 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/
DphpThumb.demo.object.php61 $output_size_x = imagesx($phpThumb->gdimg_output);
62 $output_size_y = imagesy($phpThumb->gdimg_output);
/plugin/photogallery/phpThumb/docs/
Dphpthumb.faq.txt85 !is_resource($this->gdimg_output)
Dphpthumb.changelog.txt903 * Added checks to make sure $this->gdimg_output is a