-
Notifications
You must be signed in to change notification settings - Fork 62
Image Downsize does not treat image rotation as expected #450
Comments
would you like to share a sample project to facilitate our work? |
Hi @johannes-steurer. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
I am not really able to share my current project publicly, unfortunately. Hope this helps. Thanks, |
I write a project and run it on android emulator, looks like image has the same orientation with machine |
You are actually lucky that This issue affects There is a workaround which I am using (doesn't work for Windows because image processing is not fully implemented there #422). The workaround is to read before processing and then save after processing appropriate For advanced image processing, the |
Have you run into the error described in dotnet/maui#7616 when running app on Windows? |
I cannot run my App on Windows unfotunately |
I found the same problem with .net maui graphics just like @johannes-steurer said any work around ? i need to use image downsize feature |
@johannes-steurer any work around ? |
There is an expensive both for processing time and programming time workaround - use Exif Library to extract exif info out before resize and then put it in the resized image. |
well at least the work around worked for me, need to manually rotate the image though XD. At least that 1 problem solved |
Any updates? I still have this problem when downsizing |
Any updates ... we need a fix @jfversluis |
please assist we need a fix ... @davidortinau |
Also waiting urgently for a fix. It's 1.5 years now since reporting! |
Description
When downsizing an image as desciibed in
https://docs.microsoft.com/en-us/dotnet/maui/user-interface/graphics/images
the resulting downsized image behaves in the following way:
Steps to Reproduce
Following code reproduces the issue on Andriod:
Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Andriod 12 - API 31
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: