Enable and configure the imagick editor

This commit is contained in:
Daniel Berteaud 2013-10-08 16:06:04 +02:00
parent af046139f9
commit a21b08a9a4
1 changed files with 10 additions and 0 deletions

View File

@ -62,6 +62,16 @@ $data->{'index.lucene'} = {
'index_content' => '__true__'
};
$data->{'editor.imagick'} = {
'IM_VIEWER_QUALITY' => '90',
'AJXP_PLUGIN_ENABLED' => '1',
'ONTHEFLY_THRESHOLD' => '3',
'ADDITIONAL_ENV_PATH' => '',
'IM_THUMB_QUALITY' => '65',
'IMAGE_MAGICK_CONVERT' => '/usr/bin/convert',
'UNOCONV' => 'HOME=/var/cache/ooo /usr/bin/unoconv --server 127.0.0.1',
'IM_CUSTOM_OPTIONS' => '-strip'
};
$data = serialize($data);
# PHP::Serialization has now way to