[][src]Function openjpeg2_sys::opj_set_decoded_resolution_factor

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

Set the resolution factor of the decoded image @param p_codec the jpeg2000 codec. @param res_factor resolution factor to set

@return true if success, otherwise false