Defining MAGICK_HOME cleared up the problem.  Many thanks!

[EMAIL PROTECTED] wrote:
now I get the NoDecodeDelegateForThisImageFormat

Try

convert image.bmp image.png
from the command line?  Does that work?

Did you build ImageMagick as a 64-bit executable?  If so, try 32-bit.

When you build ImageMagick did you define the UseInstalled variable in
magick-config.h?  If not, you need to define the MAGICK_HOME environment
variable or put all the configuration files (*.xml) in the same folder as
the convert executable.

To determine where ImageMagick is looking for its configuration and loadable
modules, try this command:

  convert -debug all  image.bmp image.png
.

--
Alastair J. Gregory
Information Planning & Management Service, Inc.
21592 Atlantic Boulevard
Suite 110
Sterling, Virginia 20166
(703) 421-5500
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to