From c46162d94399b7467b08292256f2b5efffe29c79 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Thu, 22 Jul 2021 10:38:02 +0200 Subject: [PATCH] Add RGB/YUV format links --- hello_bs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello_bs/README.md b/hello_bs/README.md index 2b2bcd5..bb8c117 100644 --- a/hello_bs/README.md +++ b/hello_bs/README.md @@ -84,3 +84,8 @@ MC32 : http://psx.arthus.net/tools/pimp-psx.zip mdecnote : http://psx.arthus.net/sdk/Psy-Q/DOCS/TECHNOTE/mdecnote.pdf PSX RGB and YUV format : http://psx.arthus.net/sdk/Psy-Q/DOCS/Devrefs/Dataconv.pdf , p.68 + +YUV pixel format : https://www.fourcc.org/pixel-format/yuv-uyvy/ +RGB pixel format : https://www.fourcc.org/rgb.php + +RGB<>YUV conversion formulas : https://www.fourcc.org/fccyvrgb.php