an anyone help me understand IM exception
"No Decode Delegate for this Image Format"

I've successfully compiled and linked  c++ code for IM++ 6,2,9   
 (  code for class Image and the decoder file png.c )

But I can only generete the above Exception  whenever  I try to run the
following simple main()

main( )
{  Magick ::Image im
  try
    {  im.read ("myfile_name.png")   }
catch (Exception &error_)
   {   cout << error_.what() ;  }

}

what else do I need to read a PNG image file in IM++  ???

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to