[ImageMagick] Error - unable to get registry value `Configu

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The ImageMagick version can be determined with this command:
  • convert -version
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Try
  • mogrify -version
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The current version of ImageMagick is 6.2.7. You might want to upgrade if you can.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

If ImageMagick is asking for a registry value, you are using an installed version.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Download ftp://ftp.imagemagick.org/pub/ImageMagi ... indows.zip for the ImageMagick Windows source distribution.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

If you want the pre-compiled binaries go to http://magick.imagemagick.org/script/bi ... hp#windows .
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

So far all your questions are answered in the documentation at http://www.imagemagick.org . RTFM.
Post Reply