Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-17 Thread Roman Lebedev
On Fri, Mar 17, 2017 at 12:30 AM, Uwe Müssel wrote: > 2017-03-16 21:50 GMT+01:00 Roman Lebedev : >> >> Now, the important question: do you know if that code is noticeably >> different from >> the vanilla libraw/rawtherapee version? Does it have any >>

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-16 Thread Roman Lebedev
On Thu, Mar 16, 2017 at 11:30 PM, Uwe Müssel wrote: > Hello Roman, Hi. > I've cloned darktable-org/rawspeed and have started to ported the compressed > RAF support. You can find it at https://github.com/muessel/rawspeed. > Now I use the CFA from camaras.xml. Cool :) > I

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-16 Thread Uwe Müssel
Hello Roman, I've cloned darktable-org/rawspeed and have started to ported the compressed RAF support. You can find it at https://github.com/muessel/rawspeed. Now I use the CFA from camaras.xml. I changed the copyright header: I took the standard one and inserted the people from libraw. Mabe

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-11 Thread Roman Lebedev
On Sat, Mar 11, 2017 at 10:26 PM, Roman Lebedev wrote: > Yes, basically add this: EDIT: auto id = mRootIFD->getID(); const Camera* cam = meta->getCamera(id.make, id.model, ""); if (!cam) ThrowRDE("Couldn't find camera"); mRaw->cfa = cam->cfa; Somewhere in the beginning.

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-11 Thread Roman Lebedev
On Sat, Mar 11, 2017 at 9:59 PM, Uwe Müssel wrote: > Hello, Hi, current rawspeed maintainer here. > I've started to adapt the code for decoding fuji compressed raw files from > libraw/rawtherapee to darktable. You can find the code on github >

[darktable-dev] Fuji Compressed RAW Files

2017-03-11 Thread Uwe Müssel
Hello, I've started to adapt the code for decoding fuji compressed raw files from libraw/rawtherapee to darktable. You can find the code on github https://github.com/muessel/darktable in the branch fuji_decompress. It is currently working with raw files from my Fujifilm X-T2. The algorithm