Environment Variables:

  ImageMagick depends on a number of external configuration files which
  include delegates.mgk, magic.mgk, and modules.mgk.  ImageMagick looks
  in the current working directory for these files or a well known
  location depending on the operating system.  For example,
  /usr/local/share/ImageMagick on Unix or c:\ImageMagick on Windows.
  If you put ImageMagick files in a non-standard locations you can hint
  to ImageMagick where to look with these environment variables:

	MAGICK_DELEGATE_PATH	path to delegates.mgk and magic.mgk
	MAGICK_MODULE_PATH	path to modules.mgk

  Other useful enviroment variables include

	MAGIGK_CACHE_THRESHOLD	megabytes of memory available to pixel cache
	TMPDIR			path to store temporary files
	LD_LIBRARY_PATH		path to libMagick.so


Unix Install:

  Download

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

  and type

    gunzip -c ImageMagick-5.2.0.tar.gz | tar xvf -
    cd ImageMagick-5.2.0
    ./configure
    make
    make install
    identify -verbose logo:

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


Win2K, NT, Win95, Win98 Install:

  Download

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

  and double click on it to extract the distribution.  Next, select
  File->New->Folder to create c:\ImageMagick.

  Use Copy/Paste/Rename to copy and rename 

	ImageMagick-win2k\delegates\win2k.mgk to c:\ImageMagick\delegates.mgk

  and

	ImageMagick-win2k\delegates\magic.mgk to c:\ImageMagick\magic.mgk

  Select Start->Programs->Command Prompt.  In the Command Prompt window type

    cd ImageMagick-win2k
    set MAGICK_MODULE_PATH=c:\ImageMagick-win2k
    identify -verbose logo:

  Alternatively, download the ImageMagick NT source

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

  and read README.txt for detailed instructions on compiling the ImageMagick
  source.


MAC Install:

  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.2.0 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.2.0.sit.hqx

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


VMS Install:

  Type

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