Back to FabImage Library Lite website
You are here: Start » Image IO » SaveImageToJpeg_Asynchronous

SaveImageToJpeg_Asynchronous
Saves an image to a JPEG file in the background thread.
Syntax
void fil::SaveImageToJpeg_Asynchronous ( SaveImageState& ioState, const fil::Image& inImage, const ftl::File& inFile, ftl::Optional<int> inQuality )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | SaveImageState& | Object used to maintain state of the function. | |||
![]() |
inImage | const Image& | An image to be saved | ||
![]() |
inFile | const File& | Path to a file | ||
![]() |
inQuality | Optional<int> | 0 - 100 | NIL | Quality |
Requirements
For input inImage only pixel formats are supported: uint8, uint16.
Read more about pixel formats in Image documentation.
Remarks
This filter is executed in the background thread. Execution errors may be reported with a delay or ignored. Stopping of the program may be delayed, because of waiting for background work to complete.