Color space - RGB and YCbCr question
- by HardCoder1986
Hello!
I am now trying to understand how JPEG encoding works and everything seems fine except the color transformation part.
Before attempting to do a DCT in JPEG algorithm, the image is transformed into YCbCr color space. To me this essentially means that we just (comparing to initial RGB image) take a chunk of color information and dispose it…