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
 Color Management Problem
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

hgnolte

Germany
3 Posts

Posted - Aug 30 2018 :  15:08:58  Show Profile  Reply
Hi,

i want to load a jpeg that is in srgb color space.
Than it should be convertet to another color space (test,icc) and stored.

Can anybody show me an short example how to do this?

thank you

xequte

38194 Posts

Posted - Aug 30 2018 :  16:18:56  Show Profile  Reply
Hi


Please see:

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

// 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: