pixlsus / raw

raw.pixls.us website
4 stars 7 forks source link

Fuji modes #76

Closed LebedevRI closed 6 years ago

LebedevRI commented 7 years ago

Fujifilm cameras currently has two modes we are interested in: uncompressed and compressed. Practically all cameras produce uncompressed raws only. I'm not aware of any EXIF tag that is used to mark comressed raws. You could do the same thing rawspeed is doing currently: https://github.com/darktable-org/rawspeed/blob/f49c4a09837ba73fe15af956be795841ea09a00f/src/librawspeed/decoders/RafDecoder.cpp#L372-L393

Also, https://raw.pixls.us/, should be appended with:

* Fujifilm: Both the old uncompressed RAF and new compressed RAF (if supported).
andabata commented 7 years ago

I call this done!

LebedevRI commented 7 years ago

@andabata do note that it is a two-parter, i think the detection is not there yet?

patdavid commented 7 years ago

@andabata I only implemented the notice on rpu, not the first part.

andabata commented 7 years ago

oh crap :)