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.

Publicado el octubre 5, 2018 06:27 TARDE por kueda kueda

Comentarios

No hay comentarios todavía.

Agregar un comentario

Acceder o Crear una cuenta para agregar comentarios.