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
 JPEGLosslessTransform2 causes hard crash
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

eddy2099

8 Posts

Posted - Jan 16 2017 :  05:56:20  Show Profile  Reply
I have this set of codes using ImageEn 6.3.2 (64 Bit) (v3.0.5 DLL)


if flist.Cells[2, x] = 'Rotate 90º Clockwise' then
k := jpeglosslesstransform2(imagefile,jtRotate90)
else if flist.Cells[2, x] = 'Rotate 90º Counterclockwise' then
k := jpeglosslesstransform2(imagefile,jtRotate270)
else if flist.Cells[2, x] = 'Rotate 180º' then
k := jpeglosslesstransform2(imagefile,jtRotate180)
else if flist.Cells[2, x] = 'Flip Horizontal' then
k := jpeglosslesstransform2(imagefile,jtHorizFlip)
else if flist.Cells[2, x] = 'Flip Vertical' then
k := jpeglosslesstransform2(imagefile,jtVertFlip);

It appears that the jtRotate90 and jtRotate270 causes a hard crash but the others work as they should.

What I got was the original files tagged with a '0' behind the file extension but the transformed files is either 0kb in size with no contents.

Is there anything I might be doing wrong ?

* Update : I just tried the v2.0.1 DLL and it works like a charm.

Thanks.

xequte

38128 Posts

Posted - Jan 19 2017 :  04:39:43  Show Profile  Reply
Hi

You need 6.3.2C, which includes IELib v3.0.7. Please complete the form at:

http://www.imageen.com/support/downloadrequest.html

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

eddy2099

8 Posts

Posted - Jan 19 2017 :  23:32:25  Show Profile  Reply
Thank you. That solved the issue.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: