by Dutchmm on Mon May 28, 2012 7:51 pm
As far as I can see, my Sony A55 doesn't let me embed my name into my photographs. So my ability to experiment with presets and copysets was limited. I find that ASP does import the EXIF copyright string if I insert it manually into my photographs. It then shows up in the IPTC tags selection of the metadata panel, and will no doubt flow through to the dematrixed photos you output from ASP. Or be available to print as a copyright message if you print.
On my test shots, the command:
exiftool -list DSC03750.ARW | grep Mike
yields
Creator : Mike Murphy
Copyright : Mike Murphy
so:
exiftool -list yourphoto
will tell you the name of the tags your camera is exporting. One string will contain your name. As far as I can see, ASP imports the Copyright string and not the Creator. Go figure. If you want to put the copyright string into your photos prior to importation into ASP because the 5D doesn't (if it doesn't, I mean) store it, then you can do it thus:
exiftool -exif:copyright="Your name" *.CR2
then Bob's your uncle. Exiftool seems to be available free for wndows, linux, and mac alike.
HTH
Mike