pub unsafe extern "C" fn fz_save_pixmap_as_pclm(
    ctx: *mut fz_context,
    pixmap: *mut fz_pixmap,
    filename: *mut c_char,
    append: c_int,
    options: *const fz_pclm_options
)
Expand description

Save a (Greyscale or RGB) pixmap as pclm.