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 6fb0c9a commit 10454fdCopy full SHA for 10454fd
MetadataExtractor/Formats/Exif/ExifDirectoryBase.cs
@@ -895,7 +895,7 @@ protected static void AddExifTagNames(Dictionary<int, string> map)
895
map[TagLensModel] = "Lens Model";
896
map[TagLensSerialNumber] = "Lens Serial Number";
897
map[TagGdalMetadata] = "GDAL Metadata";
898
- map[TagGdalNoData] = "GDAL No Data";
+ map[TagGdalNoData] = "GDAL NoData";
899
map[TagGamma] = "Gamma";
900
map[TagPrintImageMatchingInfo] = "Print Image Matching (PIM) Info";
901
map[TagPanasonicTitle] = "Panasonic Title";
0 commit comments