We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55712d4 commit 426ea6aCopy full SHA for 426ea6a
src/nikonmn_int.cpp
@@ -178,10 +178,14 @@ namespace Exiv2 {
178
179
//! NEFCompression, tag 0x0093
180
constexpr TagDetails nikonNefCompression[] = {
181
- { 1, N_("Lossy (type 1)") },
182
- { 2, N_("Uncompressed") },
183
- { 3, N_("Lossless") },
184
- { 4, N_("Lossy (type 2)") }
+ { 1, N_("Lossy (type 1)") },
+ { 2, N_("Uncompressed") },
+ { 3, N_("Lossless") },
+ { 4, N_("Lossy (type 2)") },
185
+ { 9, N_("Packed 12 bits") },
186
+ { 10, N_("Packed 14 bits") },
187
+ { 13, N_("High efficiency") },
188
+ { 14, N_("High efficiency*") }
189
};
190
191
//! RetouchHistory, tag 0x009e
0 commit comments