Load Image¶
Loads an image from a datasource
Documentation
Loads an image from a file given by a datasource.
Definition
Input ports
- source
 datasource
Source of image data. Must be a file on disk
Output ports
- image
 image
Output image
- Configuration:
 - As greyscale (as_greyscale)
 Transforms image to greyscale if not already such
- 
class 
node_loadimage.LoadImage[source]