Fuji sensor dump

Iliah Borg

Forum Pro
Messages
29,605
Solutions
26
Reaction score
26,453
Location
AK, US
You can use LibRaw 0.7.0 Alpha-3 to get it - http://www.libraw.org/data/LibRaw-0.7.0-a3-Win32.zip or http://www.libraw.org/data/LibRaw-0.7.0-a3-MacOSX.zip
  1. Fujifilm RAW processing is changed internally: RAW data is not rotated and available as is in image bitmap (rotation performed on postprocessing stage).
  • RAW data is extracted without 45-degree rotation (use unprocessed_raw programme in the bin directory, run it without parameters to get help)
  • dcraw-compatible rotation is performed on postptocessing stage
  • it is possible to rotate RAW data without postprocessing by LibRaw::rotate_fuji_raw() call.
  1. Masked pixels data extracted for Fuji files.
--
http://www.libraw.org/
 
  • RAW data is extracted without 45-degree rotation (use
unprocessed_raw programme in the bin directory, run it without
parameters to get help)
  • dcraw-compatible rotation is performed on postptocessing stage
  • it is possible to rotate RAW data without postprocessing by
LibRaw::rotate_fuji_raw() call.
  1. Masked pixels data extracted for Fuji files.
I'm no programmer. But is this anything to do with what I have just posted in the other thread, here?

http://forums.dpreview.com/forums/read.asp?forum=1020&message=30678094

--
******************************************************
I have a home on pbase
http://www.pbase.com/claypaws/
If you have the time to look
******************************************************
 
I have no clue what this means....
You can use LibRaw 0.7.0 Alpha-3 to get it -
http://www.libraw.org/data/LibRaw-0.7.0-a3-Win32.zip or
http://www.libraw.org/data/LibRaw-0.7.0-a3-MacOSX.zip
  1. Fujifilm RAW processing is changed internally: RAW data is not
rotated and available as is in image bitmap (rotation performed on
postprocessing stage).
  • RAW data is extracted without 45-degree rotation (use
unprocessed_raw programme in the bin directory, run it without
parameters to get help)
  • dcraw-compatible rotation is performed on postptocessing stage
  • it is possible to rotate RAW data without postprocessing by
LibRaw::rotate_fuji_raw() call.
  1. Masked pixels data extracted for Fuji files.
--
http://www.libraw.org/
--
-thedeveloper
 
If you are curious to see what is the raw data as it is recorded by the camera you can use the above links. You can access R pixels using "-s 1"

There are also people here who want to improve raw conversions from Fuji cameras. LibRAW provides now direct access to Fuji raw thus helping to solve both recovery and 12mpix upsize tasks.

--
http://www.libraw.org/
 
Very cool. Hopefully some technical-minded Fuji user will run with this.
 
Hello, Iliah. I'm glad that You post on Fuji forums.

I can not make LibRaw to work. I guess its a library and needs to be compiled to work, or is somewhere out there executable version?

Is this any different than the dcraw -D -j -s all, as it seems the same functionality?
Thank You for Your efforts, I enjoy the articles on libraw.org.
Спасибо
--
Dimitar Ivanov
 
dimensions of the extracted "raw" image are 4352 x 1444 pixels.
still, it is not clear to me why it is processed this way.
It is unprocessed .
ok, wrong wording. off course it is unprocessed. it is not clear to me why it is ?interpreted? this way - as opposed to what i get with dcraw...
 
but i saw the light at last :) thank you
 
In what way is the data "more RAW" that dcraw document mode?
Take the time to look at the source code of both, or look at LibRAW
changelog, or post your question to LibRAW site. DPR is hardly the
place to discuss raw data acquisition modules.
It would be the simplest matter for the people who wrote the code and are familiar with both it and dcraw to answer the question directly. If DPR is not the place to discuss RAW data acquisition modules, then why are you continually generating threads about them?

--
emil
--



http://theory.uchicago.edu/~ejm/pix/20d/
 
It would be the simplest matter for the people who wrote the code and
are familiar with both it and dcraw to answer the question directly.
If DPR is not the place to discuss RAW data acquisition modules, then
why are you continually generating threads about them?
I can guess that since the discussion of S and R pixels comes up often here Iliah was providing a means for future inspection.

He provided you with a means to answer your question.

Personally, I would like to point out that this it not the Nikon forum and your argumentative attitude does not fit well with the friendly Fuji group here.

--
Charles
My family images are at http://www.stakeman.smugmug.com
Be sure of your subject.
Never, force the shot.
 
In what way is the data "more RAW" that dcraw document mode?
Because in dcraw document mode (-D -j) we have several steps of postprocessing:
  • Fuji S5 data is stretched two times in long side direction to 2150x1440 pixels
each pixel become two-component (not one as in original bayer). S2 data is
not stretched because real sensor has right aspect ratio (2944x2144)
  • Image extracted 45-degree rotated (for easy interpolation on demosaic stage)
  • Black level subtracted
  • Either in document mode (-D) values are scaled to fit full range
  • If file was stretched on the first step (S3 and S5 files are stretched), then one half of pixel values is simpy dropped in 'document mode'
  • If no -j ( NO fuji rotate) option is given, image is rotated back with bi-liniear upsize to 3000x2000 pix
  • For 8-bit output gamma correction is performed
So, result is not RAW , just postprocessed less (than full color processing): resized, scaled, one half of values dropped...

--
Alex Tutubalin
http://www.libraw.org
 

Keyboard shortcuts

Back
Top