You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
Removed limitations for band enhancement. Now the user can insert
decimal values, without any limitation (except that the min have to
be a lower value that the max).
The values 0, 255 will only used as initial values (until not able
to retrieve the limits from the original data).
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 text was updated successfully, but these errors were encountered: