Skip to content

IImage downsize broken starting from 9.0.80 and not fixed in 9.0.81 #30350

@hflexgrig

Description

@hflexgrig

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingi/regressionThis issue described a confirmed regression on a currently supported versionpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/iosregressed-in-9.0.80s/triagedIssue has been reviewedt/bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions