mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-14 02:02:28 +03:00
Merge 3fd699dbeb
into e09ff61b81
This commit is contained in:
commit
849ce54421
|
@ -124,7 +124,7 @@ TAGS = {
|
||||||
}
|
}
|
||||||
|
|
||||||
##
|
##
|
||||||
# Maps EXIF GSP tags to tag names.
|
# Maps EXIF GPS tags to tag names.
|
||||||
|
|
||||||
GPSTAGS = {
|
GPSTAGS = {
|
||||||
0: "GPSVersionID",
|
0: "GPSVersionID",
|
||||||
|
@ -153,5 +153,10 @@ GPSTAGS = {
|
||||||
23: "GPSDestBearingRef",
|
23: "GPSDestBearingRef",
|
||||||
24: "GPSDestBearing",
|
24: "GPSDestBearing",
|
||||||
25: "GPSDestDistanceRef",
|
25: "GPSDestDistanceRef",
|
||||||
26: "GPSDestDistance"
|
26: "GPSDestDistance",
|
||||||
}
|
27: "GPSProcessingMethod",
|
||||||
|
28: "GPSAreaInformation",
|
||||||
|
29: "GPSDateStamp",
|
||||||
|
30: "GPSDifferential",
|
||||||
|
31: "GPSHPositioningError",
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user