gflLoadBitmap

The gflLoadBitmap function load a picture file into memory.

GFL_ERROR gflLoadBitmap(
  const char * filename,  
  GFL_BITMAP ** bitmap,  
  GFL_LOAD_PARAMS * params,  
  GFL_FILE_INFORMATION * informations,  
);

Parameters

Return value

See also