From 7804e103fd760c500acf7ab9c5c259ecf0d4971e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:49:35 +0100 Subject: [PATCH] Add more NEF compression details --- src/nikonmn_int.cpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/nikonmn_int.cpp b/src/nikonmn_int.cpp index 631b013983..e220c87fb0 100644 --- a/src/nikonmn_int.cpp +++ b/src/nikonmn_int.cpp @@ -178,10 +178,15 @@ namespace Exiv2 { //! NEFCompression, tag 0x0093 constexpr TagDetails nikonNefCompression[] = { - { 1, N_("Lossy (type 1)") }, - { 2, N_("Uncompressed") }, - { 3, N_("Lossless") }, - { 4, N_("Lossy (type 2)") } + { 1, N_("Lossy (type 1)") }, + { 2, N_("Uncompressed") }, + { 3, N_("Lossless") }, + { 4, N_("Lossy (type 2)") }, + { 6, N_("Packed 12 bits") }, + { 9, N_("Packed 12 bits") }, + { 10, N_("Packed 14 bits") }, + { 13, N_("High efficiency") }, + { 14, N_("High efficiency*") } }; //! RetouchHistory, tag 0x009e