T O P I C R E V I E W |
AScomp |
Posted - Jan 08 2021 : 09:30:02 Hi,
I have a strange issue with one image when using TImageEnFolderMView:
The image is show in landscape mode, even it is a portrait. Other portrait images are shown properly (as portrait) in the same object, but the above one is shown as landscape.
Below dimensions information for the image in Windows Explorer:
Any ideas?
Kind regards
Andreas
|
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jan 12 2021 : 17:57:14 Hi Andreas
Yes, it is False by default. False actually gives the true view of the image. True gives a view that is rotated for display (which is what Windows Explorer does).
For TImageEnView use:
ImageEnView1.IO.Params.EnableAdjustOrientation := True;
https://www.imageen.com/help/TIOParams.EnableAdjustOrientation.html
Nigel Xequte Software www.imageen.com
|
AScomp |
Posted - Jan 08 2021 : 15:31:37 Hi Nigel,
it was false (by default?).
I changed it to true in FormCreate, now it works properly.
Thanks a lot!
Kind regards
Andreas |
xequte |
Posted - Jan 08 2021 : 15:17:52 Hi Andreas
What is your value for ImageEnMView1.EnableAdjustOrientation?:
https://www.imageen.com/help/TImageEnMView.EnableAdjustOrientation.html
Nigel Xequte Software www.imageen.com
|