ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ICC Profile
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

hgnolte

Germany
3 Posts

Posted - May 15 2019 :  18:09:51  Show Profile  Reply
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?

xequte

38180 Posts

Posted - May 16 2019 :  02:43:39  Show Profile  Reply
Hi

Have you specified loaded the ICC profile as the DefaultICCProfile?

https://www.imageen.com/help/TIOParams.DefaultICCProfile.html

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

hgnolte

Germany
3 Posts

Posted - May 22 2019 :  13:49:29  Show Profile  Reply
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.
Go to Top of Page

xequte

38180 Posts

Posted - May 25 2019 :  01:28:39  Show Profile  Reply
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' );


Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: