mirror of
https://forge.chapril.org/tykayn/mapillary_download
synced 2025-06-20 01:34:43 +02:00
Add missing img projection type
This commit is contained in:
parent
67926a3e3e
commit
2a0308e052
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ def write_exif(picture, img_metadata):
|
|||
image.add_lat_lon(img_metadata)
|
||||
image.add_altitude(img_metadata)
|
||||
image.add_direction(img_metadata)
|
||||
image.add_img_projection(img_metadata)
|
||||
image.apply()
|
||||
updated_image = image.get_Bytes()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue