Skip to content
Violet edited this page Nov 2, 2010 · 2 revisions

ImageDriver

Specifies the image toolkit used to create thumbnails from uploaded images. By default, the ImageMagick library and Image::Magick Perl module are used; if your system does not have these, you can use the NetPBM tools instead (assuming that your system has these tools installed). Melody also supports the GD library.

Default value: ImageMagick

Allowed values:

  • ImageMagick
  • NetPBM
  • GD

Example:

ImageDriver NetPBM
  • Categories: Appendix: Configuration Directives
  • Tags: config
Clone this wiki locally