mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update website/docs/dev_colorspace.md
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
f983bbc1aa
commit
6803474bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ The **set_representation_colorspace** method adds `colorspaceData` to the repres
|
|||
An example implementation can be found here: `openpype\hosts\nuke\plugins\publish\extract_render_local.py`
|
||||
|
||||
|
||||
4. Implement the loading procedure. Each loader which needs to have colorspace (detected from representation doc) set to DCC reader nodes should implement following code.
|
||||
4. The Loader plug-ins should take into account the `colorspaceData` in the published representation's data to allow the DCC to read in the expected color space.
|
||||
```python
|
||||
from openpype.pipeline.colorspace import (
|
||||
get_imageio_colorspace_from_filepath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue