Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.class.php1619 public function ImageMagickSwitchAvailable($switchname) { function in phpthumb
1795 if ($this->ImageMagickSwitchAvailable('thumbnail') && $this->config_imagemagick_use_thumbnail) {
1822 if (null !== $this->dpi && $this->ImageMagickSwitchAvailable('density')) {
1917 if ($this->ImageMagickSwitchAvailable('repage')) {
2015 if ($this->ImageMagickSwitchAvailable('rotate')) {
2041 if ($this->ImageMagickSwitchAvailable('modulate')) {
2048 if ($this->ImageMagickSwitchAvailable('contrast')) {
2068 if ($this->ImageMagickSwitchAvailable(array('colorspace', 'modulate'))) {
2080 if ($this->ImageMagickSwitchAvailable(array('colorspace', 'modulate'))) {
2092 if ($this->ImageMagickSwitchAvailable(array('colorspace', 'modulate'))) {
[all …]
/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.check.php300 if ($phpThumb->ImageMagickSwitchAvailable($alternate_feature_name)) {
308 $foundOneThatWorks = $phpThumb->ImageMagickSwitchAvailable($feature);