Back to FabImage Studio website
You are here: Start » Filter Reference » Image IO
Image IO
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() |
DecodeVideo | Captures a image from video file with using FFmpeg library. |
![]() |
EnumerateImages | Emulates image acquisition with images stored on disk. |
![]() |
EnumerateImages_Random | Emulates image acquisition with images stored on disk. |
![]() |
GetAvailableVideoCompressors | List fourCCs names of available video compressors. |
![]() |
GrabImage_FromFiles | Simulates capturing a frame from a camera. |
![]() |
LoadImage | Loads a single image from a file. |
![]() |
LoadImageFromBuffer | Use this filter when you received an image file through I/O communication, e.g. through a TcpIp connection. |
![]() |
ReadVideo | Reads a frame sequence from a video file. |
![]() |
SaveImage | Saves an image to a file. |
![]() |
SaveImage_Asynchronous | Saves an image to a file in the background thread. |
![]() |
SaveImageToBuffer | Use this filter if you want to send image file through I/O communication, e.g. through a TcpIp connection. |
![]() |
SaveImageToJpeg | Saves an image to a JPEG file. |
![]() |
SaveImageToJpeg_Asynchronous | Saves an image to a JPEG file in the background thread. |
![]() |
SaveImageToPng | Saves an image to a PNG file. |
![]() |
SaveImageToPng_Asynchronous | Saves an image to a PNG file in the background thread. |
![]() |
SaveImageToTiff | Saves an image to a TIFF file. |
![]() |
SaveImageToTiff_Asynchronous | Saves an image to a TIFF file in the background thread. |
![]() |
WriteVideo | Writes an image sequence to a video file one frame per iteration. |