gflEnableLZW
The gflEnableLZW function enables the use of LZW compression. Be carefull there is a patent from Unisys.
void gflEnableLZW( GFL_BOOL enable );
Parameters
- enable
-
GFL_TRUE or GFL_FALSE.
By default, the LZW compression is not enabled.
See also