ImageMagick now depends on an external file, delegates.mgk.  If certain
ImageMagick commands fails, check this file and verify it is valid for
your environment.  For details beyond this document, see README.txt and
ImageMagick.html.


Unix:

  Download

    ftp://www.wizards.dupont.com/pub/ImageMagick/ImageMagick-5.1.1.tar.gz

  and type

    gunzip -c ImageMagick-5.1.1.tar.gz | tar xvf -
    cd ImageMagick-5.1.1
    ./configure -enable-shared -enable-lzw -with-perl
    make
    make install
    identify -verbose logo:

  Optionally, edit Magick.tmpl and type 

    xmkmf

  after the configure command above if you choose to use the X11 imake
  method to build ImageMagick.

  Alternatively, download the appropriate binary from
  ftp://www.wizards.dupont.com/pub/ImageMagick/binaries.

  If you downloaded just the binary distribution, you must move
  share/ImageMagick/delegates.mgk to
  /usr/local/share/ImageMagick/delegates.mgk or your home directory and
  ensure the permissions are set correctly (world-readable).  If the binary
  distribution is anywhere but /usr/local you will probably need to set
  the LD_LIBRARY_PATH and DELEGATE_PATH environment variables.  For example,

    setenv LD_LIBRARY_PATH ~/lib
    setenv DELEGATE_PATH ~/share/ImageMagick


  In some cases, ImageMagick needs to write temporary files.  If your
  default location is too small, use the TMPDIR environment variable to
  specify a path. For example:

    export TMPDIR=/home/tmp

NT:

  Download

    ftp://www.wizards.dupont.com/pub/ImageMagick/nt/ImageMagick-nt.zip

  and double click on it to extract the distribution.  Next, copy

    ImageMagick-5.1.1/ImageMagick-5.1.1/delegates/nt.mgk

  to

    c:\ImageMagick\delegates.mgk

  Select File->New->Folder to create c:\ImageMagick.  Use
  Copy/Paste/Rename to copy and rename nt.mgk to delegates.mgk.

  If you have an X server, change to directory
  ImageMagick-5.1.1/ImageMagick-5.1.1/bin and double-click on
  display.exe.  Otherwise, select Start->Programs->Command Prompt.  In
  the Command Prompt window type

    cd ImageMagick-5.1.1
    identifyy -verbose logo:

  Alternatively, download the ImageMagick NT source

    ftp://www.wizards.dupont.com/pub/ImageMagick/nt/ImageMagick-5.1.1.zip

  and double click on the ImageMagick Visual C++ project to build from
  the source.

  In some cases, ImageMagick needs to write temporary files.  If your
  default location is too small, use the TMPDIR environment variable to
  specify a path. For example:

    set TMPDIR=d:\temp


Win95:

  Download

    ftp://www.wizards.dupont.com/pub/ImageMagick/binaries/ImageMagick-win95.zip

  and double click on it to extract the distribution.  Next, copy


    ImageMagick-5.1.1/delegates/win95.mgk

  to

    c:\ImageMagick\delegates.mgk

  Select File->New->Folder to create c:\ImageMagick.  Use
  Copy/Paste/Rename to copy and rename win95.mgk to delegates.mgk.

  If you have an X server, change to directory
  ImageMagick-5.1.1/ImageMagick-5.1.1/bin and double-click on
  display.exe.  Otherwise, select Start->Programs->MSDOS Prompt.  In
  the MSDOS Prompt window type

    cd c:\ImageMagick-5.1.1
    del delegates.mgk
    identify -verbose logo:

  Alternatively, download the ImageMagick Win95 source

    ftp://www.wizards.dupont.com/pub/ImageMagick/nt/ImageMagick-5.1.1.zip

  and double click on the ImageMagick Visual C++ project to build from
  the source.

  In some cases, ImageMagick needs to write temporary files.  If your
  default location is too small, use the TMPDIR environment variable to
  specify a path. For example:

    set TMPDIR=d:\temp


MAC:

  Download

    ftp://www.wizards.dupont.com/pub/ImageMagick/mac/ImageMagick-mac.sit.hqx

  and double click on it to extract the distribution.   Move to the
  ImageMagick-5.1.1 directory and double click on the identify program
  icon.  Next, type

    -verbose logo:

  in the command window and choose File->Quit to exit.

  Alternatively, download the ImageMagick MAC source

    ftp://www.wizards.dupont.com/pub/ImageMagick/mac/ImageMagick-5.1.1.sit.hqx

  and double click on the Make AppleScript script to build from the source.


VMS:

  Type

    unzip ImageMagick-5.1.1.zip
    set default [.imagemagick]
    @make
    identify -verbose logo:
