ImageMagick
Installing ImageMagick under Aptitude compatible Linux
Make sure you are logged in as root and use apt
to install ImageMagick
In debian:
|
In Ubuntu:
|
To check the install, run these commands (for the display
command you need a running X Window System):
|
Installing ImageMagick under Yum compatible Linux
Make sure you are logged in as root:
|
Use Yum to install ImageMagick
|
To check the install, run these commands (for the display
command you need a running X Window System):
|
Installing ImageMagick under Mac OS X
Users of Linux have the benefit of using built-in package managers to easily install many of the necessary prerequisites for installing CollectionSpace. Mac OS X does not have a built-in application manager by default so the following steps will install Homebrew, an easy and light-weight application manager, as a means to install ImageMagick.
Download the Homebrew ruby install script and compile (ruby is found on Mac OS X by default):
|
For more information on installing Homebrew, see the "Install Homebrew" section of the Homebrew home page.
Next, install Git, a fast version control system used by Homebrew, to initiate the installation of ImageMagick:
|
Finally, install ImageMagick
|
If you plan to upload TIFF images to your CollectionSpace system, you may need to instead:
|
If for any reason your ImageMagick installation via Homebrew fails, try:
Diagnosing Homebrew issues by entering
brew doctor
inside your Homebrew Library directory (e.g. inside/usr/local/Library
on some systems), and resolving any issues found by following the instructions provided.Using a third-party ImageMagick installer from Cactuslab. This installation includes TIFF support.
Installing ImageMagick under Windows:
To install ImageMagick under windows, go to this page ImageMagick – Download . There are a few different versions of ImageMagick to choose from, that will affect performance based on usage of ImageMagick. The page holds a short description of these differences. If in doubt, download the one listed at the top of the list.
Once the file is downloaded, simply double click to install.
To check the install, type these commands in a command prompt:
|
General Instructions for Installing ImageMagick
To install ImageMagick in any other environment than described above, go to this page to download the binary releases: ImageMagick – Download . Then follow the installation instructions listed there.
To make sure ImageMagick plays nice with Nuxeo, follow these instructions: Installing and Setting Up Related Software