For the complete documentation index, see llms.txt. This page is also available as Markdown.

imageQuality

JPEG compression level (0.0–1.0).

Details

Attribute: image-quality

Type: number

Accepted values: From 0.5 to 1

Default value: 0.95

Morphology

selphi.imageQuality = 0.95;

Description

JPEG compression level (0.5–1.0) applied to returned images when imageFormat it is JPEG. It does not affect PNG captures.

Considerations

Only applies when imageFormat it is JPEG.


Example

Last updated