API Reference
Class
PbmReader
Decodes PBM (P4/P1) images to RGBA buffers.
Inheritance
- Object
- PbmReader
Methods
public static Byte[] DecodeRgba32(ReadOnlySpan<Byte> pbm, out Int32 width, out Int32 height) #Returns:
Byte[]Decodes a PBM image to an RGBA buffer.
Parameters
- pbm System.ReadOnlySpan{System.Byte}
- width System.Int32@
- height System.Int32@