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:
parent
de21411905
commit
60653d5647
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user