Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The media filters use the library im4java to invoke the conversion utilities.  This library constructs a conversion command launches a sub-process to perform the generation of media files.

Installation

Before ImageMagick Media Filters can be used, you must setup ImageMagick (and optionally Ghostscript) as follows:

  1. Install ImageMagick

...

  1. on your server.  The installation process differs based on your operating system.  For example, on Debian/Ubuntu, it's similar to this:

    Code Block
    apt-get install imagemagick


  2. If you wish to generate PDF thumbnails, install Ghostscript

...

  1. on your server. The installation process differs based on your operating system.  For example, on Debian/Ubuntu, it's similar to this:

    Code Block
    apt-get install ghostscript


  2. The ImageMagick and Ghostscript executables should be accessible from the same directory (e.g. /usr/bin)

DSpace Configuration

In the filter.plugins section of your dspace.cfg file, uncomment the ImageMagick media filter definition.

...