Lines Matching refs:rawImageData

228 	public $rawImageData     = null;  variable in phpthumb
349 public function setSourceData($rawImageData, $sourceFilename='') { argument
352 $this->rawImageData = $rawImageData;
353 …en($this->rawImageData).' bytes; magic="'.substr($this->rawImageData, 0, 4).'" ('.phpthumb_functio…
355 $sourceFilename = ($sourceFilename ? $sourceFilename : md5($rawImageData));
363 fwrite($fp, $rawImageData);
978 if ($this->rawImageData) {
980 …ing because $this->rawImageData is set ('.number_format(strlen($this->rawImageData)).' bytes)', __…
1674 fwrite($fp_tempfile, $this->rawImageData);
1678 …"'.$IMtempSourceFilename.'" from $this->rawImageData ('.strlen($this->rawImageData).' bytes)', __F…
1768 if (!$this->sourceFilename && $this->rawImageData) {
3480 if (preg_match('#^http:#i', $this->src) && !$this->sourceFilename && $this->rawImageData) {
3506 } elseif ($this->rawImageData && !$this->sourceFilename) {
3519 } elseif (!$this->rawImageData) {
3653 if (!$this->sourceFilename && !$this->rawImageData && $this->src) {
3680 } elseif (!$this->src && $this->rawImageData) {
3681 …acheFilename() _raw set from md5($this->rawImageData) = "'.md5($this->rawImageData).'"', __FILE__,…
3682 $broad_directory_name = strtolower(md5($this->rawImageData));
3733 …elseif (!$this->config_cache_source_filemtime_ignore_local && $this->src && !$this->rawImageData) {
3858 if (empty($this->sourceFilename) && !empty($this->rawImageData)) {
3861 if (file_put_contents($tempnam, $this->rawImageData)) {
3878 if (!$this->gdimg_source && $this->rawImageData) {
3884 if ($this->md5s && ($this->md5s != md5($this->rawImageData))) {
3885 …s != md5($this->rawImageData)'."\n".'"'.$this->md5s.'" != '."\n".'"'.md5($this->rawImageData).'"');
3890 $this->gdimg_source = $this->ImageCreateFromStringReplacement($this->rawImageData);
3892 if (substr($this->rawImageData, 0, 2) === 'BM') {
3894 } elseif (substr($this->rawImageData, 0, 4) === 'II'."\x2A\x00") {
3896 } elseif (substr($this->rawImageData, 0, 4) === 'MM'."\x00\x2A") {
3899 …nown image type "'.substr($this->rawImageData, 0, 4).'" ('.phpthumb_functions::HexCharDisplay(subs…
4047 $this->rawImageData = '';
4049 $this->rawImageData .= fread($fp, 32768);
4054 …$this->gdimg_source = $phpthumb_bmp->phpthumb_bmp2gd($this->rawImageData, phpthumb_functions::gd_v…
4077 if ($this->rawImageData) {
4078 $HeaderFourBytes = substr($this->rawImageData, 0, 4);
4265 …rlen($this->rawImageData) = '.(!empty($this->rawImageData) ? strlen($this->rawImageD…