OpenJPEG 1.5.1
Functions
image.h File Reference

Implementation of operations on images (IMAGE) More...

Go to the source code of this file.

Functions

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

Detailed Description

Implementation of operations on images (IMAGE)

The functions in IMAGE.C have for goal to realize operations on images.

Function Documentation

◆ opj_image_create0()

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().