You are here: Start » FIL.NET » Image IO
Image IO
Icon | Name | Description |
---|---|---|
EnumerateImages_Random | Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly. | |
![]() | GetAvailableVideoCompressors | List fourCCs names of available video compressors. |
GrabImage_FromFiles_ResetState | Resets global state of GrabImage_FromFiles filter | |
![]() | 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. |
OpenInputVideoStream | Opens and creates a video stream from a file. | |
OpenOutputVideoStream | Creates a video stream which will be saved to a selected file. | |
ReadVideoStream | Acquires frame from the previously opened video stream. | |
![]() | 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. |
WriteVideoStream | Writes an image to a previously opened video stream. |