Home
last modified time | relevance | path

Searched defs:rawImageData (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A DphpThumb.php251 …if ($rawImageData = phpthumb_functions::SafeURLread($_GET['src'], $error, $phpThumb->config_http_f… variable
643 …if ($rawImageData = phpthumb_functions::SafeURLread($phpThumb->src, $error, $phpThumb->config_http… variable
H A Dphpthumb.class.php228 public $rawImageData = null; variable in phpthumb
349 public function setSourceData($rawImageData, $sourceFilename='') {