Skip to content

Instantly share code, notes, and snippets.

@dira
Created September 8, 2011 21:46
Show Gist options
  • Save dira/1204851 to your computer and use it in GitHub Desktop.
Save dira/1204851 to your computer and use it in GitHub Desktop.
Add a caption (for Picasa) to many images
# install http://www.sno.phy.queensu.ca/~phil/exiftool
exiftool -xmp:description='the caption' -E source/*.JPG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment