The styler limits to [0,255] the allowed values for the Band Enhancement min and max values (for algorithms strech, clip, clip to zero. This is not correct because the band values can be many different values (double, 16bit, ...).
So these are the requirements:
1 - user can use decimal values
2 - user can use negative values
3 - user can user values > 255.
The styler limits to [0,255] the allowed values for the Band Enhancement min and max values (for algorithms strech, clip, clip to zero. This is not correct because the band values can be many different values (double, 16bit, ...).
So these are the requirements:
1 - user can use decimal values
2 - user can use negative values
3 - user can user values > 255.