Forum darktable FR
ouverture d'un .nef fait avec un Z8 Nikon - Version imprimable

+- Forum darktable FR (https://forums.darktable.fr)
+-- Forum : Utilisation de darktable (https://forums.darktable.fr/forumdisplay.php?fid=97)
+--- Forum : Module Table Lumineuse (https://forums.darktable.fr/forumdisplay.php?fid=74)
+--- Sujet : ouverture d'un .nef fait avec un Z8 Nikon (/showthread.php?tid=7088)

Pages : 1 2


RE: ouverture d'un .nef fait avec un Z8 Nikon - jpg54 - 09-03-26

Je viens de voir comment RAWSpeed traite les .NEF du Nikon Z8 :
Code :
    <Camera make="NIKON CORPORATION" model="NIKON Z 8" mode="14bit-compressed">
        <ID make="Nikon" model="Z 8">NIKON Z 8</ID>
        <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="0" height="0"/>
        <Sensor black="1008" white="15892"/>
        <ColorMatrices>
            <ColorMatrix planes="3">
                <ColorMatrixRow plane="0">11423 -4564 -1123</ColorMatrixRow>
                <ColorMatrixRow plane="1">-4816 12895 2119</ColorMatrixRow>
                <ColorMatrixRow plane="2">-210 1061 7282</ColorMatrixRow>
            </ColorMatrix>
        </ColorMatrices>
Si je me réfère à la partie du fichier cameras.xml , il n'y a qu'une version compressée des .NEF !

Au vue de fichier, darktable n'utilise que les .NEF 14Bits compressed !