Here is a link to the image http://audaxperginebasket.it/media/images/image.CR2
I tried with the dcraw.exe in the dll's directory but the result is the same: exception UnableToOpenBlob when I try to read the image
I tried with the dcraw.exe in the dll's directory but the result is the same: exception UnableToOpenBlob when I try to read the image
MagickImage image = new MagickImage(path_to_the_image);
orMagickImage image = new MagickImage();
image.Read(path);