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
 incompatiple version..Error
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

last_danger

6 Posts

Posted - Feb 08 2012 :  07:58:39  Show Profile  Reply
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

fab

1310 Posts

Posted - Feb 08 2012 :  08:54:51  Show Profile  Reply
Hi,
please could you post the exact error message (or a screenshot of the exception)?
Which is the size in pixels of the image?
Go to Top of Page

last_danger

6 Posts

Posted - Feb 08 2012 :  09:14:09  Show Profile  Reply
Hi
image size 2472 x 3623
dpi:300
32 bit

EZdecompression error with message "incompatiple version" prossed stopped.
Go to Top of Page

fab

1310 Posts

Posted - Feb 08 2012 :  09:17:54  Show Profile  Reply
Hi,
this seems a ZLib error, not a jpeg error. Is it possible to test this file?
Go to Top of Page

last_danger

6 Posts

Posted - Feb 08 2012 :  09:21:46  Show Profile  Reply
this picture, I can see the object TImage Delphi 7. There is a problem in the picture.
Go to Top of Page

fab

1310 Posts

Posted - Feb 08 2012 :  10:50:52  Show Profile  Reply
I don't see the picture. Please send it to the support email.
Go to Top of Page

xequte

39061 Posts

Posted - Feb 08 2012 :  12:24:16  Show Profile  Reply
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
Go to Top of Page

last_danger

6 Posts

Posted - Feb 09 2012 :  01:24:00  Show Profile  Reply
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
Go to Top of Page

fab

1310 Posts

Posted - Feb 09 2012 :  02:15:55  Show Profile  Reply
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.
Go to Top of Page

last_danger

6 Posts

Posted - Feb 09 2012 :  02:32:02  Show Profile  Reply
Thanks a lot fabrizio..
problem solved.
Go to Top of Page

last_danger

6 Posts

Posted - Feb 09 2012 :  05:05:42  Show Profile  Reply
Hi fabrizio;

For big images loading too slow. Is there any solution for this problem? Maybe loads thumbs pic etc...
Go to Top of Page

fab

1310 Posts

Posted - Feb 09 2012 :  08:19:05  Show Profile  Reply
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.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: