Hello, similar problem here.
To convert Canon .CR2 to .JPG in my C# WPF Project (x86 / .NET 4.6) with Magick.NET-Q16-AnyCPU (7.0.3.1), i have tried:
Exception: "ImageMagick.MagickBlobErrorException" in Magick.NET-Q16-AnyCPU.dll
Exception: "ImageMagick.MagickBlobErrorException" in mscorlib.dll
unable to open image 'C:/Users/.../bin/x86/Debug/Temp/magick-8972xyHf4YIu9RRp.ppm': No such file or directory @ error/blob.c/OpenBlob/2695
The dcraw.exe file is of September 20th 2016 (a copy out of a ImageMagick version 7 installation, as above given link to version 6 Zip file is no longer available - or i'm not able to find it).
Thanks for any hint to getting .CR2 to .JPG converted
To convert Canon .CR2 to .JPG in my C# WPF Project (x86 / .NET 4.6) with Magick.NET-Q16-AnyCPU (7.0.3.1), i have tried:
- dcraw.exe beside Magick.NET-Q16-AnyCPU.dll in bin folder
- dcraw.exe inside a %PATH% folder
-
MagickNET.SetTempDirectory and/or MagickAnyCPU.CacheDirectory explicit defined (or not)
Exception: "ImageMagick.MagickBlobErrorException" in Magick.NET-Q16-AnyCPU.dll
Exception: "ImageMagick.MagickBlobErrorException" in mscorlib.dll
unable to open image 'C:/Users/.../bin/x86/Debug/Temp/magick-8972xyHf4YIu9RRp.ppm': No such file or directory @ error/blob.c/OpenBlob/2695
The dcraw.exe file is of September 20th 2016 (a copy out of a ImageMagick version 7 installation, as above given link to version 6 Zip file is no longer available - or i'm not able to find it).
Thanks for any hint to getting .CR2 to .JPG converted