Skip to content

Instantly share code, notes, and snippets.

@stefansl
Created August 12, 2013 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefansl/6210370 to your computer and use it in GitHub Desktop.
Save stefansl/6210370 to your computer and use it in GitHub Desktop.
default settings magickimages for Contao
$GLOBALS['TL_CONFIG']['magickimages_unsharp_mask'] = true;
$GLOBALS['TL_CONFIG']['magickimages_force'] = true;
$GLOBALS['TL_CONFIG']['magickimages_filter'] = 'Hermite';
$GLOBALS['TL_CONFIG']['magickimages_pngrewrite'] = true;
$GLOBALS['TL_CONFIG']['magickimages_optipng'] = false;
$GLOBALS['TL_CONFIG']['magickimages_advpng'] = false;
$GLOBALS['TL_CONFIG']['magickimages_unsharp_mask_radius'] = 0.3;
$GLOBALS['TL_CONFIG']['magickimages_unsharp_mask_sigma'] = 0.9;
$GLOBALS['TL_CONFIG']['magickimages_unsharp_mask_amount'] = 1.1;
$GLOBALS['TL_CONFIG']['magickimages_unsharp_mask_threshold'] = 0.005;
$GLOBALS['TL_CONFIG']['magickimages_process'] = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment