JPEG: YCrCb <-> RGB conversion precision

前端 未结 4 554
清酒与你
清酒与你 2021-01-27 02:31

I\'ve implemented rgb->ycrcb and ycrcb->rgb conversion using JPEG conversion formulae from
http://www.w3.org/Graphics/JPEG/jfif3.pdf
(the same at: http://en.wikipedia.o

4条回答
  •  猫巷女王i
    2021-01-27 03:00

    Another problem is that there is not a 1 to 1 mapping between rgb and YCbCR. There are YCbCr values with no corresponding RGB value and RBG values with no corresponding YCbCR values.

提交回复
热议问题