I am using C# magick.net to read images from camera raw files. Specifically I am testing a 36MB Canon 5Dmark3 raw file. It is taking 10sec to read the image.
How can I make this faster?
PS: As far as I see, the dcraw.exe is taking care of debayering, but I could not set any debayer parameters like -q, or even 8bits only. All I need to have is a proxy image. So this speed is too slow for my application.
How can I make this faster?
PS: As far as I see, the dcraw.exe is taking care of debayering, but I could not set any debayer parameters like -q, or even 8bits only. All I need to have is a proxy image. So this speed is too slow for my application.