mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Remove .png from nonlinear formats assumption because apparently they can be 32-bit
This commit is contained in:
parent
e11d1f279a
commit
bf60e73704
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ HARDLINK = 2
|
|||
|
||||
# File formats we will assume are sRGB when Maya Color Management is disabled
|
||||
# Currently only used for `maketx` color conversion logic
|
||||
NONLINEAR_FILE_FORMATS = {".png", ".jpeg", ".jpg"}
|
||||
NONLINEAR_FILE_FORMATS = {".jpeg", ".jpg"}
|
||||
|
||||
|
||||
@attr.s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue