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 |
Only the following inImage pixel formats are supported: uint8, uint16
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 filters is member of SaveImage filter group.