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

Protected Member Functions

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

Protected Attributes

 $name = 'GraphicsMagick'
 
 $priority = 80
 
 $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 GraphicsMagick

Definition at line 22 of file GraphicsMagickPreset.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 GraphicsMagickPreset.php.

References GraphicsMagickPreset\findGraphicsMagickInPaths().

findGraphicsMagickInPaths ( array  $searchPaths)
protected

Search for GraphicsMagick executables in given paths.

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

Definition at line 66 of file GraphicsMagickPreset.php.

Referenced by GraphicsMagickPreset\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' => 'gm',
'GFX/im_v5effects' => -1,
'GFX/im_mask_temp_ext_gif' => 1,
'GFX/colorspace' => 'RGB',
)

Definition at line 37 of file GraphicsMagickPreset.php.

$name = 'GraphicsMagick'
protected

Definition at line 27 of file GraphicsMagickPreset.php.

$priority = 80
protected

Definition at line 32 of file GraphicsMagickPreset.php.