Replies: 1 comment
-
I am not fully aware of what is done inside the libraw library that we use. The output depends on the And if you want to merge multiple images you probably wat to take a look at the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just started to use Magick.NET with the hope of being able to do a HDR merge of multiple exposure canon cr3 raw images.
Installed Magick.Net-Q16-HDRI-AnyCPU (ver: 7.17.0.1) using nuget with visual studio 2017, C Sharp Application on windows 10 machine.
I have a few questions:
Thanks for building that support in for canon cr3 raw images (realize Magick.NET is one of the few libraries that support cr3 images currently). I am able to read the cr3 raw images and convert to tiff ( which blows up the ~35 MB cr3 to ~140 MB Tiff file size ).
Can I assume that the output is a demosaiced RGB 16-bit per channel image ?
Beta Was this translation helpful? Give feedback.
All reactions