im begginer with this great lib , and i started to work with simple example .
the problem is that im looking to get the real error ( if even i can get it ) other then true or false
for example i have this function :
Code: Select all
if(MagickReadImage(mw,"D:\\cpp\\debug\\image.jpg") == MagickFalse) {
// Handle the error
int y =0;
}
can i get more info from the functions? to see what is wrong ?
thanks