Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php261 public $AlphaCapableFormats = array( 'png', 'ico', 'gif', 'webp', 'avif'); variable in phpthumb
1839 if (!preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat)) {
2016 …if (!preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat) || phpthumb_fu…
2020 if (preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat)) {