Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt256 * Bugfix [#1573399]: phpthumb_filters::Colorize() broken
663 ¤ Added phpthumb_filters::Grayscale() 'gray'
664 ¤ Added phpthumb_filters::ReduceColorDepth() 'rcd'
665 ¤ Added phpthumb_filters::Brightness() 'brit'
666 ¤ Added phpthumb_filters::Contrast() 'cont'
667 ¤ Added phpthumb_filters::Saturation() 'sat'
668 ¤ Added phpthumb_filters::EdgeDetect() 'edge' [PHP5 only]
669 ¤ Added phpthumb_filters::BlurGaussian() 'gblr' [PHP5 only]
670 ¤ Added phpthumb_filters::BlurSelective() 'gblr' [PHP5 only]
671 ¤ Added phpthumb_filters::MeanRemoval() 'mean' [PHP5 only]
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php2540phpthumb_filters::ImprovedImageRotate($this->gdimg_source, $rotate_angle, $this->config_background…
2670 $phpthumbFilters = new phpthumb_filters();
2810 $phpthumbFilters = new phpthumb_filters();
H A Dphpthumb.filters.php12 class phpthumb_filters { class