Skip to content

Instantly share code, notes, and snippets.

@eplt
Last active October 6, 2021 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eplt/09458c129dd60bc0fcd8714c09bcaea1 to your computer and use it in GitHub Desktop.
Save eplt/09458c129dd60bc0fcd8714c09bcaea1 to your computer and use it in GitHub Desktop.
Update EXIF for Flickr uploading
-- Before uploading photos to Flickr, I use the following command to update copyright notice of all my images with EXIFTOOL http://owl.phy.queensu.ca/~phil/exiftool/
exiftool -r -m -P -overwrite_original_in_place -artist="OnDemandWorld 点应科技" -copyright="2009-2021 OnDemandWorld" -usercomment="Copyright © 2009-2021 OnDemandWorld 点应科技 OnDemandWorld.com" <Path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment