T O P I C R E V I E W |
Aamir |
Posted - Aug 08 2023 : 11:16:31 Hi Nigel,
I am using the ImageEn_SRC_12.0.0_XXXX version. in this EXIF image property, EnableAdjustOrientation:=true is not working in the 64-bit application. only working in 32-bit applications. I have also created a demo project to check it. could you please check it?
Code i am using ImageEnMView1.EnableAdjustOrientation:=true; ImageEnMView1.FillFromDirectory('C:\Users\BI\Desktop\Abhi\issue');
Library path:
Also facing the same issue with ImageEnView1 component ImageEnView1.IO.Params.EnableAdjustOrientation:=true; ImageEnView1.IO. LoadFromFile('C:\Users\BI\Desktop\Abhi\issue\DSC00905.JPG');
Regards, Aamir
Aamir |
2 L A T E S T R E P L I E S (Newest First) |
Aamir |
Posted - Aug 10 2023 : 11:22:26 Oh! This was missing at that location. thank you so much.
Aamir |
xequte |
Posted - Aug 09 2023 : 22:49:58 Hi Aamir
Ensure that you have added ielib64.dll to your EXE folder.
Nigel Xequte Software www.imageen.com
|