Use this as palette for pseudocolor encoding
(Note: encoding with alpha channel and pseudocolor
at the same time are not supported)
"zlevel" : int(0..9)
The level of z-compression to be applied. Default is 8.
"zstrategy" : int
The type of LZ77 strategy to be used. Possible values are
Gz.DEFAULT_STRATEGY , Gz.FILTERED , Gz.HUFFMAN_ONLY ,
Gz.RLE , Gz.FIXED . Default is Gz.DEFAULT_STRATEGY .