|
|
|
@ -52,7 +52,7 @@ def main(): |
|
|
|
print("Done hashing...") |
|
|
|
print("Done hashing...") |
|
|
|
|
|
|
|
|
|
|
|
if is_module_imported('coordinates'): |
|
|
|
if is_module_imported('coordinates'): |
|
|
|
print("Using Coordiantes module") |
|
|
|
print("Using Pillow GPS Coordinates module") |
|
|
|
coordinates1 = coordinates.get_coordinates_from_image(file1) |
|
|
|
coordinates1 = coordinates.get_coordinates_from_image(file1) |
|
|
|
if coordinates1 != None: |
|
|
|
if coordinates1 != None: |
|
|
|
coordinates2 = coordinates.get_coordinates_from_image(file2) |
|
|
|
coordinates2 = coordinates.get_coordinates_from_image(file2) |
|
|
|
|