Lines Matching refs:thumbnailFormat

225 	public $thumbnailFormat  = null;  variable in phpthumb
503 if (!$this->thumbnailFormat) {
528 …$this->DebugMessage('RenderOutput() attempting image'.strtolower(@$this->thumbnailFormat).'($this-…
530 switch ($this->thumbnailFormat) {
642 …essage('RenderOutput failed because $this->thumbnailFormat "'.$this->thumbnailFormat.'" is not val…
648 … $this->DebugMessage('RenderOutput() for "'.$this->thumbnailFormat.'" failed', __FILE__, __LINE__);
685 …$this->DebugMessage('RenderOutput ['.$this->thumbnailFormat.'('.$renderfilename.')] did not appear…
688 …$this->DebugMessage('RenderOutput ['.$this->thumbnailFormat.'('.$renderfilename.')] failed', __FIL…
706 …is->sia : ($this->down ? $this->down : 'phpThumb_generated_thumbnail'.'.'.$this->thumbnailFormat));
716 header('Content-Type: '.phpthumb_functions::ImageTypeToMIMEtype($this->thumbnailFormat));
723 switch ($this->thumbnailFormat) {
729 $ImageOutFunction = 'image'.$this->thumbnailFormat;
734 header('Content-Type: '.phpthumb_functions::ImageTypeToMIMEtype($this->thumbnailFormat));
735 if ($this->thumbnailFormat == 'gif') {
744 header('Content-Type: '.phpthumb_functions::ImageTypeToMIMEtype($this->thumbnailFormat));
760 header('Content-Type: '.phpthumb_functions::ImageTypeToMIMEtype($this->thumbnailFormat));
782 header('Content-Type: '.phpthumb_functions::ImageTypeToMIMEtype($this->thumbnailFormat));
791 …age('OutputThumbnail failed because $this->thumbnailFormat "'.$this->thumbnailFormat.'" is not val…
1014 if ($this->thumbnailFormat && $alreadyCalled) {
1028 $this->thumbnailFormat = 'ico';
1034 $this->thumbnailFormat = 'wbmp';
1038 $this->thumbnailFormat = 'gif';
1042 $this->thumbnailFormat = 'avif';
1046 $this->thumbnailFormat = 'webp';
1050 $this->thumbnailFormat = 'png';
1054 $this->thumbnailFormat = 'jpeg';
1081 $this->thumbnailFormat = strtolower($this->config_output_format);
1083 …$this->DebugMessage('$this->thumbnailFormat staying as "'.$this->thumbnailFormat.'" because $this-…
1088 $this->thumbnailFormat = strtolower($this->f);
1090 …$this->DebugMessage('$this->thumbnailFormat staying as "'.$this->thumbnailFormat.'" because $this-…
1721 $outputFormat = $this->thumbnailFormat;
1724 switch ($this->thumbnailFormat) {
1746 …sage('Forcing output to PNG because $this->thumbnailFormat ('.$this->thumbnailFormat.' is not a GD…
2705 switch ($this->thumbnailFormat) {
2711 …g AlphaChannelFlatten() because ($this->thumbnailFormat == "'.$this->thumbnailFormat.'")', __FILE_…
2772 …g AlphaChannelFlatten() because ($this->thumbnailFormat == "'.$this->thumbnailFormat.'") and image…
2777 …$this->DebugMessage('continuing AlphaChannelFlatten() for output format "'.$this->thumbnailFormat.…
3267 switch ($this->thumbnailFormat) {
3270 $imgRenderFunction = 'image'.$this->thumbnailFormat;
3666 …*', @$matches[1], $this->config_cache_default_only_suffix)).'.'.strtolower($this->thumbnailFormat);
3720 if ($this->thumbnailFormat == 'jpeg') {
3737 $this->cache_filename .= '.'.strtolower($this->thumbnailFormat);
4365 …if (!$this->thumbnailFormat || !$this->config_disable_debug || (phpthumb_functions::gd_version() <…
4366 $this->thumbnailFormat = 'text';
4368 if (@$this->thumbnailFormat == 'text') {