Closed radarhere closed 1 month ago
Resolves #8333 by allowing resize() on I;16, I;16L, I;16B and I;16N images to work with resampling filters other than NEAREST.
resize()
NEAREST
Given the original intention to use BICUBIC as the default resampling for all modes, I've also changed the default resampling for I;16* modes to BICUBIC here. This will only leave the deprecated modes BGR;15, BGR;16 and BGR;24 using NEAREST by default.
BICUBIC
Resolves #8333 by allowing
resize()
on I;16, I;16L, I;16B and I;16N images to work with resampling filters other thanNEAREST
.Given the original intention to use
BICUBIC
as the default resampling for all modes, I've also changed the default resampling for I;16* modes toBICUBIC
here. This will only leave the deprecated modes BGR;15, BGR;16 and BGR;24 usingNEAREST
by default.