Previous:
DgGlyphTone_Threshold_Data
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgImage_AddConstant
DgImage
(from ../include/DgImage.h)
typedef struct _DgImage {
DgUInt32 *pixels;
DgImage_PixelFormat pixelFormat;
DgInt32 width,
height;
DgFloat32 xRes,
yRes;
DgInt32 rowOffset;
DgInt32 pixelBits;
} DgImage;
Summary
Public image data structure. You
MUST
use DgImage_Create to initially populate this structure.
References
DgBestCorrelateFunction
DgCorrelateFunction
DgDecodeGlyphImage
DgDetectGlyphs
DgEncodeGlyphImage
DgFileHandler
DgFindGlyphGeom
DgFindGlyphInfo
DgFindSeedPoint
DgGlyphImageReader
DgGlyphImageWriter
DgGlyphRegion
DgGlyphTone_FindGlyphInfoType
DgImage_AddConstant
DgImage_ComputeGrayContrast
DgImage_ConvertMonoToGray
DgImage_Create
DgImage_Destroy
DgImage_GetMonoPixelAddr
DgImage_MakeSquarePixels
DgImage_PrintRect
DgImage_Retain
DgImage_Shrink2
DgImage_StretchY
DgReadGlyphBlock
DgReadImageFile
DgTraverseImage
DgWriteImageFile