T O P I C R E V I E W |
last_danger |
Posted - Feb 08 2012 : 07:58:39 Hi When I was trying to open .jpeg file over 10MB in your component, it gives me an error that incompatiple version. What can i do about it.
Thank you |
11 L A T E S T R E P L I E S (Newest First) |
fab |
Posted - Feb 09 2012 : 08:19:05 Hi, it loses time applying the ICC profile (if you have set iegEnableCMS). Of course it is fast when iegEnableCMS=false. Anyway here is my times:
#1 : apply file color profile iegUseCMYKProfile := false; iegEnableCMS := true; 2800 ms
#2 : do not apply color profile (raw CMYK->RGB conversion) iegUseCMYKProfile := false; iegEnableCMS := false; 890 ms
#3 (see below) : apply internal CMYK->sRGB profile iegUseCMYKProfile := true iegEnableCMS := false; 12823 ms <- not more with current beta
#4 Windows preview (windows 7) about 3000 ms
However current beta (you can ask it at support email) optimizes the case #3, porting loading time of jpeg-CMYK without ICC to be equal to case #1.
It is still possible to load thumbnails instead of full images, if you want.
|
last_danger |
Posted - Feb 09 2012 : 05:05:42 Hi fabrizio;
For big images loading too slow. Is there any solution for this problem? Maybe loads thumbs pic etc...
|
last_danger |
Posted - Feb 09 2012 : 02:32:02 Thanks a lot fabrizio.. problem solved. |
fab |
Posted - Feb 09 2012 : 02:15:55 Hi, are you using a beta of ImageEn? This bug should exist only in current beta release. The workaround is to execute following line before load the image (just one time in your application):
iegUseCMYKProfile := false;
This will degrade CMYK->RGB conversion. Anyway you can still enable the embedded ICC color profile setting::
iegEnableCMS := true;
iegUseCMYKProfile and iegEnableCMS are defined in imageenio unit.
You can ask for the latest beta which fixes this problem at support email. |
last_danger |
Posted - Feb 09 2012 : 01:24:00 Hi fabrizio
You can download picture file from link that http://www.btkaraca.com/test.rar . This problem is so important for me. Please help me as soon as possible.
Thanks
|
xequte |
Posted - Feb 08 2012 : 12:24:16 Hi
You might want to use a web transfer service if it is too big for e-mail:
http://www.transferbigfiles.com or http://www.yousendit.com
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
fab |
Posted - Feb 08 2012 : 10:50:52 I don't see the picture. Please send it to the support email. |
last_danger |
Posted - Feb 08 2012 : 09:21:46 this picture, I can see the object TImage Delphi 7. There is a problem in the picture. |
fab |
Posted - Feb 08 2012 : 09:17:54 Hi, this seems a ZLib error, not a jpeg error. Is it possible to test this file? |
last_danger |
Posted - Feb 08 2012 : 09:14:09 Hi image size 2472 x 3623 dpi:300 32 bit
EZdecompression error with message "incompatiple version" prossed stopped. |
fab |
Posted - Feb 08 2012 : 08:54:51 Hi, please could you post the exact error message (or a screenshot of the exception)? Which is the size in pixels of the image? |