Page 1 of 1

Posted: 2006-04-17T07:01:53-07:00
by magick
ImageMagick has two installations installed and uninstalled. The installed version expects to consult the Windows registry for the location of its configuration files so it will complain if it can't find the expected entries in the registry. The uninstalled version looks for its configuration files either in the same path as the ImageMagick executables (e.g. convert.exe) or in the path defined by the environment variable MAGICK_HOME.

Posted: 2006-04-17T07:19:08-07:00
by magick
The ImageMagick version can be determined with this command:
  • convert -version

Posted: 2006-04-17T07:32:40-07:00
by magick
Try
  • mogrify -version

Posted: 2006-04-17T08:26:59-07:00
by magick
The current version of ImageMagick is 6.2.7. You might want to upgrade if you can.

Posted: 2006-04-17T09:13:44-07:00
by magick
If ImageMagick is asking for a registry value, you are using an installed version.

Posted: 2006-04-17T09:31:11-07:00
by magick
See http://www.imagemagick.org for the latest releases of ImageMagick.

Q16 means 16 bits-per-pixel component. Q8 means 8 bits-per-pixel.

Posted: 2006-04-17T11:15:22-07:00
by magick
Download ftp://ftp.imagemagick.org/pub/ImageMagi ... indows.zip for the ImageMagick Windows source distribution.

Posted: 2006-04-17T13:38:53-07:00
by magick
If you want the pre-compiled binaries go to http://magick.imagemagick.org/script/bi ... hp#windows .

Posted: 2006-04-17T15:38:36-07:00
by magick
So far all your questions are answered in the documentation at http://www.imagemagick.org . RTFM.