Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aydinnyunus authored Jul 31, 2022
1 parent f98d860 commit f4424c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<li><a href="#analyze-directory">Analyze specific directory</a></li>
<li><a href="#pipe">Pipe with other tools</a></li>
<li><a href="#remove-metadata">Remove metadata from Images</a></li>
<li><a href="#open-street-map">Get Open Street Map URL</a></li>
</ul>
</li>
<li><a href="#reports">Reports</a></li>
Expand Down Expand Up @@ -117,6 +118,20 @@ Remove Metadata from Images
$ exifLooter --remove --directory images/
```

### Open Street Map

Get Open Street Map URL from GPS Location

![Image](images/2022-07-31_16-17.png)


```shell
$ exifLooter --open-street-map --image image.jpeg
$ exifLooter --open-street-map --directory images/
```

![Image](images/2022-07-31_16-12.png)


<!-- REPORTS -->

Expand Down

0 comments on commit f4424c0

Please sign in to comment.