JPEG: YCrCb <-> RGB conversion precision

前端 未结 4 591
清酒与你
清酒与你 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条回答
  •  渐次进展
    2021-01-27 02:46

    Yes, supposedly JPEG XR defines a color conversion that is reversible. The code is open source if you want to investigate in depth how they're doing it. The method is loosely described on the Wiki-page I linked to.

    Also this SO post might give you some insights.

提交回复
热议问题