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
 JPEGLosslessTransform2 causes hard crash

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
eddy2099 Posted - Jan 16 2017 : 05:56:20
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.
2   L A T E S T    R E P L I E S    (Newest First)
eddy2099 Posted - Jan 19 2017 : 23:32:25
Thank you. That solved the issue.
xequte Posted - Jan 19 2017 : 04:39:43
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