Actions

Difference between revisions of "XMP"

From XnView Wiki

m (Reverted edits by Akajavim (Talk) to last revision by WikiSysop)
 
Line 1: Line 1:
>== gflBitmapGetXMP ==
== gflBitmapGetXMP ==


  GFL_BOOL <b>gflBitmapGetXMP</b>(  
  GFL_BOOL <b>gflBitmapGetXMP</b>(  
   const GFL_BITMAP* bitmap,  
   const GFL_BITMAP* bitmap,  
   GFL_UINT8** pData,  
   GFL_UINT8** pData,  
Line 21: Line 21:


[[Category: GFLSDK Reference Manual]]
[[Category: GFLSDK Reference Manual]]
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
>=[http://alosedix.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
----
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
=[http://ubiqyzynene.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
----
=[http://ubiqyzynene.co.cc CLICK HERE]=
----
</div>
=[http://alosedix.co.cc CLICK HERE]=
----
</div>

Latest revision as of 15:25, 22 November 2010

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.