Last active
October 6, 2021 03:21
-
-
Save eplt/09458c129dd60bc0fcd8714c09bcaea1 to your computer and use it in GitHub Desktop.
Update EXIF for Flickr uploading
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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