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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

RotateTransformation does not rotate images on iOS 17 #1575

Open
1 of 7 tasks
MSicc opened this issue Oct 11, 2023 · 0 comments
Open
1 of 7 tasks

RotateTransformation does not rotate images on iOS 17 #1575

MSicc opened this issue Oct 11, 2023 · 0 comments

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
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