Skip to content

[BUG] SKBitmap.Decode returns null when decode PNG image. #933

@AlexNosk

Description

@AlexNosk

Description

PNG image cannot be decoded with SKBitmap.Decode. The problematic image is attached.

Code

SkiaSharp.SKBitmap bmp = SkiaSharp.SKBitmap.Decode(@"C:\Temp\image1.png");
Assert.IsNotNull(bmp);

image1
image10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions