vcMagic.exe: unable to open image `á╔P': No such file or directory @ error/blob.c/OpenBlob/2658
Code: Select all
InitializeMagick(*argv);
Image image;
try{
image.read("file.tif");
}
catch (exception &e){
cout << e.what() << endl;
}
But, I can successfully use the read() in demo project. Is there any setting missing when I create this project?
I am currently using visual c++ 2013 and ImageMagick-6.8.9-Q16 in development.
Thanks for help.