pub unsafe extern "C" fn fz_write_bitmap_as_pwg_page(
    ctx: *mut fz_context,
    out: *mut fz_output,
    bitmap: *const fz_bitmap,
    pwg: *const fz_pwg_options
)
Expand description

Write a bitmap as a PWG page.

Caller should provide a file header by calling fz_write_pwg_file_header, but can then write several pages to the same file.