From: Jeremy Selan Date: Fri, 16 Mar 2012 19:04:29 +0000 (-0700) Subject: iif: rearranged colorspace order X-Git-Tag: v1.0_r1~2 X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=3b239e6199813ed31dc3323c45bc235dbbf7cae3 iif: rearranged colorspace order --- diff --git a/iif/config.ocio b/iif/config.ocio index 34ee856..d364449 100644 --- a/iif/config.ocio +++ b/iif/config.ocio @@ -45,6 +45,15 @@ colorspaces: allocationvars: [-8.5, 5] - ! + name: raw + family: raw + equalitygroup: + bitdepth: 32f + isdata: true + allocation: uniform + allocationvars: [0, 1] + + - ! name: adx10 family: adx equalitygroup: @@ -64,6 +73,22 @@ colorspaces: - ! {src: exp_to_aces.spimtx, interpolation: linear} - ! + name: slog10 + family: slog + equalitygroup: + bitdepth: 10ui + description: | + Sony 10-bit S-Log/S-Gamut cameras, such as the F35. + + isdata: false + allocation: uniform + allocationvars: [0, 1] + to_reference: ! + children: + - ! {src: slog10.spi1d, interpolation: linear} + - ! {src: slog_to_aces.spimtx, interpolation: linear} + + - ! name: log family: log equalitygroup: @@ -81,23 +106,20 @@ colorspaces: - ! {allocation: lg2, vars: [-8.5, 5]} - ! - name: slog10 - family: slog + name: rrt_srgb + family: rrt equalitygroup: - bitdepth: 10ui - description: | - Sony 10-bit S-Log/S-Gamut cameras, such as the F35. - + bitdepth: 32f isdata: false allocation: uniform allocationvars: [0, 1] - to_reference: ! + from_reference: ! children: - - ! {src: slog10.spi1d, interpolation: linear} - - ! {src: slog_to_aces.spimtx, interpolation: linear} + - ! {allocation: lg2, vars: [-8.5, 5]} + - ! {src: spi_32_lattice_rrtut33_sRGB.spi3d, interpolation: linear} - ! - name: rrt_srgb + name: rrt_rec709 family: rrt equalitygroup: bitdepth: 32f @@ -107,7 +129,7 @@ colorspaces: from_reference: ! children: - ! {allocation: lg2, vars: [-8.5, 5]} - - ! {src: spi_32_lattice_rrtut33_sRGB.spi3d, interpolation: linear} + - ! {src: spi_32_lattice_rrtut33_rec709.spi3d, interpolation: linear} - ! name: rrt_p3dci @@ -123,7 +145,7 @@ colorspaces: - ! {src: spi_32_lattice_rrtut33_p3dci.spi3d, interpolation: linear} - ! - name: rrt_xyz + name: rrt_p3d60 family: rrt equalitygroup: bitdepth: 32f @@ -133,13 +155,18 @@ colorspaces: from_reference: ! children: - ! {allocation: lg2, vars: [-8.5, 5]} - - ! {src: spi_32_lattice_rrtut33_smpte_rp.spi3d, interpolation: linear} + - ! {src: spi_32_lattice_rrtut33_p3d60.spi3d, interpolation: linear} - ! - name: raw - family: raw + name: rrt_xyz + family: rrt equalitygroup: bitdepth: 32f - isdata: true + isdata: false allocation: uniform allocationvars: [0, 1] + from_reference: ! + children: + - ! {allocation: lg2, vars: [-8.5, 5]} + - ! {src: spi_32_lattice_rrtut33_smpte_rp.spi3d, interpolation: linear} +