imageio
ImageIOSettings
Bases: BaseSettingsModel
Hiero color management project settings.
Source code in server/settings/imageio.py
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|
workfile = SettingsField(default_factory=WorkfileColorspaceSettings, title='Workfile')
class-attribute
instance-attribute
TODO: enhance settings with host api:
- old settings are using
regexInputs
key but we need to rename toregex_inputs
- no need for
inputs
middle part. It can stay directly onregex_inputs
WorkfileColorspaceSettings
Bases: BaseSettingsModel
Hiero workfile colorspace preset.
Source code in server/settings/imageio.py
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
|