Skip to content

IImageCanvas.DrawImage Changes the orientation of provided image on iOS #97

@ghost

Description

IImageCanvas.DrawImage Changes the orientation of provided image on Canvas Draw

This happens on iOS (Xamarin Forms + iOS) & for some images.

Code to reproduce
IPlatform platforms = nGraphics.GetCurrent(); IImage iimage = platforms.LoadImage(mediaFileAndFaceArray.Path); var canvas = platforms.CreateImageCanvas(new NGraphics.Size(iimage.Size.Width, iimage.Size.Height), transparency: true); canvas.DrawImage(iimage, 0, 0, iimage.Size.Width, iimage.Size.Height, 1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions