Load Image From Path
Load image data from a file system path. You can either provide a folder and file name separately or give a full file path in the first input. Designed for simple, reliable image inputs into your processing flow.
π₯ Inputs
Folder Path(input socket) Full folder path containing the image files. You may also supply a full file path here; in that case leaveFile Nameempty.File Name(input socket) Optional file name to combine with theFolder Path. When empty, the block treats the first input as the full file path.
π€ Outputs
Image(output socket) The loaded image. If loading fails, the output will reflect a missing or empty image (check Troubleshooting).
πΉοΈ Controls
Folder Pathentry field (text input)File Nameentry field (text input)
These two inputs act as the visible controls for selecting which file gets loaded. Supplying a full path to Folder Path is the simplest way to load a single file.
π― Features
Accepts either a folder + file name pair or a single full file path for convenience.
Works with common image formats supported by the system.
Designed to be combined easily with preview, save and preprocessing blocks in your flow.
π Usage Instructions
Provide the folder containing the image in the
Folder Pathinput.Optionally provide the file name in the
File Nameinput. If you paste a full path intoFolder Path, leaveFile Nameempty.Use the
Imageoutput as the source for downstream processing or preview.
βοΈ Evaluation
When the block is evaluated it attempts to load the image referenced by the inputs and outputs the image for use by subsequent blocks.
π‘ Tips and Tricks
Preview the loaded image with
Show Imageto confirm you picked the correct file before further processing.When processing large images or feeding AI blocks, use
Image ResizeorImage Resizerto reduce image size and improve performance.Use
Image ROI SelectorImage ROIto crop the loaded image before analysis if you only need a region.Save examples or results using
Image WriteorImage Loggerto keep records of inputs/outputs.If you need to load many images from a folder, consider the
Load Imageblock which lets you choose folders and iterate through images.Improve image quality before analysis with
Denoising,Contrast Optimization.For text extraction on loaded images, connect to
OCRorOCR (EasyOCR)after verifying the image withShow Image.
π οΈ Troubleshooting
File not found or empty output
Verify the path is correct and accessible from the machine running the system.
Try using an absolute path instead of a relative one.
If providing
Folder PathandFile Name, ensure both combine to a valid file location.
Unsupported image format or corrupted file
Open the file in an external image viewer to confirm it is valid.
Convert the image to a common format (JPEG, PNG) if needed.
Permission issues
Ensure the running user has read access to the folder and file.
If problems persist, preview the path with Show Image or test loading the same image with the Load Image block to rule out path/permission issues.
Last updated
Was this helpful?