|
"L. Spiro Engine"
|
Implementation of operations on images. More...
#include <LSIJpegImage.h>
Classes | |
| struct | opj_image |
| struct | opj_image_comp |
| struct | opj_image_comptparm |
Public Types | |
| typedef struct lsi::CJpegImage::opj_image_comp | opj_image_comp_t |
| typedef struct lsi::CJpegImage::opj_image | opj_image_t |
| typedef struct lsi::CJpegImage::opj_image_comptparm | opj_image_cmptparm_t |
Static Public Member Functions | |
| static opj_image_t * | opj_image_create0 () |
| static opj_image_t *LSE_CALL | opj_image_create (LSINT32 _i32NumComponents, opj_image_cmptparm_t *_picComponentParms, OPJ_COLOR_SPACE _csColorSpace) |
| static LSVOID LSE_CALL | opj_image_destroy (opj_image_t *_piImage) |
Implementation of operations on images.
Class CJpegImage Description: Implementation of operations on images.
Component parameters structure used by the opj_image_create function
| typedef struct lsi::CJpegImage::opj_image_comp lsi::CJpegImage::opj_image_comp_t |
Defines a single image component
| typedef struct lsi::CJpegImage::opj_image lsi::CJpegImage::opj_image_t |
Defines image data and characteristics
| static opj_image_t* LSE_CALL lsi::CJpegImage::opj_image_create | ( | LSINT32 | _i32NumComponents, |
| opj_image_cmptparm_t * | _picComponentParms, | ||
| OPJ_COLOR_SPACE | _csColorSpace | ||
| ) | [static] |
Create an image.
| _i32NumComponents | Number of components. |
| _picComponentParms | Components parameters. |
| _csColorSpace | Image color space. |
| static opj_image_t* lsi::CJpegImage::opj_image_create0 | ( | ) | [static] |
Create an empty image.
| static LSVOID LSE_CALL lsi::CJpegImage::opj_image_destroy | ( | opj_image_t * | _piImage | ) | [static] |
Deallocate any resources associated with an image.
| _piImage | Image to be destroyed. |
1.7.3