Searched refs:config_output_format (Results 1 – 5 of 5) sorted by relevance
33 …s/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.$phpThumb->config_output_format;
59 …s/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.$phpThumb->config_output_format;
181 …ilename = getCacheName($file,'.media.'.$w.'x'.$h.'.photogallery.'.$phpThumb->config_output_format);
129 public $config_output_format = 'jpeg'; variable in phpthumb335 if (null === $this->config_output_format) {338 $this->config_output_format = $sourceFileExtension;1072 if (strtolower($this->config_output_format) == 'jpg') {1073 $this->config_output_format = 'jpeg';1078 …if (phpthumb_functions::CaseInsensitiveInArray($this->config_output_format, $AvailableImageOutputF…1080 …ailFormat set to $this->config_output_format "'.strtolower($this->config_output_format).'"', __FIL…1081 $this->thumbnailFormat = strtolower($this->config_output_format);1082 } elseif ($this->config_output_format) {1083 …ormat.'" because $this->config_output_format ('.strtolower($this->config_output_format).') is not …
842 config_output_format in object mode