Here's the error I got for the following code:
vcMagic.exe: unable to open image `á╔P': No such file or directory @ error/blob.c/OpenBlob/2658
InitializeMagick(*argv);
Image image;
try{
image.read("file.tif");
}
catch (exception &e){
cout << e.what() << endl;
}
Either absolute path ...
Search found 1 match
- 2014-06-15T20:24:27-07:00
- Forum: Magick++
- Topic: No such file or directory @ error/blob.c/OpenBlob/2658
- Replies: 0
- Views: 13567