Hi Sattaya,
Sadly they did not include my submitted settings in the new 1.4.2. release.
Any case editing the camera.xml is not sufficient. You should either have
a icc color profile for the camera or edit some source files and recompile.
icc color profiles can generated by
http://dcptool.sourceforge.net/Introduction.html and using a dng. DNG's
generated from the free AdobeRawConverter might have copyrighted icc
profiles. But you can tweak your own using the adobe dng profile editor it
is said (no experience) and extract with the dcptool. If you do source you
could edit
src/external/adobe_coeff.c and add a colormatrix:
{ "SONY ILCE-6000", 512, 0x3fac,
{ 5991,-1456,-455,-4764,12135,2980,-707,1425,6701 } },
And while at it you might want to add to noiseprofile.h in src/common
// Sony Alpha 6000, ILCE-6000
{"ILCE-6000 iso 100", "SONY", "ILCE-6000", 100,
{6.06360954509365e-06, 2.52482897559908e-06, 5.34070391121443e-06},
{1.02852782216973e-08, 4.35142938707262e-09, 1.04104170678321e-08}},
{"ILCE-6000 iso 200", "SONY", "ILCE-6000", 200,
{1.22500341286533e-05, 4.90582346140709e-06, 1.02579105992335e-05},
{2.44933213241834e-08, 1.04584409123287e-08, 2.30504775439152e-08}},
{"ILCE-6000 iso 400", "SONY", "ILCE-6000", 400,
{2.39538152276678e-05, 9.49491559389253e-06, 1.98760518943479e-05},
{5.26904391152217e-08, 2.48092050902997e-08, 5.07567135152022e-08}},
{"ILCE-6000 iso 800", "SONY", "ILCE-6000", 800,
{4.72219591748588e-05, 1.86560687246324e-05, 3.88206304073636e-05},
{1.12024857324998e-07, 6.14704283330635e-08, 1.08566122113871e-07}},
{"ILCE-6000 iso 1600", "SONY", "ILCE-6000", 1600,
{9.42567591374938e-05, 3.70950823746257e-05, 7.69571504942574e-05},
{2.54766898759501e-07, 1.54478590771565e-07, 2.47647557335112e-07}},
{"ILCE-6000 iso 3200", "SONY", "ILCE-6000", 3200,
{0.000188400111711588, 7.44927793142105e-05, 0.00015463060149214},
{5.27008550107613e-07, 3.86918279283869e-07, 5.42095780282015e-07}},
{"ILCE-6000 iso 6400", "SONY", "ILCE-6000", 6400,
{0.000382578004139236, 0.000153185109941054, 0.000319432135682054},
{1.18606857975335e-06, 9.82854593341222e-07, 1.24157436990975e-06}},
{"ILCE-6000 iso 12800", "SONY", "ILCE-6000", 12800,
{0.000522739504775135, 0.000219403247021003, 0.000437703648618103},
{1.91713444037846e-06, 1.72623935575125e-06, 2.03836347953896e-06}},
{"ILCE-6000 iso 25600", "SONY", "ILCE-6000", 25600,
{0.00108233145083082, 0.000498821367450085, 0.000944384055868797},
{4.55349672473065e-06, 4.5620130080316e-06, 4.92865167661171e-06}},
};
The best profile I currently had time to generate and recompile dt with.
Together with a color profile or a color matrix you should get the snappy
colors you'd expect.
Best,
Gert
Op 1 mei 2014 15:31 schreef "Sattaya Narmasara" <a...@sattaya.de>:
> Hi Gert,
>
> sorry that i have to contact you directly. I read your post from the
> mailing list of darktable
> concerning a6000 raw support. I just joint the list, so i could't reply to
> your old post.
>
> As you mentioned in you post i add following:
> <Camera make="SONY" model="ILCE-6000" supported="yes">
> <CFA width="2" height="2">
> <Color x="0" y="0">RED</Color>
> <Color x="1" y="0">GREEN</Color>
> <Color x="0" y="1">GREEN</Color>
> <Color x="1" y="1">BLUE</Color>
> </CFA>
> <Crop x="0" y="0" width="-38" height="0"/>
> <Sensor black="512" white="16300"/>
> </Camera>
>
> it works. Thank you very much.
>
> But compare to the jpg produced by the camera, jpg seem to be more
> colorful.
> Colors are much more brilliant.
> Did you try to customize the basecurve (http://www.darktable.org/
> 2013/10/about-basecurves/) ?
> Would this make sense?
>
> Kind regards,
> Sattaya
>
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos. Get
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel