I want display full color range when convert image type
Dear Sir,
I had a 48-bit depth color image. This image is capture from 14bit color camera. It actually color range is from 0 to 16383. Windows system image file only support 24 bit or 48 bit depth format.
I need to do convert color type by customer conversion pixel value method for get linearly enlarge the color range. Then saving for 48bit format image file.
How to set black level and white level displayed the full range value automatically when doing convert image. Because i found the black level and white level will auto fit on effective range.
(I don't want to press reset display button.)
This problem does not affect the image archive. I just want to know can B/W level display full range automatically?
br,
Wesan
0
Answers
You should use Custom conversion pixel values ranges, like this:
Regards,
Yuri
I'm so sorry. I didn't make it clear.
I want to display full range BW Level (0 and 65535) when press convert image.
I have found an effective method. Just need press Apply...
# This is original image.
#Custom conversion pixel values ranges
# b/w level will fit to valid range
Yes, clicking the Apply will stretch the current display range 0..16343 to the full range (0..65535). My solution did the same, but with creating a new image.
Yuri