Schau mal
hier. Es hat etwas mit dem Weißabgleich zu tun.
Wenn man den Weißabgleich mit folgendem Argument manipuliert, dann wird das Bild in LuminanceHDR auch normal aussehen:
$ dcraw_emu -w -T BILD.PEF
Je nach Gegebenheiten muss das natürlich angepasst werden:
$ dcraw_emu
dcraw_emu: almost complete dcraw emulator
Usage: dcraw_emu [OPTION]... [FILE]...
-c float-num Set adjust maximum threshold (default 0.75)
-v Verbose: print progress messages (repeated -v will add verbosity)
-w Use camera white balance, if possible
-a Average the whole image for white balance
-A <x y w h> Average a grey box for white balance
-r <r g b g> Set custom white balance
+M/-M Use/don't use an embedded color matrix
-C <r b> Correct chromatic aberration
-P <file> Fix the dead pixels listed in this file
-K <file> Subtract dark frame (16-bit raw PGM)
-k <num> Set the darkness level
-S <num> Set the saturation level
-n <num> Set threshold for wavelet denoising
-H [0-9] Highlight mode (0=clip, 1=unclip, 2=blend, 3+=rebuild)
-t [0-7] Flip image (0=none, 3=180, 5=90CCW, 6=90CW)
-o [0-5] Output colorspace (raw,sRGB,Adobe,Wide,ProPhoto,XYZ)
-o file Output ICC profile
-p file Camera input profile (use 'embed' for embedded profile)
-j Don't stretch or rotate raw pixels
-W Don't automatically brighten the image
-b <num> Adjust brightness (default = 1.0)
-q N Set the interpolation quality:
0 - linear, 1 - VNG, 2 - PPG, 3 - AHD, 4 - DCB
-h Half-size color image (twice as fast as "-q 0")
-f Interpolate RGGB as four colors
-m <num> Apply a 3x3 median filter to R-G and B-G
-s [0..N-1] Select one raw image from input file
-4 Linear 16-bit, same as "-6 -W -g 1 1
-6 Write 16-bit linear instead of 8-bit with gamma
-g pow ts Set gamma curve to gamma pow and toe slope ts (default = 2.222 4.5)
-T Write TIFF instead of PPM
-G Use green_matching() filter
-B <x y w h> use cropbox
-F Use FILE I/O instead of streambuf API
-timing Detailed timing report
-fbdd N 0 - disable FBDD noise reduction (default), 1 - light FBDD, 2 - full
-dcbi N Number of extra DCD iterations (default - 0)
-dcbe DCB color enhance
-aexpo <e p> exposure correction
-mmap Use mmap()-ed buffer instead of plain FILE I/O
-mem Use memory buffer instead of FILE I/O
Vorher schaut die Sache so aus:
Wenn man mit
dcraw_emu -w -T IMGP0984.PEF
den Weißabgleich passend manipuliert, dann schaut es folgendermaßen aus:
Mehr kann ich dazu jetzt auch nicht sagen, da müsste man sich vielleicht mal reinlesen und sich erkundigen, wie das mit dem Weißabgleich usw. vernünftig justiert werden kann.
Viel Erfolg noch!...