Actions

XMP

From XnView Wiki

Revision as of 16:25, 22 November 2010 by WikiSysop (talk | contribs) (Reverted edits by Akajavim (Talk) to last revision by WikiSysop)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

gflBitmapGetXMP

GFL_BOOL gflBitmapGetXMP( 
  const GFL_BITMAP* bitmap, 
  GFL_UINT8** pData, 
  GFL_UINT32* pLength 
);

Parameters

bitmap
Pointer to a GFL_BITMAP structure.
pData
Address of a pointer to receive the allocated data
Must freed by gflFreeMemory
pLength
Address of a GFL_UINT32 to receive the length of data

Return value

The function returns GFL_TRUE if the bitmap has XMP metadata.