Using gdal in python I would specify the following arguments in the driver.Create function call:
create_args = ['COMPRESS=LZW', 'PREDICTOR=2', 'TILED=Yes',
btw I'm on 4.9.0 32bit
create_args = ['COMPRESS=LZW', 'PREDICTOR=2', 'TILED=Yes',
'BLOCKXSIZE=128', 'BLOCKYSIZE=128']
I'm not sure how to pass the equivalent through mapwingis.btw I'm on 4.9.0 32bit