Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.php66 …table` (`thumbnail`) VALUES ('".mysqli_real_escape_string($phpThumb->outputImageData)."') WHERE (`…
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php230 public $outputImageData = null; variable in phpthumb
509 $this->outputImageData = $this->IMresizedData;
538 $this->outputImageData = ob_get_contents();
549 $this->outputImageData = ob_get_contents();
579 $this->outputImageData = ob_get_contents();
589 $this->outputImageData = ob_get_contents();
599 $this->outputImageData = ob_get_contents();
609 $this->outputImageData = ob_get_contents();
615 $this->outputImageData = ob_get_contents();
647 if (!$this->outputImageData) {
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt246 the output raw image data is found in $this->outputImageData
H A Dphpthumb.changelog.txt449 ¤ Added $this->outputImageData and RenderOutput() to allow
452 access raw data in $this->outputImageData