Back to FabImage Library website
You are here: Start » Function Reference » Image IO
Image IO
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
DecodeVideo | Captures a image from video file with using FFmpeg library. | Lite |
![]() |
EnumerateImages | Emulates image acquisition with images stored on disk. | Lite |
![]() |
EnumerateImages_Random | Emulates image acquisition with images stored on disk. | Lite |
FillImageBuffer | Fills image buffer with provided data. | Lite | |
FillImagePreviewBuffer | Fills image buffer with provided data. | Lite | |
![]() |
GetAvailableVideoCompressors | List fourCCs names of available video compressors. | Lite |
![]() |
GrabImage_FromFiles | Simulates capturing a frame from a camera. | Professional |
GrabImage_FromFiles_ResetState | Resets global state of GrabImage_FromFiles filter | Lite | |
![]() |
LoadImage | Loads a single image from a file. | Lite |
![]() |
LoadImageFromBuffer | Use this filter when you received an image file through I/O communication, e.g. through a TcpIp connection. | Lite |
OpenInputVideoStream | Opens and creates a video stream from a file. | Lite | |
OpenOutputVideoStream | Creates a video stream which will be saved to a selected file. | Lite | |
ReadVideoStream | Acquires frame from the previously opened video stream. | Lite | |
![]() |
SaveImage | Saves an image to a file. | Lite |
![]() |
SaveImage_Asynchronous | Saves an image to a file in the background thread. | Lite |
![]() |
SaveImageToBuffer | Use this filter if you want to send image file through I/O communication, e.g. through a TcpIp connection. | Lite |
![]() |
SaveImageToJpeg | Saves an image to a JPEG file. | Lite |
![]() |
SaveImageToJpeg_Asynchronous | Saves an image to a JPEG file in the background thread. | Lite |
![]() |
SaveImageToPng | Saves an image to a PNG file. | Lite |
![]() |
SaveImageToPng_Asynchronous | Saves an image to a PNG file in the background thread. | Lite |
![]() |
SaveImageToTiff | Saves an image to a TIFF file. | Lite |
![]() |
SaveImageToTiff_Asynchronous | Saves an image to a TIFF file in the background thread. | Lite |
WriteVideoStream | Writes an image to a previously opened video stream. | Lite |
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
FisFilter_ReadVideo | Reads a frame sequence from a video file. | Lite |
![]() |
FisFilter_WriteVideo | Writes an image sequence to a video file one frame per iteration. | Lite |