Monochrome images display range and LUT
Describe the solution you'd like For monochrome images of type uint8, uint16 and float32 it is often desirable to
- set the range displayed (best would be min and max value of the source image)
- display them in "color" using a LUT
- have an optional auto-contrast (e.g. like Fiji / ImageJ has), which is then either image by image or in case of videos globally set
Describe alternatives you've considered In "older" versions i could achieve this setting the display type as tensor, which somehow allows these features. Now I can use the depth image visualizer, which has an auto-range which is not always wanted.
(Should also apply to monochrome videos)
Very closely related to
- https://github.com/rerun-io/rerun/issues/4624
- https://github.com/rerun-io/rerun/issues/6897
(keeping this open though since imho it provides a different perspective on the problem/feature request!)
Found another one:
- https://github.com/rerun-io/rerun/issues/6976
I started using depth image to get the same result, which allows setting a LUT and a min an max value. The default behaviour seems to be an auto contrast (for each image individually). Could you just copy paste these functions to the "standard" image?