I installed the ImageMagic using the binary link and installed the libs and
headers for c++ as well
Now this simple code is giving me "unknown exception"
InitializeMagick(*argv);
try
{
Image base( Geometry(600,600), Color("white") );
base.write("C:\\test.bmp");
}
catch(exception error)
{
cout<< error.what();
}
Is this an installation issue? But everything went smoothly and the checks
from cmd are also working
Please help
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users