Function openjpeg_sys::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
p_codec
— the jpeg2000 codec.res_factor
— resolution factor to set
@return true if success, otherwise false