Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
pierrotsc
Posted - May 28 2026 : 09:06:04 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