Start » Filter Reference » Image » Image IO
Image IO
Select a filter from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
DecodeVideo | ![]() |
Captures an image from video file with using FFmpeg library. |
ThirdParty |
![]() |
EnumerateImages | ![]() |
Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order. Emulates image acquisition with images stored on disk. |
FoundationLite |
![]() |
EnumerateImages_Random | ![]() |
Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly. Emulates image acquisition with images stored on disk. |
FoundationLite |
![]() |
GetAvailableVideoCompressors | ![]() |
Lists FourCC names of available video compressors. |
FoundationLite |
![]() |
GrabImage_FromFiles | ![]() |
Simulates capturing a frame from a camera. Can be used as EnumerateImages, but its state is global in a program - does not reset when some task is finished. |
FoundationLite |
![]() |
LoadImage | ![]() |
Loads a single image from a file. |
FoundationLite |
![]() |
LoadImageFormat | ![]() |
Loads a single image format from a file without loading all image data. |
FoundationLite |
![]() |
LoadImageFromBuffer | ![]() |
Loads a single image from a file stored in memory. Use this filter when you received an image file through I/O communication, e.g. through a TcpIp connection. |
FoundationLite |
![]() |
LoadMultiplePagesTiffImage | ![]() |
Loads a image array from a tiff file. |
FoundationLite |
![]() |
ReadVideo | ![]() |
Reads a frame sequence from a video file. |
FoundationLite |
![]() |
SaveImage | ![]() |
Saves an image to a file. |
FoundationLite |
![]() |
SaveImage_Asynchronous | ![]() |
Saves an image to a file in the background thread. |
FoundationLite |
![]() |
SaveImageToBuffer | ![]() |
Saves an image to a file stored in ByteBuffer. Use this filter if you want to send image file through I/O communication, e.g. through a TcpIp connection. |
FoundationLite |
![]() |
SaveImageToJpeg | ![]() |
Saves an image to a JPEG file. |
FoundationLite |
![]() |
SaveImageToJpeg_Asynchronous | ![]() |
Saves an image to a JPEG file in the background thread. |
FoundationLite |
![]() |
SaveImageToPng | ![]() |
Saves an image to a PNG file. |
FoundationLite |
![]() |
SaveImageToPng_Asynchronous | ![]() |
Saves an image to a PNG file in the background thread. |
FoundationLite |
![]() |
SaveImageToTiff | ![]() |
Saves an image to a TIFF file. |
FoundationLite |
![]() |
SaveImageToTiff_Asynchronous | ![]() |
Saves an image to a TIFF file in the background thread. |
FoundationLite |
![]() |
WriteVideo | ![]() |
Writes an image sequence to a video file one frame per iteration. |
FoundationLite |