Skip to content

Instantly share code, notes, and snippets.

@ducpho
ducpho / resize-16m.sh
Last active September 8, 2017 18:29
Resize photos to 16 megapixels
mkdir 16M && mogrify -monitor -path 16M -resize 16000000@\> *.JPG
@ducpho
ducpho / geotag-lh.sh
Last active September 10, 2017 17:18
Geotag photos taken in Lower Hamlet
exiftool -P -overwrite_original -progress -GPSLatitude="44.734144" -GPSLatitudeRef="44.734144" -GPSLongitude="0.318754" -GPSLongitudeRef="0.318754" *.JPG
@ducpho
ducpho / geotag-uh.sh
Last active September 8, 2017 18:21
Geotag photos taken in Upper Hamlet
exiftool -P -overwrite_original -progress -GPSLatitude="44.744146" -GPSLatitudeRef="44.744146" -GPSLongitude="0.342169" -GPSLongitudeRef="0.342169" *.JPG