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
hgnolte
Posted - May 15 2019 : 18:09:51 Hello,
I have a image and a color profile for an output device. I would like to modify the image so that the output image provided with the profile looks like the input image. Can someone help me?
3 L A T E S T R E P L I E S (Newest First)
xequte
Posted - May 25 2019 : 01:28:39 Sorry, I might not be following correctly. Have you tried:
// Save a JPEG with the ICC profile, sRGB2014.icc
ImageEnView1.IO.LoadFromFile( 'D:\201849018_A1.jpg' );
ImageEnView1.IO.params.InputICCProfile.LoadFromFile('D:\sRGB2014.icc');
ImageEnView1.IO.SaveToFile( 'D:\Test_SRGB.jpg' );
Posted - May 22 2019 : 13:49:29 Hi Nigel, Maybe I did not express myself correctly. I have a printer driver that prints in jpg files. When I assign a color profile to it, i get an image adapted to this color space. I do not want to print the image, but simply convert it to the target color space and save it. I think that works with tiecc.apply or transform. But i can not get on with it.
xequte
Posted - May 16 2019 : 02:43:39 Hi
Have you specified loaded the ICC profile as the DefaultICCProfile?