52 |
52 |
|
53 |
53 |
//! Quality, tag 0x0001
|
54 |
54 |
extern const TagDetails panasonicQuality[] = {
|
|
55 |
{ 1, N_("TIFF") },
|
55 |
56 |
{ 2, N_("High") },
|
56 |
57 |
{ 3, N_("Normal") },
|
57 |
58 |
{ 6, N_("Very High") },
|
... | ... | |
69 |
70 |
{ 8, N_("Flash") },
|
70 |
71 |
{ 10, N_("Black and white") },
|
71 |
72 |
{ 11, N_("Manual") },
|
72 |
|
{ 11, N_("Manual") } // To silence compiler warning
|
|
73 |
{ 12, N_("Shade") },
|
|
74 |
{ 13, N_("Kelvin") }
|
73 |
75 |
};
|
74 |
76 |
|
75 |
77 |
//! FocusMode, tag 0x0007
|
... | ... | |
78 |
80 |
{ 2, N_("Manual") },
|
79 |
81 |
{ 4, N_("Auto, focus button") },
|
80 |
82 |
{ 5, N_("Auto, continuous") },
|
81 |
|
{ 5, N_("Auto, continuous") } // To silence compiler warning
|
|
83 |
{ 6, N_("AF-S") },
|
|
84 |
{ 7, N_("AF-C") },
|
|
85 |
{ 8, N_("AF-F") }
|
82 |
86 |
};
|
83 |
87 |
|
84 |
88 |
//! ImageStabilizer, tag 0x001a
|
85 |
89 |
extern const TagDetails panasonicImageStabilizer[] = {
|
86 |
90 |
{ 2, N_("On, Mode 1") },
|
87 |
91 |
{ 3, N_("Off") },
|
88 |
|
{ 4, N_("On, Mode 2") }
|
|
92 |
{ 4, N_("On, Mode 2") },
|
|
93 |
{ 5, N_("Panning") },
|
|
94 |
{ 6, N_("On, Mode 3") },
|
89 |
95 |
};
|
90 |
96 |
|
91 |
97 |
//! Macro, tag 0x001c
|
92 |
98 |
extern const TagDetails panasonicMacro[] = {
|
93 |
99 |
{ 1, N_("On") },
|
94 |
100 |
{ 2, N_("Off") },
|
95 |
|
{ 257, N_("Tele-macro") }
|
|
101 |
{ 257, N_("Tele-macro") },
|
|
102 |
{ 513, N_("Macro-zoom") }
|
96 |
103 |
};
|
97 |
104 |
|
98 |
105 |
//! ShootingMode, tag 0x001f and SceneMode, tag 0x8001
|
... | ... | |
113 |
120 |
{ 13, N_("Panning") },
|
114 |
121 |
{ 14, N_("Simple") },
|
115 |
122 |
{ 15, N_("Color effects") },
|
|
123 |
{ 16, N_("Self Portrait") },
|
|
124 |
{ 17, N_("Economy") },
|
116 |
125 |
{ 18, N_("Fireworks") },
|
117 |
126 |
{ 19, N_("Party") },
|
118 |
127 |
{ 20, N_("Snow") },
|
... | ... | |
130 |
139 |
{ 32, N_("Sunset") },
|
131 |
140 |
{ 33, N_("Pet") },
|
132 |
141 |
{ 34, N_("Intelligent ISO") },
|
|
142 |
{ 35, N_("Clipboard") },
|
133 |
143 |
{ 36, N_("High speed continuous shooting") },
|
134 |
144 |
{ 37, N_("Intelligent auto") },
|
|
145 |
{ 39, N_("Multi-aspect") },
|
|
146 |
{ 41, N_("Transform") },
|
|
147 |
{ 42, N_("Flash Burst") },
|
|
148 |
{ 43, N_("Pin Hole") },
|
|
149 |
{ 44, N_("Film Grain") },
|
|
150 |
{ 45, N_("My Color") },
|
|
151 |
{ 46, N_("Photo Frame") },
|
|
152 |
{ 51, N_("HDR") },
|
|
153 |
{ 55, N_("Handheld Night Shot") },
|
|
154 |
{ 57, N_("3D") },
|
|
155 |
{ 59, N_("Creative Control") },
|
|
156 |
{ 62, N_("Panorama") },
|
|
157 |
{ 63, N_("Glass Through") },
|
|
158 |
{ 64, N_("HDR") },
|
|
159 |
{ 66, N_("Digital Filter") },
|
|
160 |
{ 67, N_("Clear Portrait") },
|
|
161 |
{ 68, N_("Silky Skin") },
|
|
162 |
{ 69, N_("Backlit Softness") },
|
|
163 |
{ 70, N_("Clear in Backlight") },
|
|
164 |
{ 71, N_("Relaxing Tone") },
|
|
165 |
{ 72, N_("Sweet Child's Face") },
|
|
166 |
{ 73, N_("Distinct Scenery") },
|
|
167 |
{ 74, N_("Bright Blue Sky") },
|
|
168 |
{ 75, N_("Romantic Sunset Glow") },
|
|
169 |
{ 76, N_("Vivid Sunset Glow") },
|
|
170 |
{ 77, N_("Glistening Water") },
|
|
171 |
{ 78, N_("Clear Nightscape") },
|
|
172 |
{ 79, N_("Cool Night Sky") },
|
|
173 |
{ 80, N_("Warm Glowing Nightscape") },
|
|
174 |
{ 81, N_("Artistic Nightscape") },
|
|
175 |
{ 82, N_("Glittering Illuminations") },
|
|
176 |
{ 83, N_("Clear Night Portrait") },
|
|
177 |
{ 84, N_("Soft Image of a Flower") },
|
|
178 |
{ 85, N_("Appetizing Food") },
|
|
179 |
{ 86, N_("Cute Desert") },
|
|
180 |
{ 87, N_("Freeze Animal Motion") },
|
|
181 |
{ 88, N_("Clear Sports Shot") },
|
|
182 |
{ 89, N_("Monochrome") },
|
|
183 |
{ 90, N_("Creative Control") }
|
135 |
184 |
};
|
136 |
185 |
|
137 |
186 |
//! Audio, tag 0x0020
|
138 |
187 |
extern const TagDetails panasonicAudio[] = {
|
139 |
|
{ 1, N_("Yes") },
|
140 |
|
{ 2, N_("No") }
|
|
188 |
{ 1, N_("Yes") },
|
|
189 |
{ 2, N_("No") },
|
|
190 |
{ 3, N_("Stereo") }
|
141 |
191 |
};
|
142 |
192 |
|
143 |
193 |
//! ColorEffect, tag 0x0028
|
... | ... | |
146 |
196 |
{ 2, N_("Warm") },
|
147 |
197 |
{ 3, N_("Cool") },
|
148 |
198 |
{ 4, N_("Black and white") },
|
149 |
|
{ 5, N_("Sepia") }
|
|
199 |
{ 5, N_("Sepia") },
|
|
200 |
{ 6, N_("Happy") }
|
150 |
201 |
};
|
151 |
202 |
|
152 |
203 |
//! BustMode, tag 0x002a
|
... | ... | |
180 |
231 |
|
181 |
232 |
//! SelfTimer, tag 0x002e
|
182 |
233 |
extern const TagDetails panasonicSelfTimer[] = {
|
183 |
|
{ 1, N_("Off") },
|
184 |
|
{ 2, N_("10s") },
|
185 |
|
{ 3, N_("2s") }
|
|
234 |
{ 1, N_("Off") },
|
|
235 |
{ 2, N_("10 s") },
|
|
236 |
{ 3, N_("2 s") },
|
|
237 |
{ 4, N_("10 s / 3 pictures") }
|
186 |
238 |
};
|
187 |
239 |
|
188 |
240 |
//! Rotation, tag 0x0030
|
189 |
241 |
extern const TagDetails panasonicRotation[] = {
|
190 |
242 |
{ 1, N_("Horizontal (normal)") },
|
|
243 |
{ 3, N_("Rotate 180") },
|
191 |
244 |
{ 6, N_("Rotate 90 CW") },
|
192 |
245 |
{ 8, N_("Rotate 270 CW") }
|
193 |
246 |
};
|
194 |
247 |
|
|
248 |
//! AFAssistLamp, tag 0x0031
|
|
249 |
extern const TagDetails panasonicAFAssistLamp[] = {
|
|
250 |
{ 1, N_("Fired") },
|
|
251 |
{ 2, N_("Enabled but Not Used") },
|
|
252 |
{ 3, N_("Disabled but Required") },
|
|
253 |
{ 4, N_("Disabled and Not Required") }
|
|
254 |
};
|
|
255 |
|
195 |
256 |
//! ColorMode, tag 0x0032
|
196 |
257 |
extern const TagDetails panasonicColorMode[] = {
|
197 |
258 |
{ 0, N_("Normal") },
|
... | ... | |
220 |
281 |
{ 2, N_("Destination") }
|
221 |
282 |
};
|
222 |
283 |
|
|
284 |
//! TextStamp, tag 0x003b, 0x003e, 000x8008 and 0x8009
|
|
285 |
extern const TagDetails panasonicTextStamp[] = {
|
|
286 |
{ 1, N_("Off") },
|
|
287 |
{ 2, N_("On") }
|
|
288 |
};
|
|
289 |
|
223 |
290 |
//! FilmMode, tag 0x0042
|
224 |
291 |
extern const TagDetails panasonicFilmMode[] = {
|
225 |
|
{ 1, N_("Standard (color)") },
|
226 |
|
{ 2, N_("Dynamic (color)") },
|
227 |
|
{ 3, N_("Nature (color)") },
|
228 |
|
{ 4, N_("Smooth (color)") },
|
229 |
|
{ 5, N_("Standard (B&W)") },
|
230 |
|
{ 6, N_("Dynamic (B&W)") },
|
231 |
|
{ 7, N_("Smooth (B&W)") }
|
|
292 |
{ 1, N_("Standard (color)") },
|
|
293 |
{ 2, N_("Dynamic (color)") },
|
|
294 |
{ 3, N_("Nature (color)") },
|
|
295 |
{ 4, N_("Smooth (color)") },
|
|
296 |
{ 5, N_("Standard (B&W)") },
|
|
297 |
{ 6, N_("Dynamic (B&W)") },
|
|
298 |
{ 7, N_("Smooth (B&W)") },
|
|
299 |
{ 10, N_("Nostalgic") },
|
|
300 |
{ 11, N_("Vibrant") }
|
232 |
301 |
};
|
233 |
302 |
|
|
303 |
//! Flash curtain, tag 0x0048
|
|
304 |
extern const TagDetails panasonicFlashCurtain[] = {
|
|
305 |
{ 0, N_("n/a") },
|
|
306 |
{ 1, N_("1st") },
|
|
307 |
{ 2, N_("2nd") }
|
|
308 |
};
|
|
309 |
|
|
310 |
//! Intelligent exposure, tag 0x005d
|
|
311 |
extern const TagDetails panasonicIntelligentExposure[] = {
|
|
312 |
{ 0, N_("Off") },
|
|
313 |
{ 1, N_("Low") },
|
|
314 |
{ 2, N_("Standard") },
|
|
315 |
{ 3, N_("High") }
|
|
316 |
};
|
|
317 |
|
|
318 |
//! Flash warning, tag 0x0062
|
|
319 |
extern const TagDetails panasonicFlashWarning[] = {
|
|
320 |
{ 0, N_("No") },
|
|
321 |
{ 1, N_("Yes (flash required but disabled") }
|
|
322 |
};
|
|
323 |
|
|
324 |
//! Intelligent resolution, tag 0x0070
|
|
325 |
extern const TagDetails panasonicIntelligentResolution[] = {
|
|
326 |
{ 0, N_("Off") },
|
|
327 |
{ 1, N_("Low") },
|
|
328 |
{ 2, N_("Standard") },
|
|
329 |
{ 3, N_("High") },
|
|
330 |
{ 4, N_("Extended") }
|
|
331 |
};
|
|
332 |
|
|
333 |
//! Intelligent D-Range, tag 0x0079
|
|
334 |
extern const TagDetails panasonicIntelligentDRange[] = {
|
|
335 |
{ 0, N_("Off") },
|
|
336 |
{ 1, N_("Low") },
|
|
337 |
{ 2, N_("Standard") },
|
|
338 |
{ 3, N_("High") }
|
|
339 |
};
|
|
340 |
|
|
341 |
//! Photo Style, tag 0x0089
|
|
342 |
extern const TagDetails panasonicPhotoStyle[] = {
|
|
343 |
{ 0, N_("NoAuto") },
|
|
344 |
{ 1, N_("Standard or Custom") },
|
|
345 |
{ 2, N_("Vivid") },
|
|
346 |
{ 3, N_("Natural") },
|
|
347 |
{ 4, N_("Monochrome") },
|
|
348 |
{ 5, N_("Scenery") },
|
|
349 |
{ 6, N_("Portrait") }
|
|
350 |
};
|
|
351 |
|
|
352 |
//! Timer recording, tag 0x0096
|
|
353 |
extern const TagDetails panasonicTimerRecording[] = {
|
|
354 |
{ 0, N_("Off") },
|
|
355 |
{ 1, N_("Time Lapse") },
|
|
356 |
{ 2, N_("Stop-Motion Animation") }
|
|
357 |
};
|
|
358 |
|
|
359 |
//! HDR, tag 0x009e
|
|
360 |
extern const TagDetails panasonicHDR[] = {
|
|
361 |
{ 0, N_("Off") },
|
|
362 |
{ 100, N_("1 EV") },
|
|
363 |
{ 200, N_("2 EV") },
|
|
364 |
{ 300, N_("3 EV") },
|
|
365 |
{ 32868, N_("1 EV (Auto)") },
|
|
366 |
{ 32968, N_("2 EV (Auto)") },
|
|
367 |
{ 33068, N_("3 EV (Auto)") }
|
|
368 |
};
|
|
369 |
|
|
370 |
//! Shutter Type, tag 0x009f
|
|
371 |
extern const TagDetails panasonicShutterType[] = {
|
|
372 |
{ 0, N_("Mechanical") },
|
|
373 |
{ 1, N_("Electronic") },
|
|
374 |
{ 2, N_("Hybrid") }
|
|
375 |
};
|
|
376 |
|
|
377 |
//! Touch AE, tag 0x00ab
|
|
378 |
extern const TagDetails panasonicTouchAE[] = {
|
|
379 |
{ 0, N_("Off") },
|
|
380 |
{ 1, N_("On") }
|
|
381 |
};
|
|
382 |
|
|
383 |
//! Flash Fired, tag 0x8007
|
|
384 |
extern const TagDetails panasonicFlashFired[] = {
|
|
385 |
{ 1, N_("No") },
|
|
386 |
{ 2, N_("Yes") }
|
|
387 |
};
|
|
388 |
|
234 |
389 |
// Panasonic MakerNote Tag Info
|
235 |
390 |
const TagInfo PanasonicMakerNote::tagInfo_[] = {
|
236 |
391 |
TagInfo(0x0001, "Quality", N_("Quality"), N_("Image Quality"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicQuality)),
|
... | ... | |
259 |
414 |
TagInfo(0x002e, "SelfTimer", N_("Self Timer"), N_("Self timer"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicSelfTimer)),
|
260 |
415 |
TagInfo(0x002f, "0x002f", "0x002f", N_("Unknown"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
261 |
416 |
TagInfo(0x0030, "Rotation", N_("Rotation"), N_("Rotation"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicRotation)),
|
262 |
|
TagInfo(0x0031, "0x0031", "0x0031", N_("Unknown"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
|
417 |
TagInfo(0x0031, "AFAssistLamp", N_("AF Assist Lamp"), N_("AF Assist Lamp"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicAFAssistLamp)),
|
263 |
418 |
TagInfo(0x0032, "ColorMode", N_("Color Mode"), N_("Color mode"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicColorMode)),
|
264 |
419 |
TagInfo(0x0033, "BabyAge", N_("Baby Age"), N_("Baby (or pet) age"), panasonicId, makerTags, asciiString, -1, printValue),
|
265 |
420 |
TagInfo(0x0034, "OpticalZoomMode", N_("Optical Zoom Mode"), N_("Optical zoom mode"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicOpticalZoomMode)),
|
... | ... | |
267 |
422 |
TagInfo(0x0036, "TravelDay", N_("Travel Day"), N_("Travel day"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
268 |
423 |
TagInfo(0x0039, "Contrast", N_("Contrast"), N_("Contrast"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
269 |
424 |
TagInfo(0x003a, "WorldTimeLocation", N_("World Time Location"), N_("World time location"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicWorldTimeLocation)),
|
|
425 |
TagInfo(0x003b, "TextStamp", N_("Text Stamp"), N_("Text Stamp"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicTextStamp)),
|
270 |
426 |
TagInfo(0x003c, "ProgramISO", N_("Program ISO"), N_("Program ISO"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
|
427 |
TagInfo(0x003d, "AdvancedSceneType", N_("Advanced Scene Type"), N_("Advanced Scene Type"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
|
428 |
TagInfo(0x003e, "TextStamp2", N_("Text Stamp"), N_("Text Stamp"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicTextStamp)),
|
|
429 |
TagInfo(0x003f, "FacesDetected", N_("Faces detected"), N_("Faces detected"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
271 |
430 |
TagInfo(0x0040, "Saturation", N_("Saturation"), N_("Saturation"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
272 |
431 |
TagInfo(0x0041, "Sharpness", N_("Sharpness"), N_("Sharpness"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
273 |
432 |
TagInfo(0x0042, "FilmMode", N_("Film Mode"), N_("Film mode"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicFilmMode)),
|
|
433 |
TagInfo(0x0044, "ColorTempKelvin", N_("Color Temp Kelvin"), N_("Color Temperatur in Kelvin"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
274 |
434 |
TagInfo(0x0046, "WBAdjustAB", N_("WB Adjust AB"), N_("WB adjust AB. Positive is a shift toward blue."), panasonicId, makerTags, unsignedShort, -1, printValue),
|
275 |
435 |
TagInfo(0x0047, "WBAdjustGM", N_("WB Adjust GM"), N_("WBAdjustGM. Positive is a shift toward green."), panasonicId, makerTags, unsignedShort, -1, printValue),
|
|
436 |
TagInfo(0x0048, "FlashCurtain", N_("Flash Curtain"), N_("Flash Curtain"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicFlashCurtain)),
|
|
437 |
TagInfo(0x004b, "ImageWidth", N_("Image width"), N_("Image width"), panasonicId, makerTags, unsignedLong, -1, printValue),
|
|
438 |
TagInfo(0x004c, "ImageHeight", N_("Image height"), N_("Image height"), panasonicId, makerTags, unsignedLong, -1, printValue),
|
|
439 |
TagInfo(0x004d, "AFPointPosition", N_("AF Point Position"), N_("AF Point Position"), panasonicId, makerTags, unsignedRational, -1, printValue),
|
|
440 |
TagInfo(0x004e, "FaceDetInfo", N_("Face detection info"), N_("Face detection info"), panasonicId, makerTags, undefined, -1, printValue),
|
276 |
441 |
TagInfo(0x0051, "LensType", N_("Lens Type"), N_("Lens type"), panasonicId, makerTags, asciiString, -1, printValue),
|
277 |
442 |
TagInfo(0x0052, "LensSerialNumber", N_("Lens Serial Number"), N_("Lens serial number"), panasonicId, makerTags, asciiString, -1, printValue),
|
278 |
443 |
TagInfo(0x0053, "AccessoryType", N_("Accessory Type"), N_("Accessory type"), panasonicId, makerTags, asciiString, -1, printValue),
|
|
444 |
TagInfo(0x0059, "Transform", N_("Transform"), N_("Transform"), panasonicId, makerTags, undefined, -1, printValue),
|
|
445 |
TagInfo(0x005d, "IntelligentExposure", N_("Intelligent Exposure"), N_("Intelligent Exposure"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicIntelligentExposure)),
|
|
446 |
TagInfo(0x0061, "FaceRecInfo", N_("Face recognation info"), N_("Face recognation info"), panasonicId, makerTags, undefined, -1, printValue),
|
|
447 |
TagInfo(0x0062, "FlashWarning", N_("Flash Warning"), N_("Flash warning"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicFlashWarning)),
|
|
448 |
TagInfo(0x0065, "Title", N_("Title"), N_("Title"), panasonicId, makerTags, undefined, -1, printValue),
|
|
449 |
TagInfo(0x0066, "BabyName", N_("Baby Name"), N_("Baby name (or pet name)"), panasonicId, makerTags, undefined, -1, printValue),
|
|
450 |
TagInfo(0x0067, "Location", N_("Location"), N_("Location"), panasonicId, makerTags, undefined, -1, printValue),
|
|
451 |
TagInfo(0x0069, "Country", N_("Country"), N_("Country"), panasonicId, makerTags, undefined, -1, printValue),
|
|
452 |
TagInfo(0x006b, "State", N_("State"), N_("State"), panasonicId, makerTags, undefined, -1, printValue),
|
|
453 |
TagInfo(0x006d, "City", N_("City"), N_("City"), panasonicId, makerTags, undefined, -1, printValue),
|
|
454 |
TagInfo(0x006f, "Landmark", N_("Landmark"), N_("Landmark"), panasonicId, makerTags, undefined, -1, printValue),
|
|
455 |
TagInfo(0x0070, "IntelligentResolution", N_("Intelligent resolution"), N_("Intelligent resolution"), panasonicId, makerTags, unsignedByte, -1, EXV_PRINT_TAG(panasonicIntelligentResolution)),
|
|
456 |
TagInfo(0x0079, "IntelligentDRange", N_("Intelligent Dynamic Range"), N_("Intelligent Dynamic Range"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicIntelligentDRange)),
|
|
457 |
TagInfo(0x0086, "ManometerPressure", N_("Manometer Pressure"), N_("Manometer pressure"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
|
458 |
TagInfo(0x0089, "PhotoStyle", N_("Photo style"), N_("Photo style"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicPhotoStyle)),
|
|
459 |
TagInfo(0x0096, "TimerRecording", N_("Timer Recording"), N_("Timer Recording"), panasonicId, makerTags, unsignedByte, -1, EXV_PRINT_TAG(panasonicTimerRecording)),
|
|
460 |
TagInfo(0x009e, "HDR", N_("HDR"), N_("HDR"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicHDR)),
|
|
461 |
TagInfo(0x009f, "ShutterType", N_("Shutter Type"), N_("Shutter Type"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicShutterType)),
|
|
462 |
TagInfo(0x00ab, "TouchAE", N_("TouchAE"), N_("TouchAE"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicTouchAE)),
|
279 |
463 |
TagInfo(0x0e00, "PrintIM", N_("Print IM"), N_("PrintIM information"), panasonicId, makerTags, undefined, -1, printValue),
|
280 |
464 |
TagInfo(0x4449, "0x4449", "0x4449", N_("Unknown"), panasonicId, makerTags, undefined, -1, printValue),
|
281 |
465 |
TagInfo(0x8000, "MakerNoteVersion", N_("MakerNote Version"), N_("MakerNote version"), panasonicId, makerTags, undefined, -1, printExifVersion),
|
... | ... | |
283 |
467 |
TagInfo(0x8004, "WBRedLevel", N_("WB Red Level"), N_("WB red level"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
284 |
468 |
TagInfo(0x8005, "WBGreenLevel", N_("WB Green Level"), N_("WB green level"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
285 |
469 |
TagInfo(0x8006, "WBBlueLevel", N_("WB Blue Level"), N_("WB blue level"), panasonicId, makerTags, unsignedShort, -1, printValue),
|
|
470 |
TagInfo(0x8007, "FlashFired", N_("Flash Fired"), N_("Flash Fired"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicFlashFired)),
|
|
471 |
TagInfo(0x8008, "TextStamp3", N_("Text Stamp"), N_("Text Stamp"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicTextStamp)),
|
|
472 |
TagInfo(0x8009, "TextStamp4", N_("Text Stamp"), N_("Text Stamp"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicTextStamp)),
|
286 |
473 |
TagInfo(0x8010, "BabyAge", N_("Baby Age"), N_("Baby (or pet) age"), panasonicId, makerTags, asciiString, -1, printValue),
|
|
474 |
TagInfo(0x8012, "Transform2", N_("Transform"), N_("Transform"), panasonicId, makerTags, undefined, -1, printValue),
|
287 |
475 |
// End of list marker
|
288 |
476 |
TagInfo(0xffff, "(UnknownPanasonicMakerNoteTag)", "(UnknownPanasonicMakerNoteTag)", N_("Unknown PanasonicMakerNote tag"), panasonicId, makerTags, asciiString, -1, printValue)
|
289 |
477 |
};
|
... | ... | |
302 |
490 |
}
|
303 |
491 |
long l0 = value.toLong(0);
|
304 |
492 |
long l1 = value.toLong(1);
|
305 |
|
if (l0 == 0 && l1 == 1) os << _("Spot mode on");
|
306 |
|
else if (l0 == 0 && l1 == 16) os << _("Spot mode off or 3-area (high speed)");
|
307 |
|
else if (l0 == 1 && l1 == 0) os << _("Spot focussing");
|
308 |
|
else if (l0 == 1 && l1 == 1) os << _("5-area");
|
309 |
|
else if (l0 == 16 && l1 == 0) os << _("1-area");
|
310 |
|
else if (l0 == 16 && l1 == 16) os << _("1-area (high speed)");
|
311 |
|
else if (l0 == 32 && l1 == 0) os << _("3-area (auto)");
|
312 |
|
else if (l0 == 32 && l1 == 1) os << _("3-area (left)");
|
313 |
|
else if (l0 == 32 && l1 == 2) os << _("3-area (center)");
|
314 |
|
else if (l0 == 32 && l1 == 3) os << _("3-area (right)");
|
|
493 |
if (l0 == 0 && l1 == 1) os << _("Spot mode on or 9 area");
|
|
494 |
else if (l0 == 0 && l1 == 16) os << _("Spot mode off or 3-area (high speed)");
|
|
495 |
else if (l0 == 0 && l1 == 23) os << _("23-area");
|
|
496 |
else if (l0 == 1 && l1 == 0) os << _("Spot focussing");
|
|
497 |
else if (l0 == 1 && l1 == 1) os << _("5-area");
|
|
498 |
else if (l0 == 16 && l1 == 0) os << _("1-area");
|
|
499 |
else if (l0 == 16 && l1 == 16) os << _("1-area (high speed)");
|
|
500 |
else if (l0 == 32 && l1 == 0) os << _("3-area (auto)");
|
|
501 |
else if (l0 == 32 && l1 == 1) os << _("3-area (left)");
|
|
502 |
else if (l0 == 32 && l1 == 2) os << _("3-area (center)");
|
|
503 |
else if (l0 == 32 && l1 == 3) os << _("3-area (right)");
|
|
504 |
else if (l0 == 64 && l1 == 0) os << _("Face Detect");
|
|
505 |
else if (l0 == 128 && l1 == 0) os << _("Spot Focusing 2");
|
315 |
506 |
else os << value;
|
316 |
507 |
return os;
|
317 |
508 |
} // PanasonicMakerNote::print0x000f
|