GFL_FILE_INFORMATION

The GFL_FILE_INFORMATION structure contains informations about a picture's file.

typedef struct (
  GFL_BITMAP_TYPE Type,  
  GFL_ORIGIN Origin,  
  GFL_INT32 Width,  
  GFL_INT32 Height,  
  GFL_INT32 FormatIndex,  
  char FormatName[8],  
  char Description[64],  
  GFL_UINT16 Xdpi,  
  GFL_UINT16 Ydpi,  
  GFL_UINT16 BitsPerComponent,  
  GFL_UINT16 ComponentsPerPixel,  
  GFL_INT32 NumberOfImages,  
  GFL_UINT32 FileSize,  
  GFL_COLORMODEL ColorModel,  
  GFL_COMPRESSION Compression,  
  char CompressionDescription[64]
} GFL_LOAD_PARAMS

Members

Remarks

See also