netpbmAsciiEncoder top-level constant Output and Comparison
Encodes pixel data as a portable pixmap (Netpbm) image format using ASCII.
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 NetpbmAsciiEncoder.new.
{@category Output and Comparison}
Implementation
const netpbmAsciiEncoder = NetpbmAsciiEncoder();