TYPO3 CMS  TYPO3_6-2
CustomPreset.php
Go to the documentation of this file.
1 <?php
3 
18 
23 
27  protected $configurationValues = array(
28  'GFX/image_processing' => 0,
29  'GFX/im' => 0,
30  'GFX/im_path' => '',
31  'GFX/im_path_lzw' => '',
32  'GFX/im_version_5' => '',
33  'GFX/im_v5effects' => 0,
34  'GFX/im_mask_temp_ext_gif' => 0,
35  'GFX/colorspace' => '',
36  );
37 }