Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, July 21, 2005 12:37:09 PM(UTC)

boulger  
boulger

Groups: Registered
Posts: 2


Does LeadTools ver 13 patch autorotate images based on the EXIF Orientation tag?  If this is the case, is there a property that I can set to disable this function?

My code rotates images 90 degrees based on the Orientation tag (which used to work in LeadTools ver 13), but after I patched version 13 my images are rotating 180 degrees.  Is this due to the fact that my image is being autorotated internally by LeadTools control?

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, July 27, 2005 10:58:45 AM(UTC)

Otis  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Thank you for contacting LEADTOOLS. LEADTOOLS will respect the orientation or view perspective flag in EXIF files. If you choose to not load the image rotated, you would have to check that flag in the file previous to loading it. If it is rotated, you would know ahead of time and could load the file accordingly.
 
#3 Posted : Tuesday, September 13, 2005 7:06:51 AM(UTC)

Otis  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

You should only have to set RasterCodec.Options.Load.Rotated = False and it appears that property is not working correctly. I have reported this incident as 3845IDT. As soon as a patch is released, I will contact you.


______________________________
Update by moderator:
The property is working properly, but it does not mean the orientation flag in the image file gets ignored. It only means whether to allow the file to have extended view perspective (any value other than TopLeft or BottomLeft).

Whether Options.Load.Rotated is set to True or False will not change how it gets displayed by LEADTOOLS. To ignore the view perspective, set the IgnoreViewPerspective property to True before loading.
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.084 seconds.