Right now i have to print in Photoshop to have a matching color image. I have photoshop managing colors using an ICC profile for my epson printer. The driver is set to no color management. I tried to do the same with imaggen. I have cms set to true and i use the following code. ActiveImageEnView().IO.Params.OutputICCProfile.LoadFromFile (IncludeTrailingPathDelimiter(EmbeddedDM.helppath) + '\Epson IJ Printer 07.icc '); ActiveImageEnView().IO.DoPrintPreviewDialog(iedtDialog);
The image printed is too dark. Am i using the outputiccprofile command wrong ? Thanks Pierre |