Function Y2RU_SetInputLineWidth

Source
pub unsafe extern "C" fn Y2RU_SetInputLineWidth(
    line_width: u16_,
) -> Result
Expand description

Used to configure the width of the image.

ยงArguments

  • line_width - Width of the image in pixels. Must be a multiple of 8, up to 1024.

Note: Prefer using Y2RU_SetConversionParams if you have to set multiple parameters.