Mono

Monochrome PCL output can be generated from monochrome bitmaps. These are generated by rendering to greyscale (no alpha) pixmaps and dithering down. The functions in question are:


\begin{lstlisting}
fz_band_writer *fz_new_mono_pcl_band_writer(fz_context *ctx, ...
...bitmap, char *filename, int append, const fz_pcl_options *pcl);
\end{lstlisting}