Mac OS: Using DOS/Windows ICC Profiles With ColorSync

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?
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:

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)end open

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.
Published Date: Feb 20, 2012