Function sixel_sys::sixel_encode [] [src]

pub unsafe extern "C" fn sixel_encode(
    pixels: *mut c_uchar,
    width: c_int,
    height: c_int,
    depth: c_int,
    dither: *mut Dither,
    context: *mut Output
) -> Status