Skip to content
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

RotateTransformation does not rotate images on iOS 17 #1575

Closed
1 of 7 tasks
MSicc opened this issue Oct 11, 2023 · 1 comment
Closed
1 of 7 tasks

RotateTransformation does not rotate images on iOS 17 #1575

MSicc opened this issue Oct 11, 2023 · 1 comment

Comments

@MSicc
Copy link

MSicc commented Oct 11, 2023

🐛 Bug Report

RotateTransformation does no longer rotate images on iOS17

Expected behavior

RotateTransformation rotates the image

Reproduction steps

following code works on iOS 16.x:

var imageToEditStream = ImageService.Instance.LoadStream(async c => await media.OpenReadAsync());
imageToEditStream.DownSampleInDip(800);
imageToEditStream.Transform(new RotateTransformation(90, false, true));

try to run the same code on iOS 17.x, does no longer work.

wrong (iOS17):
IMG_0003

correct (iOS16):
IMG_273CEACE55F7-1

Configuration

DEBUG & RELEASE

Version: 2.4.1..982

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
@MSicc
Copy link
Author

MSicc commented Aug 14, 2024

no longer needed, XF is dead.

@MSicc MSicc closed this as completed Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant