Page 1 of 1

What's the best color space to preserve image naturalness?

Posted: 2016-06-06T10:33:58-07:00
by life24
Hello,
What's the best color space to preserve image naturalness?
Thanks

Re: What's the best color space to preserve image naturalness?

Posted: 2016-06-06T10:52:54-07:00
by fmw42
Please define image naturalness? Compare to what?

Re: What's the best color space to preserve image naturalness?

Posted: 2016-06-09T23:52:31-07:00
by life24
fmw42 wrote:Please define image naturalness? Compare to what?
Thank you for your reply,
For example: HE method can leads unnatural image. but i need color space , not a enhancement method.
What's the best color space to preserve image naturalness? RGB? HSV? or .... ?

Image

Re: What's the best color space to preserve image naturalness?

Posted: 2016-06-10T00:38:05-07:00
by fmw42
Colorspace and mean brightness are quite different concepts. What processing are you expecting to do where you would like to choose the best colorspace. See http://www.imagemagick.org/Usage/filter/ and http://www.imagemagick.org/Usage/filter/nicolas/

Re: What's the best color space to preserve image naturalness?

Posted: 2016-06-10T00:39:51-07:00
by snibgo
Your question is too vague for an answer.

Computer screens display images with red, green and blue channels. So the output colorspace needs those channels. But processing can be done in any colorspace, according to the requirement. For example:

- To adjust the image brightness, we can convert to a colorspace with a lightness channel, make the adjustment, and convert back to RGB/sRGB. The other two channels of the chosen colorspace will be unchanged.

- To adjust the image saturation, we can convert to a colorspace with a saturation channel, make the adjustment, and convert back to RGB/sRGB. The other two channels of the chosen colorspace will be unchanged.

Many, many other adjustments can be made to an image. I can't see that there is a "best" colorspace that fits them all.

Re: What's the best color space to preserve image naturalness?

Posted: 2017-06-01T21:55:01-07:00
by henrywho
I presume that you are talking about digitized images.

The best way to preserve a digitized image is to leave it in the original format untouched.

If you will be performing different operations on the image, the answer depends on the tool(s) you will be using.