Beep6581 / RawTherapee

A powerful cross-platform raw photo processing program
https://rawtherapee.com
GNU General Public License v3.0
2.81k stars 318 forks source link

Sony A6000 not supported #2338

Closed Beep6581 closed 9 years ago

Beep6581 commented 9 years ago

Originally reported on Google Code with ID 2354

New Sony A6000 raws are not supported on the last 4.0.12.132 (RawTherapee opens them
but as completly redish ones).

If you need I can share you some ARW files from A6000 for test purpose.

Regards
Jacek

Reported by jpyt@pixel-tech.pl on 2014-04-22 15:47:51

Beep6581 commented 9 years ago
Yes please provide a sample raw file, but don't attach here. You can use www.filebin.net
or any other spam-free sharing service.

Reported by entertheyoni on 2014-04-22 16:36:27

Beep6581 commented 9 years ago
OK.
Here you have a package of four different raws : 
http://www.dane.pixel-tech/jpytportfolio/A6000/A6000-for-rawtherapee.zip

Reported by jpyt@pixel-tech.pl on 2014-04-22 19:14:16

Beep6581 commented 9 years ago
@jpyt

For the moment just insert the following lines in a camconst.json file and put it in
the RT's cash directory besides the "option" file. I hope that an updated camconst.json
will be included in the next release

Do not insert these lines in the camconst.json file which exists in RT's installation
dir because it will get deleted on the next update .. 

    { // Quality A, new model not supported in dcraw 9.20
        "make_model": "Sony ILCE-6000",
        "dcraw_matrix": [ 5991,-1456,-455,-4764,12135,2980,-707,1425,6701 ], // adobe
dcp d65
        "raw_crop": [ 0, 0, 6024, 4024 ],
        "ranges": { "black": 512, "white": 16300 }
    },

A ready to use user camconst.json with corrections for some Sony models http://filebin.net/6990c1nwyx/Sony_camconst.json
Just put it in your RT cash dir and rename it to camconst.json

It would be useful if you can provide a raw shot of x-rite colochecker-colorchecker
passport shot under daylight http://50.87.144.65/~rt/w/index.php?title=How_to_create_DCP_color_profiles

For the moment you can use http://filebin.net/6990c1nwyx/Sony_ILCE-6000_IR_X-RITE.dcp
as a neutral color profile with much better color fidelity ( DE2000=1.5 ) than the
above "dcraw_matrix" ( DE2000 = 2.5). 
Or choose any dcp profile from Adobe/third party that you like.

Reported by iliasgiarimis on 2014-04-23 11:21:20