![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <imageio.h>
Data Fields | |
| char * | title |
| l_int32 | n |
| l_int32 | ncmap |
| struct L_Ptra * | cida |
| char * | id |
| char * | obj1 |
| char * | obj2 |
| char * | obj3 |
| char * | obj4 |
| char * | obj5 |
| char * | poststream |
| char * | trailer |
| struct Pta * | xy |
| struct Pta * | wh |
| struct Box * | mediabox |
| struct Sarray * | saprex |
| struct Sarray * | sacmap |
| struct L_Dna * | objsize |
| struct L_Dna * | objloc |
| l_int32 | xrefloc |
| struct L_Ptra* L_Pdf_Data::cida |
array of compressed image data
Definition at line 230 of file imageio.h.
Referenced by cidConvertToPdfData(), and pixConvertToPdfData().
| char* L_Pdf_Data::id |
| struct Box* L_Pdf_Data::mediabox |
| l_int32 L_Pdf_Data::n |
number of images
Definition at line 228 of file imageio.h.
Referenced by cidConvertToPdfData(), generateOutputDataPdf(), and pixConvertToPdfData().
| l_int32 L_Pdf_Data::ncmap |
number of colormaps
Definition at line 229 of file imageio.h.
Referenced by generateOutputDataPdf().
| char* L_Pdf_Data::obj1 |
| char* L_Pdf_Data::obj2 |
| char* L_Pdf_Data::obj3 |
| char* L_Pdf_Data::obj4 |
page string (variable data)
Definition at line 235 of file imageio.h.
Referenced by generateOutputDataPdf().
| char* L_Pdf_Data::obj5 |
content string (variable data)
Definition at line 236 of file imageio.h.
Referenced by generateOutputDataPdf().
| struct L_Dna* L_Pdf_Data::objloc |
location of each pdf string object
Definition at line 245 of file imageio.h.
Referenced by generateOutputDataPdf().
| struct L_Dna* L_Pdf_Data::objsize |
sizes of each pdf string object
Definition at line 244 of file imageio.h.
Referenced by generateOutputDataPdf().
| char* L_Pdf_Data::poststream |
post-binary-stream string
Definition at line 237 of file imageio.h.
Referenced by generateOutputDataPdf().
| struct Sarray* L_Pdf_Data::sacmap |
colormap pdf object strings
Definition at line 243 of file imageio.h.
Referenced by generateOutputDataPdf().
| struct Sarray* L_Pdf_Data::saprex |
pre-binary-stream xobject strings
Definition at line 242 of file imageio.h.
Referenced by generateOutputDataPdf().
| char* L_Pdf_Data::trailer |
trailer string (variable data)
Definition at line 238 of file imageio.h.
Referenced by generateOutputDataPdf().
| struct Pta* L_Pdf_Data::wh |
store (wpt, hpt) array
Definition at line 240 of file imageio.h.
Referenced by cidConvertToPdfData(), and pixConvertToPdfData().
| l_int32 L_Pdf_Data::xrefloc |
| struct Pta* L_Pdf_Data::xy |
store (xpt, ypt) array
Definition at line 239 of file imageio.h.
Referenced by cidConvertToPdfData(), and pixConvertToPdfData().