Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.simple.php33 …s/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.$phpThumb->config_output_format;
H A DphpThumb.demo.object.php59 …s/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.$phpThumb->config_output_format;
/plugin/photogallery/
H A DpgFetch.php181 …ilename = getCacheName($file,'.media.'.$w.'x'.$h.'.photogallery.'.$phpThumb->config_output_format);
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php129 public $config_output_format = 'jpeg'; variable in phpthumb
335 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 …
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt842 config_output_format in object mode