iif: rearranged colorspace order
authorJeremy Selan <jeremy.selan@gmail.com>
Fri, 16 Mar 2012 19:04:29 +0000 (12:04 -0700)
committerJeremy Selan <jeremy.selan@gmail.com>
Fri, 16 Mar 2012 19:04:29 +0000 (12:04 -0700)
iif/config.ocio

index 34ee856..d364449 100644 (file)
@@ -45,6 +45,15 @@ colorspaces:
     allocationvars: [-8.5, 5]
 
   - !<ColorSpace>
     allocationvars: [-8.5, 5]
 
   - !<ColorSpace>
+    name: raw
+    family: raw
+    equalitygroup: 
+    bitdepth: 32f
+    isdata: true
+    allocation: uniform
+    allocationvars: [0, 1]
+
+  - !<ColorSpace>
     name: adx10
     family: adx
     equalitygroup: 
     name: adx10
     family: adx
     equalitygroup: 
@@ -64,6 +73,22 @@ colorspaces:
         - !<FileTransform> {src: exp_to_aces.spimtx, interpolation: linear}
 
   - !<ColorSpace>
         - !<FileTransform> {src: exp_to_aces.spimtx, interpolation: linear}
 
   - !<ColorSpace>
+    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: !<GroupTransform>
+      children:
+        - !<FileTransform> {src: slog10.spi1d, interpolation: linear}
+        - !<FileTransform> {src: slog_to_aces.spimtx, interpolation: linear}
+
+  - !<ColorSpace>
     name: log
     family: log
     equalitygroup: 
     name: log
     family: log
     equalitygroup: 
@@ -81,23 +106,20 @@ colorspaces:
         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
 
   - !<ColorSpace>
         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
 
   - !<ColorSpace>
-    name: slog10
-    family: slog
+    name: rrt_srgb
+    family: rrt
     equalitygroup: 
     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]
     isdata: false
     allocation: uniform
     allocationvars: [0, 1]
-    to_reference: !<GroupTransform>
+    from_reference: !<GroupTransform>
       children:
       children:
-        - !<FileTransform> {src: slog10.spi1d, interpolation: linear}
-        - !<FileTransform> {src: slog_to_aces.spimtx, interpolation: linear}
+        - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
+        - !<FileTransform> {src: spi_32_lattice_rrtut33_sRGB.spi3d, interpolation: linear}
 
   - !<ColorSpace>
 
   - !<ColorSpace>
-    name: rrt_srgb
+    name: rrt_rec709
     family: rrt
     equalitygroup: 
     bitdepth: 32f
     family: rrt
     equalitygroup: 
     bitdepth: 32f
@@ -107,7 +129,7 @@ colorspaces:
     from_reference: !<GroupTransform>
       children:
         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
     from_reference: !<GroupTransform>
       children:
         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
-        - !<FileTransform> {src: spi_32_lattice_rrtut33_sRGB.spi3d, interpolation: linear}
+        - !<FileTransform> {src: spi_32_lattice_rrtut33_rec709.spi3d, interpolation: linear}
 
   - !<ColorSpace>
     name: rrt_p3dci
 
   - !<ColorSpace>
     name: rrt_p3dci
@@ -123,7 +145,7 @@ colorspaces:
         - !<FileTransform> {src: spi_32_lattice_rrtut33_p3dci.spi3d, interpolation: linear}
 
   - !<ColorSpace>
         - !<FileTransform> {src: spi_32_lattice_rrtut33_p3dci.spi3d, interpolation: linear}
 
   - !<ColorSpace>
-    name: rrt_xyz
+    name: rrt_p3d60
     family: rrt
     equalitygroup: 
     bitdepth: 32f
     family: rrt
     equalitygroup: 
     bitdepth: 32f
@@ -133,13 +155,18 @@ colorspaces:
     from_reference: !<GroupTransform>
       children:
         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
     from_reference: !<GroupTransform>
       children:
         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
-        - !<FileTransform> {src: spi_32_lattice_rrtut33_smpte_rp.spi3d, interpolation: linear}
+        - !<FileTransform> {src: spi_32_lattice_rrtut33_p3d60.spi3d, interpolation: linear}
 
   - !<ColorSpace>
 
   - !<ColorSpace>
-    name: raw
-    family: raw
+    name: rrt_xyz
+    family: rrt
     equalitygroup: 
     bitdepth: 32f
     equalitygroup: 
     bitdepth: 32f
-    isdata: true
+    isdata: false
     allocation: uniform
     allocationvars: [0, 1]
     allocation: uniform
     allocationvars: [0, 1]
+    from_reference: !<GroupTransform>
+      children:
+        - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
+        - !<FileTransform> {src: spi_32_lattice_rrtut33_smpte_rp.spi3d, interpolation: linear}
+