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

imageFormat

Format of the images returned by the widget.

Details

Attribute: image-format

Type: string

Default value: "image/jpeg"

ImageFormat

Member
Value
Description

PNG

image/png

PNG format.

JPEG

image/jpeg

JPEG format.

Morphology

import { ImageFormat } from '@facephi/selphi-web-component';

selphi.imageFormat = ImageFormat.JPG;

Description

MIME format of the returned images in extractionFinish by facephi-selphi-widget (image/jpeg or image/png). With JPEG, combine it with imageQuality to control compression.


Example

Last updated