Customising the Available Profiles
The script includes a standard selection of colour profiles. If you are comfortable editing the script, you can add additional choices. You should make sure that any profile you add is installed on your system. If you attempt to convert to a non-existent profile, the standard Convert to Profile dialogue will appear. Attempting to assign such an invalid profile will cause the script to crash.
To add more profiles, edit the script in a text editor such as NotePad or use the ExtendScript Toolkit supplied with Photoshop CS2. Profiles are defined in the script from lines 44-50. Here's one example:
ClrProfile.PROPHOTO = "ProPhoto RGB";
Add your new entry in the same format. The profile name in the script (PROPHOTO) must be unique; the string on the right must be exactly as the profile is listed in Photoshop Convert to Profile dialogue. You may add new profiles in any position.
Download and Installation
Download the script from the Free Downloads page. Place a copy in ..\Adobe\Adobe Photoshop CS2\Presets\Scripts folder.
Copyright and Use
Profile Converter is a free script for Adobe Photoshop CS2. It will not work with earlier versions of Photoshop.
This script may be freely copied in its entirety provided reference is made to this site and page.
Profile Converter is copyright © 2006 Roger Cavanagh