The gflGetFileInformationFromMemory function retrieves all informations about a picture from memory.
GFL_ERROR gflGetFileInformationFromMemory( GFL_UINT8 * data, GFL_UINT32 data_length,
GFL_INT32 index,
const GFL_LOAD_CALLBACKS * callbacks,
GFL_FILE_INFORMATION * information );
Parameters
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also