**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);  