format property
final
The format of the Netpbm image.
If omitted, the format is inferred from the pixel data:
- A format that implements Grayscale -> NetpbmFormat.graymap.
- A format that implements Rgb -> NetpbmFormat.pixmap.
- Otherwise, NetpbmFormat.bitmap.
Implementation
final NetpbmFormat? format;