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
 TIFF converting and 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
graphman Posted - Nov 14 2012 : 02:40:43
I have a tiff, with ICC profile (color profile) eciRGB v2, When i convert it to an jpeg or gif, it deletes that profile. Is there a way I can keep this ICC profile in the converted images?

How to fix this problem?

Should I use LCMS
or just write iegEnableCMS = true
???
13   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Feb 11 2013 : 00:24:50
iegEnableCMS should be false. Check that IO.Params.InputICCProfile.IsValid is True and IO.Params.InputICCProfile.IsApplied is False.
graphman Posted - Feb 04 2013 : 14:54:04
How to use latest version to save ICC profile into JPEG file?
I have tried without success.
iegEnableCMS=false and true
graphman Posted - Jan 02 2013 : 03:46:15
thanks
fab Posted - Jan 02 2013 : 02:52:08
Hi,
actually current version cannot save ICC profiles got from TIFF into jpegs. Only ICC profile loaded from jpeg can be saved into other jpegs.
However starting from next release it will be possible to save into jpeg profiles loaded from other formats.
graphman Posted - Dec 24 2012 : 18:40:32
Is there solution?
xequte Posted - Dec 06 2012 : 00:55:09
Hi

Yes, it has been received, but Fabrizio has not had a chance to look at it.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graphman Posted - Dec 05 2012 : 11:20:02
Have you received this file?
graphman Posted - Dec 03 2012 : 03:19:17
I have sent this file to
support@xequte.com
fab Posted - Dec 03 2012 : 00:43:10
Please could you send a test TIFF?
graphman Posted - Nov 25 2012 : 11:31:19
Howerver I can't seem to get the ICC to work. I have both iegEnableCMS=false and true. But both ways it deletes the eciRGB v2 profile when converting tiff to JPG.
Do you have any ideas?
fab Posted - Nov 20 2012 : 18:59:16
When iegEnableCMS=false the loaded ICC profile is not applied and the same original profile will be saved back (only in jpeg, TIFF and PSD file format).
graphman Posted - Nov 15 2012 : 03:50:02
What is happened if
iegEnableCMS=false
fab Posted - Nov 14 2012 : 12:42:32
ImageEn can only convert from source color profile to sRGB setting iegEnableCMS=true, before loading. The original profile will be discarded.