Function grokj2k_sys::grk_compress_with_plugin[][src]

pub unsafe extern "C" fn grk_compress_with_plugin(
    codec: *mut grk_codec,
    tile: *mut grk_plugin_tile
) -> bool
Expand description

Encode an image into a JPEG 2000 code stream using plugin @param codec compressor handle @param tile plugin tile

@return Returns true if successful, returns false otherwise