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
|
|
|