Closed
Description
Description
I have a 8bit grayscale png. Previously SkiaSharp returned the color type as Index8, but now that format has been removed. I would expect it now to say gray8
, and one byte per pixel.
Code
using (var bitmap = SKBitmap.Decode(bytes))
Expected Behavior
gray8, 1 byte per pixel
Actual Behavior
Basic Information
- Version with issue: 1.68.0-preview28
- Last known good version: 1.60.3