Leptonica 1.68
C Image Processing Library

Pix Struct Reference

#include <pix.h>

Collaboration diagram for Pix:

Data Fields

l_uint32 w
l_uint32 h
l_uint32 d
l_uint32 wpl
l_uint32 refcount
l_int32 xres
l_int32 yres
l_int32 informat
char * text
struct PixColormapcolormap
l_uint32data

Detailed Description

Definition at line 82 of file pix.h.


Field Documentation

Definition at line 84 of file pix.h.

Referenced by pixGetDimensions(), pixGetWidth(), and pixSetWidth().

Definition at line 86 of file pix.h.

Referenced by pixGetDepth(), pixGetDimensions(), and pixSetDepth().

Definition at line 87 of file pix.h.

Referenced by pixCreate(), pixCreateTemplate(), pixGetWpl(), and pixSetWpl().

Definition at line 88 of file pix.h.

Referenced by pixChangeRefcount(), pixCreateHeader(), and pixGetRefcount().

Definition at line 93 of file pix.h.

Referenced by pixCreateHeader(), pixGetInputFormat(), and pixSetInputFormat().

char* Pix::text

Definition at line 94 of file pix.h.

Referenced by pixAddText(), pixGetText(), pixReadStreamPng(), and pixSetText().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines