I 'm trying to read a PNG image file in a C++ program using method read()
of class Image. 

I am able to compile IM++ 6.2.9 Class Image ok, but I'm not sure what else
I need to do.

I suspected I just had to link into my Class Image compile the files
png.dll and zlib.dll, but this doesn't work because it generates "decoder
Exception errors" at run time when I try to execute
a statement like image.read("file_name.png").

Any ideas on what I need to do would be appreciated

__________________________________________________
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