Back to FabImage Studio website
You are here: Start » Filter Reference » Image IO » LoadImage
Loads a single image from a file.
Name | Type | Description | |
---|---|---|---|
![]() |
inFile | File | Path to a file |
![]() |
inLoadAlphaChannel | Bool | Whether to load the alpha channel (if exists) as an additional image channel |
![]() |
outImage | Image | Output image |
Description
The operation loads an image from a file in one of the standard image file formats. Currently the filter supports the following formats:
- BMP (*.bmp),
- JPEG (*.jpg, *jpeg),
- PNG (*.png),
- TIFF (*.tif, *.tiff).
The format of the image file is recognized automatically based on the file header.
The resulting outImage will be three-channel image of UInt8 pixel type, or sometimes of UInt16 pixel type for 16-bit depth images of supported formats (PNG, TIFF).
Hints
- Set inFile to specify a path to the image file you want to load.
- This filter can also be added easily by dragging and dropping an image file from Windows Explorer to the Program Editor in FabImage Studio.
Examples
Description of usage of this filter can be found in examples and tutorial: Bars, Calibration with Chessboard (Advanced), Calibration with Custom Grid, Fertilizer Granulation, Fuses, Globe Flattening, Mounts (Blob Analysis), Mounts (Contour Analysis), Mounts (Template Matching), Nails, Screws and Nuts, OCR Read Number, Pattern Cutting, OCR Read Number (SVM), Bottle Flattening, Mounts (Segmentation), Plate Measurement (Advanced), Calibration of World Coordinates, Counting Saw Teeth, Count Nails, Finding PCB Missing Covering, Removing Camera Lens Distortion: Square pattern, Count the Mounts, Read the Barcode, Classify the Mounts, Sorting Blobs.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Image is damaged or it is not a BMP, PNG, TIF or JPG file in LoadImage. File: File name Unable to open an image. Image header format is unrecognized. Image format is unknown or image is damaged.
Load image supports only BMP, PNG, JPG and TIFF formats. |
Complexity Level
This filter is available on Basic Complexity Level.