Open rstml opened 5 years ago
Currently resample=Image.BICUBIC seems to be hardcoded for most operations except resize().
resample=Image.BICUBIC
Would be great to support custom resampling strategies for other operations too.
Currently
resample=Image.BICUBIC
seems to be hardcoded for most operations except resize().Would be great to support custom resampling strategies for other operations too.