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

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
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' );


Nigel
Xequte Software
www.imageen.com
hgnolte 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?

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

Nigel
Xequte Software
www.imageen.com