From f3017684eba742b4f2636cd13ff930ef6bb3017f Mon Sep 17 00:00:00 2001 From: Andreas Henden Date: Fri, 3 Jul 2026 17:37:48 +0200 Subject: [PATCH] add support for Sony A7R VI (ILCE-7RM6) Color matrix from Adobe DNG Converter output on my own files (lossless compressed RAW 2, 10240x7168). Decoded raw verified bit-identical to LibRaw on the same file. Co-Authored-By: Claude Fable 5 --- rawler/data/cameras/sony/a7rm6.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rawler/data/cameras/sony/a7rm6.toml diff --git a/rawler/data/cameras/sony/a7rm6.toml b/rawler/data/cameras/sony/a7rm6.toml new file mode 100644 index 000000000..d3cd682bd --- /dev/null +++ b/rawler/data/cameras/sony/a7rm6.toml @@ -0,0 +1,11 @@ +make = "SONY" +model = "ILCE-7RM6" +clean_make = "Sony" +clean_model = "ILCE-7RM6" +color_pattern = "RGGB" +active_area = [0, 0, 0, 0] +bps = 8 + +[cameras.color_matrix] +A = [1.1263, -0.7003, 0.149, -0.2636, 0.9664, 0.3487, 0.0148, 0.0267, 0.6591] +D65 = [1.1765, -0.5595, -0.1192, -0.3689, 1.1507, 0.2485, 0.0051, 0.0681, 0.5731]