-
Notifications
You must be signed in to change notification settings - Fork 1.9k
IImage downsize broken starting from 9.0.80 and not fixed in 9.0.81 #30350
Copy link
Copy link
Closed
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/iosregressed-in-9.0.80s/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
I'm downsizeing image stream to send for OCR scanning for 3th party api. Starting from 9.0.80 release this functionality is broken on iOS, I downgraded to 9.0.70 and it again started work properly. Today tried new 81 release, and the issue still persists.
That's how I'm using it
var iImage = PlatformImage.FromStream(imageAsStream);
var newImage = iImage.Downsize(300, true);
......
Steps to Reproduce
iImage.Downsize creates much smaller or damaged image.
Link to public reproduction project repository
No response
Version with bug
9.0.80 SR8
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.70 SR7
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
Downgrading to SR70
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/iosregressed-in-9.0.80s/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done