typedef struct _t_PDEImageJPX *PDEImageJPX;
0 will be returned. This object is acquired and must be released using PDERelease() when it is no longer in use. PDEColorSpace PDEImageJPXAcquireColorSpace(IN PDEImageJPX pdeImageJPX);
pdeImageJPX | IN/OUT A JPX encoded image object.
|
JPXColorSpace PDEImageJPXAcquireJPXColorSpace(IN PDEImageJPX pdeImageJPX);
pdeImageJPX | IN/OUT A JPX encoded image object.
|
JPXPalette PDEImageJPXAcquirePalette(IN PDEImageJPX pdeImageJPX);
pdeImageJPX | IN/OUT A JPX encoded image object.
|
void PDEImageJPXGetAttrs(IN PDEImageJPX pdeImageJPX, OUT PDEImageJPXAttrsP attrsP, IN ASUns32 attrsSize);
pdeImageJPX | IN/OUT A JPX encoded image object.
|
attrsP | IN/OUT (Filled by the method) A pointer to a PDEImageJPXAttrs structure containing the attributes of the JPX encoded image.
|
attrsSize | IN/OUT The size of the
attrsP buffer in bytes. |
void PDEImageJPXGetCosObj(IN PDEImageJPX pdeImageJPX, OUT CosObj *cosObjP);
pdeImageJPX | IN/OUT The JPX image whose Cos object is obtained.
|
cosObjP | IN/OUT (Filled by the method) The Cos object for the image.
|
0. ASStm PDEImageJPXGetDataStm(IN PDEImageJPX pdeImageJPX, IN ASUns32 flags);
pdeImageJPX | IN/OUT A JPX encoded image object.
|
flags | Unused.
|
ASInt32 PDEImageJPXGetNumColorSpaces(IN PDEImageJPX pdeImageJPX);
pdeImageJPX | IN/OUT A JPX encoded image object.
|
true if the JPX encoded image has a JPX palette ASBool PDEImageJPXHasPalette(IN PDEImageJPX pdeImageJPX);
pdeImageJPX | IN/OUT A JPX encoded image object.
|
true if the encoded JPX image contains a palette.