Checking Camera Raw Support #1784
Replies: 1 comment 2 replies
-
There is no need to duplicate a conversation. It might take a while but you will get an answer in that other thread here: ImageMagick/ImageMagick#7896 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to read camera raw images using ImageMagic.Net (version 14.4.0). This works well for most camera types, including older Panasonic models such as the G9 but doesn't work for newer Pansonic models such as the G9ii - I just get a garbled image in my MagickImage object.
According to [https://www.libraw.org/supported-cameras-202403] the Panasonic G9ii is supported. How can I tell if that support has been implemented in ImageMagick and ImageMagick.Net?
Generally, is there something I can do either before or after attempting to read the file into a MagickImage object to find out if the camera is supported or not?
Thanks, Andrew
Beta Was this translation helpful? Give feedback.
All reactions