Skip to content

Commit

Permalink
add geotiff tags (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphrbrns authored Dec 12, 2024
1 parent f4d285b commit 301bea1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TiffImages"
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
authors = ["Tamas Nagy <github@tamasnagy.com>"]
version = "0.11.1"
version = "0.11.2"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
11 changes: 11 additions & 0 deletions src/enum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,17 @@ $(FIELDS)
# tag 34929 is a private tag registered to FedEx
FEDEX_EDR = 34929 # unknown use
INTEROPERABILITYIFD = 40965 # Pointer to Interoperability private directory

MODELPIXELSCALE = 33550
MODELTIEPOINT = 33922

GEOKEYDIRECTORY = 34735
GEODOUBLEPARAMS = 34736
GEOASCIIPARAMS = 34737

GDALMETADATA = 42112
GDALNODATA = 42113

# Adobe Digital Negative (DNG) format tags */
DNGVERSION = 50706 # &DNG version number
DNGBACKWARDVERSION = 50707 # &DNG compatibility version
Expand Down

0 comments on commit 301bea1

Please sign in to comment.