Load Image
This function block allows you to choose and load a single image file from disk and make it available to the rest of the system. It provides a preview area and a quick viewer to inspect the loaded image.
π₯ Inputs
This function block does not have any input sockets.
π€ Outputs
Image RGB Image data read from the selected file and exposed as the block output socket.
πΉοΈ Controls
Load Image Button to open a file chooser and pick an image from disk.
See Image Button to open a larger image viewer for inspection.
Preview Area Visual area inside the block that shows the currently loaded image.
π¨ Features
Simple file selection flow for picking example or custom images from disk.
Immediate preview of the loaded image in the block UI.
Quick viewer popup to inspect image details in a larger window.
Exposes the chosen image through the
Image RGBoutput so other blocks can use it.Handles common image formats and gives user feedback if no image is loaded.
βοΈ How it runs
Use the
Load Imagecontrol to pick a file. Once a valid image is chosen, the preview updates.On evaluation, the block provides the latest image via the
Image RGBoutput socket.If the image is missing or invalid, the block marks the preview area with an error message and the output becomes empty.
π Usage instructions
Click the
Load Imagecontrol and choose an image file.Confirm the image appears in the
Preview Area.Use the
See Imagecontrol to open the larger viewer if you need to inspect details.Connect the
Image RGBoutput to other function blocks to continue processing.
π‘ Tips and Tricks
Preview and quick-inspect workflow
Combine with
Show Imageto place the image preview where you want it in a scenario flow.
Preprocessing before analysis
If your image is large or you need faster processing, add
Image Resizerafter this block.For object matching tasks, crop the loaded image first using
Image ROI SelectorImage ROIto focus on a smaller region.
Detection and recognition chains
For object-level tasks, feed the output into
Find Object,Object Detection, orObject Detection - Custom.For OCR tasks, connect to
OCRorOCR (EasyOCR)after any necessary cropping or enhancement.For pose or hand analysis, connect to
Skeleton Estimation,Pose Estimation, orHand Pose Estimation.
Improve visual quality or separate foreground
Use
Background Removal (RMBG-1.4)orBackground Removal (BiRefNet)to isolate foreground subjects before further processing.
Saving and logging
Save processed images or snapshots downstream with
Image Write,Image Logger, orMulti Image Write.For structured export of results, add
CSV ExportorImage Loggeras needed.
π οΈ Troubleshooting
No image appears after selecting a file
Confirm the file path points to an existing image and the format is supported.
Try reopening the file with the
Load Imagecontrol.
Preview shows an error or blank image
The block will display an error message in the preview area when no valid image is loaded. Re-load the file or choose another file.
Downstream blocks run slowly or fail on large images
Insert
Image Resizerto reduce size before passing the image to heavy processing blocks.
Want to analyze only a part of the image
Crop using
Image ROI Selectthen feed the cropped result to analysis blocks such asFind ObjectorHistogram On Line.
If you need help choosing which block to place after this one, try combining it with Show Image, Image Resizer, Image ROI Select, and then one of the detector or analysis blocks (for example Find Object, Object Detection, OCR) depending on your application.
Last updated
Was this helpful?