pub unsafe extern "C" fn Y2RU_SetInputLineWidth(
line_width: u16_,
) -> ResultExpand 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.