GFL

 view release on metacpan or  search on metacpan

libgfl.h  view on Meta::CPAN


/*
 * BE CAREFULL: For the moment, gflSave can only save bitmap in RGB/RGBA order and GFL_TOP_LEFT !!
 */
typedef struct {
		GFL_UINT32       Flags; 
		GFL_INT32        FormatIndex; 

		GFL_COMPRESSION  Compression; 
		GFL_INT16        Quality;           /* Jpeg/Wic/Fpx  */
		GFL_INT16        CompressionLevel;  /* Png           */
		GFL_BOOL         Interlaced;        /* Gif           */
		GFL_BOOL         Progressive;       /* Jpeg          */

		/*
		 * For RAW/YUV
		 */
		GFL_UINT32       Offset; 
		GFL_CORDER       ChannelOrder; 
		GFL_CTYPE        ChannelType; 



( run in 0.429 second using v1.01-cache-2.11-cpan-0a6323c29d9 )