Concerning the interpolation algorithm, How do I know if I'm using
variable gradiant or linear when pressing F3? ( the only sample mrw
file I have shows very little difference even at 200% mag.)
It's slower and the result is slightly sharper... There was a
visual indication of the interpolation type but I removed it a few
weeks ago. Keep in mind that there is no interpolation in reduced
scales (i.e. anything but full size).
Here is the kind of difference that you can expect, with 800%
magnification:
This is a little detail found in the extreme bottom-right of this
D7 RAW picture:
http://perso.club-internet.fr/porlan/pict1013.zip
For those really interested, I'm sure that it would be interesting
to see what DIVU 1, DIVU 2 and other MRW aware programs yield.
Also you mention in the notes that you bundled with iShifter: "Each
RGB component is coded using a 1+14+1 bits representation (for
now). The two extreme bits are ignored by the display engine." I
allways thaught that it was 12bit/color from the CCD. why do you
mention 14bits?
Right, the CCD data is only 12 bits. My note is about the internal
representation used in my program. Internal computation is done
using 16 bits numbers, and the mapping between the 12 bit sample
value and the internal representation is int_val = sam_val * 8. I
wanted reasonable precision without immediate clipping. Cryptic
enough

?
-- Patrick