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
 Portrait mode instead of landscape

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