opj_set_decoded_resolution_factor

Function opj_set_decoded_resolution_factor 

Source
pub unsafe extern "C" fn opj_set_decoded_resolution_factor(
    p_codec: *mut opj_codec_t,
    res_factor: OPJ_UINT32,
) -> OPJ_BOOL
Expand description

Set the resolution factor of the decoded image

§Arguments

  • p_codec - the jpeg2000 codec.
  • res_factor - resolution factor to set

§Returns

true if success, otherwise false