Back to FabImage Studio website
You are here: Start » Filter Reference » Image IO » SaveImageToJpeg_Asynchronous
Saves an image to a JPEG file in the background thread.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | An image to be saved | |
![]() |
inFile | File | Path to a file | |
![]() |
inQuality | Integer* | 0 - 100 | 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.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of SaveImage filter group.