ggolggoli / delaboratory

Automatically exported from code.google.com/p/delaboratory
GNU General Public License v3.0
0 stars 0 forks source link

dcraw 9.11 #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
dcraw 9.11 supports direct sRGB output which makes the use of libtiff obsolute 
and should even be avoided, as dcraw 9.11 with the -o 1 switch gives a much 
better result.

Delab will give a warning, though that is with the -o 1 switch not relevant.

If users want to use a batch file to convert directly a raw file to delab the 
bash file should look like this:

----------------------------------------------------------

#1/bin/sh

dcraw -T -6 -w -b 0.8 -o 1 -c  $1 >original.tiff
delaboratory original.tiff

The delab warning can be ignored as the images comes in sRGB color space in 
best quality as 16 bits whith camera WB and a brighten of 80% is applied (-b 
0.8 switch, this can be adapted to users whishes)

dcraw 9.11 can be obtained here:

http://www.cybercom.net/~dcoffin/dcraw/dcraw.c

to compile run :

"gcc -o dcraw -O4 dcraw.c -lm -ljasper -ljpeg -llcms" or "gcc -o dcraw -O4 
dcraw.c -lm -DNODEPS"

libjasper, libjep libcms are required.

Original issue reported on code.google.com by headligh...@gmail.com on 23 Oct 2011 at 12:46

GoogleCodeExporter commented 8 years ago
update by the use of the -o switch the converted file will be best adapted for 
use in delab. It will be of highest quality and will have much less noise the 
with the use of libtiff and without the -o switch.

Original comment by headligh...@gmail.com on 23 Oct 2011 at 12:55

GoogleCodeExporter commented 8 years ago
this has nothing to do with delaboratory

Original comment by jacekpop...@gmail.com on 23 Oct 2011 at 3:47

GoogleCodeExporter commented 8 years ago
It is an update on the wiki. An users do use it as a .deb is available.

Original comment by headligh...@gmail.com on 23 Oct 2011 at 3:56