

Check the GPS Tags page for further info. Besides GPSLongitudeRef, GPSLongitude, GPSLatitudeRef, and GPSLatitude, ExifTools supports a number of other tags. This command will geotag all JPEG images in the current directory. If you are running Windows, download the latest version of the ExifTool executable and rename it as in the example below:Įxiftool (-GPSLongitudeRef=E -GPSLongitude=139.7513889 -GPSLatitudeRef=N -GPSLatitude=35.685).exeĭrag and drop the photos you want to geotag onto the executable and ExifTools will do the rest. Next, you have to obtain the longitude and latitude of the desired geographical location, and feed the coordinates to ExifTool as follows:Įxiftool -GPSLongitudeRef=E -GPSLongitude=139.7513889 -GPSLatitudeRef=N -GPSLatitude=35.685 *.jpg To install ExifTool on Ubuntu, execute the sudo apt-get install libimage-exiftool-perl command. Before you proceed, make sure that ExifTool is installed on your machine. But the PNG image itself doesnt rotate at all. The command line run successfully in terminal and I can get the Orientation info via command line: exiftool -Orientation -n ImageName, saying 3 in this case. Using this powerful command-line tool, you can geotag multiple photos with a single command. I am trying to rotate PNG images using exiftool using following command line: exiftool -Orientation3 -n ImageName. Need to quickly geotag a bunch of photos taken at a specific location? ExifTool is your friend.
