You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exiv2.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -566,34 +566,33 @@ as well as data columns included in the print output. Valid flags are:
566
566
| g | Group name (e.g., for Exif.Photo.UserComment, outputs Photo) |
567
567
| k | Key (e.g., Exif.Photo.UserComment) |
568
568
| l | Tag label (human-readable tagname, e.g., for Exif.Photo.UserComment, outputs 'User comment') |
569
-
| n | Tagname (e.g., for Exif.Photo.UserComment, outputs UserComment) |
569
+
| d | Tag description |
570
+
| n | Tag name (e.g., for Exif.Photo.UserComment, outputs UserComment) |
570
571
| y | Type (for available types, see [Exif/IPTC/XMP types](#exiv2_types)) |
571
572
| c | Number of components (for single entry types, the number of **sizeof('type')** in 'size'. For multi-entry types, the number of entries. See [Exif/IPTC/XMP types](#exiv2_types)) |
572
573
| s | Size in bytes of vanilla output (see note in [Exif 'Comment' values](#exif_comment_values)). Some types include a *NULL* character in the size (see [Exif/IPTC/XMP types](#exiv2_types)) |
573
574
| v | Plain data value (vanilla values, i.e., untranslated) |
574
-
| V | Plain data value, data type and the word 'set' (see ['MODIFY' COMMANDS](#modify_cmds))|
575
+
| V | Plain data value, data type and the word 'set' (see ['MODIFY' COMMANDS](#modify_cmds))|
575
576
| t | Interpreted (translated) human-readable data values (includes plain vanilla values) |
576
577
| h | Hex dump of the data |
577
578
579
+
**--Print***flgs* can be combined with [--grep str](#grep_str) or
580
+
[--key key](#key_key) to further filter the output.
581
+
578
582
<divid="Print_flgs_order">
579
583
580
-
The order of the values in *flgs* is not respected. For example, the order
581
-
of the columns, using some tags from *Stonehenge.jpg*, is as follows:
584
+
The order of the values in *flgs* is not respected and is output as follows:
0 commit comments