79 uint_fast16_t numchans;
80 uint_fast16_t *chantocmptlut;
void jas_image_destroy(jas_image_t *image)
Deallocate any resources associated with an image.
Definition: jas_image.c:303
void jas_image_delcmpt(jas_image_t *image, unsigned cmptno)
Delete a component from an image.
Definition: jas_image.c:816
#define jas_image_numcmpts(image)
Get the number of image components.
Definition: jas_image.h:386
int jas_image_depalettize(jas_image_t *image, unsigned cmptno, unsigned numlutents, const int_fast32_t *lutents, unsigned dtype, unsigned newcmptno)
Depalettize an image.
Definition: jas_image.c:1011
#define jas_image_setclrspc(image, clrspc)
Set the color model for an image.
Definition: jas_image.h:398
JasPer Debugging-Related Functionality.
unsigned jas_stream_peek(jas_stream_t *stream, void *buf, size_t cnt)
Attempt to retrieve one or more pending characters of input from a stream into a buffer without actua...
Definition: jas_stream.c:720
#define jas_image_clrspc(image)
Get the color model used by the image.
Definition: jas_image.h:392
Image class.
Definition: jas_image.h:202