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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ICC profile application

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
bjchang888 Posted - Jul 13 2011 : 21:11:15
How to dynamically load the ICC profile with ImageEnview adjust the image display, and who knows how to use, please help me write a simple example? Thank you!

my name is shaojunchang.
1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jul 14 2011 : 06:58:29
ImageEn can work in two ways:
1) load the ICC profile, DO NOT process it, save the ICC profile
2) load the ICC profile, Process it (converts the image to sRGB), discard the ICC profile on saving

The option (1) is enable for default.
To enable the option (2), which allows you to display the image with the correct ICC profile, you have to write this before load any image:

iegEnableCMS := true;