pub unsafe extern "C" fn opj_start_compress(
    p_codec: *mut opj_codec_t,
    p_image: *mut opj_image_t,
    p_stream: *mut opj_stream_t
) -> OPJ_BOOL
Expand description

Start to compress the current image.

  • p_codec — Compressor handle
  • p_image — Input filled image
  • p_stream — Input stgream