LEADTOOLS Support
Imaging
Imaging SDK Questions
Image Rotatation based on EXIF:Orientation
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, July 21, 2005 12:37:09 PM(UTC)
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?
#2
Posted
:
Wednesday, July 27, 2005 10:58:45 AM(UTC)
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)
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.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Image Rotatation based on EXIF:Orientation
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.