If all you want is to geotag photos with coordinates of the city where they were taken, a simple Bash shell script is all your need.
If all you want is to geotag photos with coordinates of the city where they were taken, a simple Bash shell script is all your need.
digiKam, darktable, RawTherapee, and other open source photo management applications allow you to read and tweak metadata, but it’s fair to say that none of them can compete with ExifTool in terms of sheer power, flexibility, and speed. So if you want…
If you need to write EXIF data to multiple photos, a simple yet efficient Bash shell script might be a better tool for the job than the all-mighty digiKam. The script consists of a command, and it uses the excellent…
Need to quickly off-load photos from your camera and neatly organize them into folders by date? The Fotobasher shell script cobbled together by yours truly can help you with that. The script copies photos from a mounted storage device like…
Need to quickly geotag a bunch of photos taken at a specific location? ExifTool is your friend. Using this powerful command-line tool, you can geotag multiple photos with a single command. Before you proceed, make sure that ExifTool is installed…