-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.2
-
Fix Version/s: 7.4
-
Component/s: Binary Metadata
Exiftool sometimes gives the following output:
exiftool -G -json -IPTC:Description src/test/resources/data/china.jpg Warning: [minor] Unrecognized MakerNotes - src/test/resources/data/china.jpg [{ "SourceFile": "src/test/resources/data/china.jpg" }]
The first line is a problem for JSON processing, and should be suppressed through the -m option
- is required by
-
NXP-21424 Exiftool processing should ignore warnings
- Resolved