-
-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoOrient does not work for Heic images #1662
Comments
Thanks for sharing the images but I have no idea what your issue is? |
AutoOrient(),The image should automatically rotate in the direction of the arrow, with the arrow pointing upwards i test jpg , it work fine. but heic, it not work fine i update sample image.(By the way, I'm not sure if 90.heic should be rotated 90 or 270 degrees, I don't understand the Heic image format) |
Heic images should automatically be orientated to the right direction? You should not need to |
I don't quite understand the definition of the orientation tag in the heic image format. 90.heic as an example, the default rotation of this image is 270 degrees Maybe there is something wrong with my understanding of AutoOrient? |
Heic images are automatically "auto oriented" when they are being read. |
This issue comes from here How can I make the image show the correct orientation? i try copytrans, The orientation of the images is correct it is ImageGlass (Magick.Net 13.9.1), The orientation of the images is incorrect i try Openize.HEIC, The orientation of the images is correct |
i set PreserveOrientation = false, The orientation of the images is correct so, AutoOrient is invalid for heic ? BaseWidth is always the same as Width ( PreserveOrientation = false or true ), I think there should be at least one case where BaseWidth should not be the same as Width, ( Openize.HEIC---- ispeWidth not same as Width ) |
|
i test 90.heic So I cannot know if the direction of 90.heic is rotating 270 degrees heic image will lost Original orientation information ? |
I finally had some time to take a deeper look at what you were asking. The |
Magick.NET version
13.9.1
Environment (Operating system, version and so on)
Windows10, net framework 4.7.2
Description
AutoOrient() not work
Steps to Reproduce
HEIC_rotation.zip
The text was updated successfully, but these errors were encountered: