Investigating about the lack of support of Sony A7-IV (ILCE-7M4) raw format in DarkTable I've stumbled upon this forum. I've seen that LibRaw 0.21 (beta 1) does already include support for that camera, so I've hope that DarkTable will also support it in the near future.
But this is not why I'm writing this post. My comment is motivated by the sentence displayed on top of the https://www.libraw.org/forum page:
I have read about this raw image decoder support some iPhone models, In iphone 8 y tried to open a some photo but it did not open. I need this because working in a spain tutorials proyects ( https://iniciodesesion.com/ ) with others alumns and need the info for all photos.
I don't understand very well which kind of extension from IPhone libraw supports now?
I'm trying to understand the Fujifilm RAF file format, I need some quick and dirty parsing but I can't really use dcraw or libraw.
I've managed to parse the non-CFA parts of the file: magic number, camera version (X-T2 in my case), I can extract the JPEG preview, etc. I'm stuck on parsing the CFA part of the file.
I need to get the image as simple rgb-array and it seems that libraw_dcraw_make_mem_image() is the right function for that.
But how to use it? I mean, what is the minimum output-parameters to set? I tried (in c# with SharpLibRaw):
Using the official release 0.20, I found that Canon R5 CR3 image is decoded with a purple tint and the image is shifted a little to the right and down.
Recent comments