Removing everything but GPS info with exiftool

For my own reference, but maybe others will find it useful:

exiftool \
  -all= \
  -tagsFromFile @ -GPSLatitude -GPSLongitude -GPSPosition -GPSLatitudeRef -GPSLongitudeRef \
  *

Aaand we should probably not insert <br> tags in <pre> tags.

Posted on 05 October, 2018 18:27 by kueda kueda

Comments

No comments yet.

Add a Comment

Sign In or Sign Up to add comments