GFL_SAVE_PARAMS

The GFL_SAVE_PARAMS structure contains options for the save of picture.

typedef struct (
  GFL_UINT32 Flags,  
  GFL_INT32 FormatIndex,  
  GFL_COMPRESSION Compression,  
  GFL_INT16 Quality,  
  GFL_INT16 CompressionLevel,  
  GFL_BOOL Interlaced,  
  GFL_BOOL Progressive,  
  GFL_BOOL OptimizeHuffmanTable,  
  GFL_BOOL InAscii,  
  GFL_UINT32 Offset,  
  GFL_CORDER ChannelOrder,  
  GFL_CTYPE ChannelType,  
  GFL_WRITE_CALLBACK Write,  
  GFL_TELL_CALLBACK Tell,  
  GFL_SEEK_CALLBACK Seek
} GFL_SAVE_PARAMS

Members

See also