Leptonica 1.85.0
Image processing and image analysis suite
Loading...
Searching...
No Matches
PixComp Struct Reference

#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
 

Detailed Description

Compressed Pix

Definition at line 393 of file pix_internal.h.

Field Documentation

◆ cmapflag

◆ comptype

l_int32 PixComp::comptype

◆ d

◆ data

◆ h

◆ size

◆ text

char* PixComp::text

text string associated with pix

Definition at line 404 of file pix_internal.h.

Referenced by pixcompCopy(), pixcompCreateFromPix(), pixcompDestroy(), and pixCreateFromPixcomp().

◆ w

◆ xres

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().

◆ yres

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().


The documentation for this struct was generated from the following file: