You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Copyright field info does not displays in Mac OS X platform of any image by using Finder 10.6.3

Hi,


I have some image files which contains Copyright information and Mac OS user wanted to see that Copyright information but this is not getting displayed.


Currently we are using "Finder version 10.6.3" to see the image's properties.


To set the Copyright information of image, I am using following EXIF meta-data:


"EXIF:Copyright"

"EXIF:ProfileCopyright"

"IPTc:CopyrightNotice"

"XMP:AOCopyrightNotice"


but still Copyright field is not visible of any image, when right click on image and click on "Get Info" link.


Could you please let me know that "Finder" displays Copyright field or not? If Finder can display Copyright field info then what is the correct name of meta-tag name?



Your quick response is highly appreciatable !!


Thanks

Ram

M- +91-9999465651

Mac Pro, Mac OS X (10.6)

Posted on Jan 26, 2013 10:23 AM

Reply
9 replies

Jan 28, 2013 4:19 AM in response to suratpccs

As far as I'm aware the Finder does not recognise or display IPTC copyright information. You'd need to use a third-party application which exposes the image's IPTC data. Adobe Photoshop (full version) and Graphic Converter both do this to my knowledge, there are probably others too.

Jan 28, 2013 9:25 AM in response to Mark Jalbert

Hi Mark,


Thank You so much for your response.


Could you please let me know that what are the schema for meta-data of OS X? Actually I am able to see other meta-data informations like Title, Author, Comments etc. but only Problem is with Copyright meta-data.


It looks like the EXIF meta-data that I am setting that is not setting values for Mac OS.


So, requesting you to please let me know the meta-data schema that is used for field Copyright.


Regards

Ram

Jan 28, 2013 10:03 AM in response to suratpccs

Hi Ram,


I think you'll just have to test it out, I don't have a list. You should be aware that this is a user-to-user forum, not an Apple help centre. Here are some of the elements it does display on my machine:


User uploaded file


In my brief experiment I found it showed title, keywords, Instructions, city, state, country but not location, or copyright, or credits. I think you'll have to test an image with some random text in every field of the IPTC caption to see what is displayed and what doesn't.

Jan 28, 2013 10:28 AM in response to suratpccs

Hi Ram


The copyright field is available to the OS, but not to the Finder.


Try this AppleScript:


set the_file to (choose file of type "Jpg" with prompt "Choose a JPG file")

if the result is not 0 then

set file_path to quoted form of (POSIX path of the_file)

set the_copyright to (do shell script ("sips --getProperty copyright " & file_path))

display dialogthe_copyright

end if


All the best


HD (that's my user name, Bath is where I live 😀)

Copyright field info does not displays in Mac OS X platform of any image by using Finder 10.6.3

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.