mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fixed respecting srgb -> linearize
This commit is contained in:
parent
a1d4e25895
commit
0e92f04a41
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ def maketx(source, destination, *args):
|
|||
"--checknan",
|
||||
# use oiio-optimized settings for tile-size, planarconfig, metadata
|
||||
"--oiio",
|
||||
"--colorconvert sRGB linear",
|
||||
"--filter lanczos3"
|
||||
]
|
||||
|
||||
|
|
@ -371,6 +370,7 @@ class ExtractLook(pype.api.Extractor):
|
|||
)
|
||||
|
||||
if linearise:
|
||||
self.log.info("tx: converting sRGB -> linear")
|
||||
colorconvert = "--colorconvert sRGB linear"
|
||||
else:
|
||||
colorconvert = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue