netpbmBinaryEncoder top-level constant Output and Comparison
Encodes pixel data as a portable pixmap (Netpbm) image format.
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.
To specify the format explicitly, use NetpbmBinaryEncoder.new.
{@category Output and Comparison}
Implementation
const netpbmBinaryEncoder = NetpbmBinaryEncoder();