Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.class.php232 public $useRawIMoutput = false; variable in phpthumb
418 if ($this->useRawIMoutput) {
499 …if (!$this->useRawIMoutput && !(is_resource($this->gdimg_output) || (is_object($this->gdimg_source…
507 if ($this->useRawIMoutput) {
698 …if (!$this->useRawIMoutput && !(is_resource($this->gdimg_output) || (is_object($this->gdimg_source…
714 if ($this->useRawIMoutput) {
1693 $this->useRawIMoutput = true;
1702 $this->useRawIMoutput = false;
1714 $this->useRawIMoutput = false;
1719 …$this->DebugMessage('$this->useRawIMoutput='.($this->useRawIMoutput ? 'true' : 'false').' after ch…
[all …]