Merged view of JpegSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

from nutrient import JpegSettings

Methods

set_quality_settings

def set_quality_settings(self, value: bytes) -> None

Sets the QualitySettings property.

Parameters:

NameTypeDescription
valuebytesThe value to set for the QualitySettings property.

Properties

quality_settings

@property
def quality_settings(self) -> bytes

Gets the QualitySettings property.

Type: bytes

Read-only property.