Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Update with dcraw 1448 is pushed to the source code repo (though up to now
without profiles, those will follow).
X-Pro Raws still don't seem to work. Photivo doesn't support all of dcraw's
cameras, so I have to look into it.
Greets mike
Original comment by m...@mm-log.com
on 23 Aug 2012 at 7:33
It is now supported, but since your camera uses a different pixel pattern,
Photivo doesn't fully support it. So currently, it work only in 1:1 mode and
only with biliear or VNG(4) demosaicing. Also the filters on the input tab
might not give the correct result. All other tabs will work.
You need to build from current source or get an updated binary for this.
greets mike
Original comment by m...@mm-log.com
on 29 Sep 2012 at 11:45
Unfortunately I'm a photographer, not a computer programmer. This means that I
have no idea what "build from current source or get updated binary" means.
However I am getting a good Fuji X-Pro1 raw conversion which needs the
flexibility of a GUI to fine-tune by running the following DOS script with
DCRAW files extracted to the Windows folder.
@echo off
:begin
if _%1_==__ goto end
echo Processing %1...
c:\windows\dcraw -v -w -M -o 4 -6 -T %1
shift
goto begin
:end
Can be run of course without -o 4 (ProPhoto profile) and -6 (16-bit) arguments.
Original comment by frednir...@gmail.com
on 3 Oct 2012 at 11:42
Original issue reported on code.google.com by
ishan.an...@googlemail.com
on 9 Aug 2012 at 9:54