TOPIC
I have a third-party display that I would like to use with the ColorSync color matching software on my Mac OS computer. The display came with ICC profiles in DOS/Windows format, but the ColorSync software does not seem to recognize these files when I drag install them onto my Mac. How do I properly install these files?
DISCUSSION Check with the manufacturer, possibly by visiting their website, to see if a Mac OS format ColorSync profile is already available for the device. If not, ColorSync uses the standard ICC (International Color Consortium) format to store its profiles, so you should be able to use a similar DOS/Windows formatted file by using the following instructions:
2. You will need to convert the generic file to the ColorSync profile filetype in order for it to be properly recognized by the ColorSync control panel. You can do this with ResEdit, or third party utilities, but you can also do it with AppleScript. A sample AppleScript is included at the bottom of this article. 3. You will need to drag the converted ICC profile into the ColorSync profiles folder of your active System Folder. The profile should then show up in the ColorSync control panel listing. To create an AppleScript which will convert generic ICC profiles to the ColorSync profile type, cut and paste the text below into the Script Editor application. Save the script as run only. Dragging files onto this application will convert them to recognized ColorSync profiles. on open (these_items)
repeat with this_item in these_items
set the file type of this_item to "prof" For more information about ColorSync, visit Apple's ColorSync website at http://www.apple.com/colorsync . For more information about AppleScript, visit Apple's AppleScript website at http://www.apple.com/applescript . |
Document Information | |
Product Area: | Apple Software; Printers; Monitors-Displays |
Category: | ColorSync |
Sub Category: | General Topics |
Copyright © 2000 Apple Computer, Inc. All rights reserved.