1
0
mirror of https://github.com/dsoprea/go-exif.git synced 2025-04-27 13:12:39 +00:00

adding Geotiff tags ModelTransformationTag, ModelTiepointTag and ModelPixelScaleTag

This commit is contained in:
WendelHime 2020-11-06 10:53:38 -03:00
parent de21411905
commit 60653d5647
2 changed files with 18 additions and 0 deletions

@ -564,9 +564,18 @@ IFD:
name: FNumber name: FNumber
# NOTE(dustin): SRATIONAL isn't mentioned in the standard, but we have seen it in real data. # NOTE(dustin): SRATIONAL isn't mentioned in the standard, but we have seen it in real data.
type_names: [RATIONAL, SRATIONAL] type_names: [RATIONAL, SRATIONAL]
- id: 0x830e
name: ModelPixelScaleTag
type_name: RATIONAL
- id: 0x83bb - id: 0x83bb
name: IPTCNAA name: IPTCNAA
type_name: LONG type_name: LONG
- id: 0x8482
name: ModelTiepointTag
type_name: RATIONAL
- id: 0x85d8
name: ModelTransformationTag
type_name: RATIONAL
- id: 0x8649 - id: 0x8649
name: ImageResources name: ImageResources
type_name: BYTE type_name: BYTE

@ -564,9 +564,18 @@ IFD:
name: FNumber name: FNumber
# NOTE(dustin): SRATIONAL isn't mentioned in the standard, but we have seen it in real data. # NOTE(dustin): SRATIONAL isn't mentioned in the standard, but we have seen it in real data.
type_names: [RATIONAL, SRATIONAL] type_names: [RATIONAL, SRATIONAL]
- id: 0x830e
name: ModelPixelScaleTag
type_name: RATIONAL
- id: 0x83bb - id: 0x83bb
name: IPTCNAA name: IPTCNAA
type_name: LONG type_name: LONG
- id: 0x8482
name: ModelTiepointTag
type_name: RATIONAL
- id: 0x85d8
name: ModelTransformationTag
type_name: RATIONAL
- id: 0x8649 - id: 0x8649
name: ImageResources name: ImageResources
type_name: BYTE type_name: BYTE