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
 Congratulations!
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Murat

Russia
48 Posts

Posted - Jul 26 2011 :  09:05:35  Show Profile  Reply
Hi Fabrizio,

Could you please advice how can I get the built-in ICC profile name?

For example my Canon EOS350D allows me to shoot images in AdobeRGB. It will be fine if I could display the color profile name in my application.

Thanks in advance!
--
Murat

fab

1310 Posts

Posted - Jul 26 2011 :  09:35:39  Show Profile  Reply
Hi Murat,
the field "Description" of TIEICC contains the description (if present) of the loaded profile. For example:


  ImageEnView1.IO.LoadFromFile('test.jpg');
  ShowMessage(ImageEnView1.IO.Params.InputICCProfile.Description);


No other info (actual name) is available.
Go to Top of Page

Murat

Russia
48 Posts

Posted - Jul 26 2011 :  10:23:06  Show Profile  Reply
Thanks for the prompt reply! I've found it.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: