Skip to content

Commit

Permalink
fix names of cryptomatte ID channels
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hillman <[email protected]>
  • Loading branch information
peterhillman committed Dec 13, 2023
1 parent 173ad96 commit d27b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/DeepIDsSpecification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Cryptomatte [1]_ is widely adopted ID scheme similar to that described here, wit
noise if an object is selected which has been discarded from some pixels.
- Cryptomatte uses the ``scanlineimage`` or ``tiledimage`` EXR format, rather than ``deepscanline`` or ``deeptile``
to simplify adoption by applications already supporting these EXR types.
Similarly, IDs are stored in the ``B`` and ``A`` channels as FLOAT rather than UINT types,
Similarly, IDs are stored in the ``R`` and ``B`` channels as FLOAT rather than UINT types,
though are intended to be interpreted as UINT. Although these
channels are named as color channels, care must be taken not to color manage or otherwise modify them,
and tools which re-write Cryptomatte files should ensure they are written as FLOAT rather than HALF.
Expand Down

0 comments on commit d27b473

Please sign in to comment.