Rescale intensity of 12 bit image encoded as 16 bit
Posted: Mon Sep 30, 2024 6:46 pm
I sometimes work with 12-bit images which are saved into 16-bit files. As file's maximum supported intensity is 65535, and actual brightest pixel has 4095 intensity, the image appears very dark:
Does this feature request make sense, how likely it is to be implemented, and is there any time estimate?
Such images should be rescaled so they look like this:
Ideally, this would be configurable via these options:
- Never rescale
- Brightest pixel to 255 (default)
- Increase brightness by whole bit levels
Does this feature request make sense, how likely it is to be implemented, and is there any time estimate?