Skip to content

imageio

Providing models and setting values for image IO in OpenRV.

ImageIOSettings

Bases: BaseSettingsModel

OpenRV color management project settings.

Source code in server/settings/imageio.py
20
21
22
23
24
25
26
class ImageIOSettings(BaseSettingsModel):
    """OpenRV color management project settings."""

    _isGroup: bool = True
    activate_host_color_management: bool = SettingsField(
        True, title="Enable Color Management"
    )