> 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 . _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
