OpenJPEG  1.5.1
Functions
IMAGE - Implementation of operations on images

Functions

opj_image_topj_image_create0 (void)
 Create an empty image. More...
 

Detailed Description

Function Documentation

opj_image_t* opj_image_create0 ( void  )

Create an empty image.

Todo:
this function should be removed
Returns
returns an empty image if successful, returns NULL otherwise

References opj_calloc.

Referenced by j2k_decode(), and j2k_decode_jpt_stream().