G ImageMagick now depends on an external file, delegates.mgk.  If certain F ImageMagick commands fails, check this file and verify it is valid forG your environment.  For details beyond this document, see README.txt and  ImageMagick.html.    Unix:   
   Download  I     ftp://www.wizards.dupont.com/pub/ImageMagick/ImageMagick-5.1.0.tar.gz   
   and type  2     gunzip -c ImageMagick-5.1.0.tar.gz | tar xvf -     cd ImageMagick-5.1.05     ./configure -enable-shared -enable-lzw -with-perl      make     make install$     convert -verbose logo: image.gif     display image.gif   (   Optionally, edit Magick.tmpl and type   	     xmkmf   F   after the configure command above if you choose to use the X11 imake   method to build ImageMagick.  5   Alternatively, download the appropriate binary from 8   ftp://www.wizards.dupont.com/pub/ImageMagick/binaries.  ?   If you downloaded just the binary distribution, you must move $   share/ImageMagick/delegates.mgk toG   /usr/local/share/ImageMagick/delegates.mgk or your home directory and K   ensure the permissions are set correctly (world-readable).  If the binary G   distribution is anywhere but /usr/local you will probably need to set L   the LD_LIBRARY_PATH and DELEGATE_PATH environment variables.  For example,        setenv LD_LIBRARY_PATH ~/lib,     setenv DELEGATE_PATH ~/share/ImageMagick     NT:   
   Download  F     ftp://www.wizards.dupont.com/pub/ImageMagick/nt/ImageMagick-nt.zip  A   and double click on it to extract the distribution.  Next, copy   8     ImageMagick-5.1.0/ImageMagick-5.1.0/delegates/nt.mgk     to        c:\ImageMagick\delegates.mgk  9   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.0/ImageMagick-5.1.0/bin and double-click on F   display.exe.  Otherwise, select Start->Programs->Command Prompt.  In    the Command Prompt window type       cd ImageMagick-5.1.0$     convert -verbose logo: image.gif     convert image.gif win:  3   Alternatively, download the ImageMagick NT source   I     ftp://www.wizards.dupont.com/pub/ImageMagick/nt/ImageMagick-5.1.0.zip   F   and double click on the ImageMagick Visual C++ project to build from
   the source.      Win95:  
   Download  O     ftp://www.wizards.dupont.com/pub/ImageMagick/binaries/ImageMagick-win95.zip   A   and double click on it to extract the distribution.  Next, copy     )     ImageMagick-5.1.0/delegates/win95.mgk      to        c:\ImageMagick\delegates.mgk  9   Select File->New->Folder to create c:\ImageMagick.  Use B   Copy/Paste/Rename to copy and rename win95.mgk to delegates.mgk.  .   If you have an X server, change to directory=   ImageMagick-5.1.0/ImageMagick-5.1.0/bin and double-click on D   display.exe.  Otherwise, select Start->Programs->MSDOS Prompt.  In   the MSDOS Prompt window type       cd c:\ImageMagick-5.1.0      del delegates.mgk $     convert -verbose logo: image.gif     convert image.gif win:  6   Alternatively, download the ImageMagick Win95 source  I     ftp://www.wizards.dupont.com/pub/ImageMagick/nt/ImageMagick-5.1.0.zip   F   and double click on the ImageMagick Visual C++ project to build from
   the source.      MAC:  
   Download  L     ftp://www.wizards.dupont.com/pub/ImageMagick/mac/ImageMagick-mac.sit.hqx  C   and double click on it to extract the distribution.   Move to the E   ImageMagick-5.1.0 directory and double click on the convert program    icon.  Next, type        -verbose logo: image.gif  G   in the command window and choose File->Quit to exit.  Double click on    image.gif to see the results.   4   Alternatively, download the ImageMagick MAC source  N     ftp://www.wizards.dupont.com/pub/ImageMagick/mac/ImageMagick-5.1.0.sit.hqx  L   and double click on the Make AppleScript script  to build from the source.     VMS:     Type       unzip ImageMagick-5.1.0.zip      set default [.imagemagick]	     @make $     convert -verbose logo: image.gif     display image.gif 