#========================================================== # My exiftool parameter file for managing image metadata. # Paul Duncan 2009 version. # # Use: # exiftool -@ argfile imagename(s) # # To view the resulting metadata content for an image: # exiftool -G1 -s imagename # #========================================================== #---------------------------------------------------------- # Remove unneeded metadata. #---------------------------------------------------------- # Get rid of all exif info. -exif:all= # Get rid of thumbnail images. -ThumbnailImage= # Get rid of all but a few selected XMP schema tags. # All available ones are set for deletion; comment out # the deletion args for the data sets I want to keep. -xmp-acdsee:all= -xmp-album:all= -xmp-aux:all= -xmp-cc:all= -xmp-crs:all= #-xmp-dc:all= -xmp-dex:all= -xmp-DICOM:all= -xmp-exif:all= #-xmp-iptcCore:all= -xmp-iptcExt:all= -xmp-lr:all= -xmp-mediapro:all= -xmp-microsoft:all= -xmp-MP:all= -xmp-pdf:all= -xmp-pdfx:all= -xmp-photomech:all= -xmp-photoshop:all= -xmp-PixelLive:all= -xmp-plus:all= -xmp-prism:all= -xmp-prl:all= -xmp-pur:all= -xmp-rdf:all= -xmp-tiff:all= -xmp-x:all= #-xmp-xmp:all= -xmp-xmpBJ:all= -xmp-xmpDM:all= -xmp-xmpMM:all= -xmp-xmpNote:all= -xmp-xmpPLUS:all= #-xmp-xmpRights:all= -xmp-xmpTPg:all= #---------------------------------------------------------- # Add or modify metadata to suit my purposes. #---------------------------------------------------------- # Add XMP usage terms and contact information. -xmp:usageterms=all rights reserved -XMP:CreatorContactInfoCiAdrExtadr=923 Jones Road -XMP:CreatorContactInfoCiAdrCity=Vestal -XMP:CreatorContactInfoCiAdrRegion=NY -XMP:CreatorContactInfoCiAdrPcode=13850 -XMP:CreatorContactInfoCiAdrCtry=US -XMP:CreatorContactInfoCiTelWork=607-222-6198 -XMP:CreatorContactInfoCiEmailWork=paul@pduncan.com -XMP:CreatorContactInfoCiUrlWork=pduncan.com -xmp:Marked=True -xmp:WebStatement=pduncan.com -xmp:Creator=Paul Duncan -Photoshop:URL=pduncan.com -Photoshop:CopyrightFlag=True -iptc:By-line=Paul Duncan # Add in my copyright statements. -iptc:copyrightnotice=Copyright 2009, Paul Duncan -xmp:rights=Copyright 2009, Paul Duncan -comment=Copyright 2009, Paul Duncan