Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Remove alpha-flatten in default ImageMagick options, seems to break o…
Browse files Browse the repository at this point in the history
…n many platforms (deb7/rhel)
  • Loading branch information
cdujeu committed Jul 10, 2013
1 parent 274b79c commit 9c5e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.imagick/manifest.xml
Expand Up @@ -11,7 +11,7 @@
<global_param name="IMAGE_MAGICK_CONVERT" type="string" label="CONF_MESSAGE[Convert Path]" description="CONF_MESSAGE[Full path on the server to the 'convert' binary]" default="/usr/bin/convert" mandatory="true"/>
<global_param name="IM_THUMB_QUALITY" type="string" label="CONF_MESSAGE[Thumbs Quality]" description="CONF_MESSAGE[Quality used for generating the thumbnails]" default="65"/>
<global_param name="IM_VIEWER_QUALITY" type="string" label="CONF_MESSAGE[Viewer Quality]" description="CONF_MESSAGE[Quality used for generation the high scale images]" default="90"/>
<global_param name="IM_CUSTOM_OPTIONS" type="string" label="CONF_MESSAGE[IMagick Options]" description="CONF_MESSAGE[You can add any Image Magick options you want here]" default="-alpha flatten -strip"/>
<global_param name="IM_CUSTOM_OPTIONS" type="string" label="CONF_MESSAGE[IMagick Options]" description="CONF_MESSAGE[You can add any Image Magick options you want here]" default="-strip"/>
<global_param name="ADDITIONAL_ENV_PATH" type="string" label="CONF_MESSAGE[Environment Path]" description="CONF_MESSAGE[Additional path to put in the environment PATH variable before calling the command. Can be necessary for Ghostscript on Mac for example.]" default=""/>
<global_param name="ONTHEFLY_THRESHOLD" type="integer" label="CONF_MESSAGE[Pregeneration Threshold]" description="CONF_MESSAGE[Threshold (in MegaByte) under which the pages are all generated when opening the document, and over which pages are generated on-demand only]" default="5"/>
<global_param name="UNOCONV" type="string" label="CONF_MESSAGE[Unoconv Path]" description="CONF_MESSAGE[Full path on the server to the 'unoconv' binary (see docs)]" default="" mandatory="false"/>
Expand Down

0 comments on commit 9c5e1c9

Please sign in to comment.