Hi Andy
At this time color profiles can only be applied to JPEG (RGB and CMYK) and TIFF images.
Otherwise you can manually apply profiles as follows:
// Apply InputICCProfile (AdobeRGB1998.icc) color profile to image and output as OutputICCProfile (Defaults to sRGB)
// Note: This permanently changes the colors of the image
ImageEnView1.IO.LoadFromFile('C:\out.ppm');
ImageEnView1.IO.Params.InputICCProfile.LoadFromFile('C:\AdobeRGB1998.icc');
ImageEnView1.IO.Params.InputICCProfile.ConvertBitmap( ImageEnView1.IEBitmap, ie24RGB, ImageEnView1.IO.Params.OutputICCProfile );
Note: "ProPhoto_RGB.icc" is not recognised as valid by the Windows CMS.
Nigel
Xequte Software
www.imageen.com