Added tag for GPS info
This commit is contained in:
parent
0a74bc8b34
commit
3f1d54f2a7
3
TIFF.cpp
3
TIFF.cpp
@ -64,7 +64,8 @@ static const std::map<TiffTag, std::string> tagDescriptions = {
|
||||
{OPCODE_LIST_1, "Opcode list 1"},
|
||||
{OPCODE_LIST_2, "Opcode list 2"},
|
||||
{OPCODE_LIST_3, "Opcode list 3"},
|
||||
{NOISE_PROFILE, "Noise profile"}
|
||||
{NOISE_PROFILE, "Noise profile"},
|
||||
{GPS_INFO, "GPS info (offset to IFD)"}
|
||||
};
|
||||
|
||||
std::ostream &operator<<(std::ostream &stream, Compression compression) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user