Skip to content

Commit 176ad38

Browse files
authored
Update README.md
1 parent 66e2690 commit 176ad38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ colorspaces:
7777
- !<RangeTransform> {min_in_value: 0., min_out_value: 0.}
7878
- !<AllocationTransform> {allocation: lg2, vars: [-11, 11, 0.00048828125]}
7979
- !<FileTransform> {src: flim.spi3d, interpolation: linear}
80-
...
8180
```
8281
8382
1. Paying attention to the transforms, you will notice a `ColorSpaceTransform` from CIE-XYZ I-E to Linear BT.709 I-D65. This is because the example OCIO config has its reference color space (the `reference` role) set to CIE-XYZ I-E. If your config already uses Linear BT.709 I-D65 as its reference this is not needed. If your config uses another color space as its reference, you should manually do a conversion to Linear BT.709 I-D65. You can get the conversion matrices using the [Colour](https://www.colour-science.org/) library.

0 commit comments

Comments
 (0)