![]() |
Leptonica
1.77.0
Image processing and image analysis suite
|
#include <pix.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 |
| l_int32 PixComp::cmapflag |
flag (1 for cmap, 0 otherwise)
Definition at line 645 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromString(), pixcompGetParameters(), and pixcompWriteStreamInfo().
| l_int32 PixComp::comptype |
compressed format (IFF_TIFF_G4, IFF_PNG, IFF_JFIF_JPEG)
Definition at line 642 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromString(), pixcompGetParameters(), and pixcompWriteStreamInfo().
| l_int32 PixComp::d |
depth in bits
Definition at line 637 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromString(), pixcompGetDimensions(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_uint8* PixComp::data |
the compressed image data
Definition at line 646 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromString(), pixcompDestroy(), pixcompFastConvertToPdfData(), and pixCreateFromPixcomp().
| l_int32 PixComp::h |
height in pixels
Definition at line 636 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromString(), pixcompGetDimensions(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| size_t PixComp::size |
size of the data array
Definition at line 647 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromString(), pixcompFastConvertToPdfData(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| char* PixComp::text |
text string associated with pix
Definition at line 644 of file pix.h.
Referenced by pixcompCopy(), pixcompDestroy(), and pixCreateFromPixcomp().
| l_int32 PixComp::w |
width in pixels
Definition at line 635 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompCreateFromString(), pixcompGetDimensions(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_int32 PixComp::xres |
image res (ppi) in x direction (use 0 if unknown)
Definition at line 638 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompGetParameters(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().
| l_int32 PixComp::yres |
image res (ppi) in y direction (use 0 if unknown)
Definition at line 640 of file pix.h.
Referenced by pixacompReadStream(), pixacompWriteStream(), pixcompCopy(), pixcompGetParameters(), pixcompWriteStreamInfo(), and pixCreateFromPixcomp().