TYPO3  7.6
Protected Member Functions | Protected Attributes | List of all members
ImageMagick6Preset Class Reference
Inheritance diagram for ImageMagick6Preset:
AbstractImagePreset PresetInterface AbstractPreset PresetInterface

Protected Member Functions

 findExecutableInPath (array $searchPaths)
 
 findImageMagick6InPaths (array $searchPaths)
 
- Protected Member Functions inherited from AbstractImagePreset
 findExecutableInPath (array $searchPaths)
 
 getSearchPaths ()
 
 cleanUpPath ($path)
 

Protected Attributes

 $name = 'ImageMagick6'
 
 $priority = 70
 
 $configurationValues
 
- Protected Attributes inherited from AbstractImagePreset
 $defaultExecutableSearchPaths
 
 $foundPath = ''
 
- Protected Attributes inherited from AbstractPreset
 $configurationManager = null
 
 $name = ''
 
 $priority = 50
 
 $configurationValues = array()
 
 $postValues = array()
 

Additional Inherited Members

- Public Member Functions inherited from AbstractImagePreset
 getFoundPath ()
 
 isActive ()
 
 isAvailable ()
 
 getConfigurationValues ()
 

Detailed Description

Preset for ImageMagick version 6 or higher

Definition at line 22 of file ImageMagick6Preset.php.

Member Function Documentation

findExecutableInPath ( array  $searchPaths)
protected

Find executable in path, wrapper for specific ImageMagick/GraphicsMagick find methods.

Parameters
array$searchPaths
Returns
mixed

Definition at line 55 of file ImageMagick6Preset.php.

References ImageMagick6Preset\findImageMagick6InPaths().

findImageMagick6InPaths ( array  $searchPaths)
protected

Search for GraphicsMagick executables in given paths.

Parameters
array$searchPathsList of paths to search for
Returns
bool TRUE if graphics magick was found in path

Definition at line 66 of file ImageMagick6Preset.php.

Referenced by ImageMagick6Preset\findExecutableInPath().

Member Data Documentation

$configurationValues
protected
Initial value:
= array(
'GFX/image_processing' => 1,
'GFX/im' => 1,
'GFX/im_path' => '',
'GFX/im_path_lzw' => '',
'GFX/im_version_5' => 'im6',
'GFX/im_v5effects' => 1,
'GFX/im_mask_temp_ext_gif' => 1,
'GFX/colorspace' => 'sRGB',
)

Definition at line 37 of file ImageMagick6Preset.php.

$name = 'ImageMagick6'
protected

Definition at line 27 of file ImageMagick6Preset.php.

$priority = 70
protected

Definition at line 32 of file ImageMagick6Preset.php.