@@ -2849,12 +2849,14 @@ Color space conversion
28492849 .. code-tab :: c++
28502850
28512851 ImageBuf Src ("tahoe.jpg");
2852- ImageBuf Dst = ImageBufAlgo::colorconvert (Src, "sRGB", "acescg", true);
2852+ ImageBuf Dst = ImageBufAlgo::colorconvert (Src, "srgb_rec709_scene",
2853+ "acescg", true);
28532854
28542855 .. code-tab :: py
28552856
28562857 Src = ImageBuf("tahoe.jpg")
2857- Dst = ImageBufAlgo.colorconvert (Src, "sRGB", "acescg", True)
2858+ Dst = ImageBufAlgo.colorconvert (Src, "srgb_rec709_scene", "acescg",
2859+ True)
28582860
28592861 .. code-tab :: bash oiiotool
28602862
@@ -2950,14 +2952,15 @@ Color space conversion
29502952 .. code-tab :: c++
29512953
29522954 ImageBuf Src ("tahoe.exr");
2953- ImageBuf Dst = ImageBufAlgo::ociodisplay (Src, "sRGB", "Film", "lnf",
2954- "", true, "SHOT", "pe0012");
2955+ ImageBuf Dst = ImageBufAlgo::ociodisplay (Src, "srgb_rec709_scene",
2956+ "Film", "lnf", "", true,
2957+ "SHOT", "pe0012");
29552958
29562959 .. code-tab :: py
29572960
29582961 Src = ImageBuf("tahoe.jpg")
2959- Dst = ImageBufAlgo.ociodisplay (Src, "sRGB ", "Film", "lnf ",
2960- "", True, "SHOT", "pe0012")
2962+ Dst = ImageBufAlgo.ociodisplay (Src, "srgb_rec709_scene ", "Film",
2963+ "lnf", " ", True, "SHOT", "pe0012")
29612964
29622965 .. code-tab :: bash oiiotool
29632966
0 commit comments