![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
| l_int32 | w |
| l_int32 | h |
| l_int32 | d |
| l_int32 | xres |
| l_int32 | yres |
| l_int32 | comptype |
| char * | text |
| l_int32 | cmapflag |
| l_uint8 * | data |
| size_t | size |
Compressed Pix
Definition at line 393 of file pix_internal.h.
| l_int32 PixComp::cmapflag |
flag (1 for cmap, 0 otherwise)
Definition at line 405 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompCreateFromString(), pixcompGetParameters(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_int32 PixComp::comptype |
compressed format (IFF_TIFF_G4,
IFF_PNG, IFF_JFIF_JPEG)
Definition at line 402 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompCreateFromString(), pixcompGetParameters(), pixcompWriteFile(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_int32 PixComp::d |
depth in bits
Definition at line 397 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompCreateFromString(), pixcompGetDimensions(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_uint8* PixComp::data |
the compressed image data
Definition at line 406 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompCreateFromString(), pixcompDestroy(), pixcompFastConvertToPdfData(), pixcompWriteFile(), and pixCreateFromPixcomp().
| l_int32 PixComp::h |
height in pixels
Definition at line 396 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompCreateFromString(), pixcompGetDimensions(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| size_t PixComp::size |
size of the data array
Definition at line 407 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompCreateFromString(), pixcompFastConvertToPdfData(), pixcompWriteFile(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| char* PixComp::text |
text string associated with pix
Definition at line 404 of file pix_internal.h.
Referenced by pixcompCopy(), pixcompCreateFromPix(), pixcompDestroy(), and pixCreateFromPixcomp().
| l_int32 PixComp::w |
width in pixels
Definition at line 395 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompCreateFromString(), pixcompGetDimensions(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_int32 PixComp::xres |
image res (ppi) in x direction
(use 0 if unknown)
Definition at line 398 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompGetParameters(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_int32 PixComp::yres |
image res (ppi) in y direction
(use 0 if unknown)
Definition at line 400 of file pix_internal.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromPix(), pixcompGetParameters(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().