Type: nodetool.image.LoadImageFolder
Namespace: nodetool.image
Description
Load all images from a folder, optionally including subfolders. image, load, folder, files
Use cases:
- Batch import images for processing
- Build datasets from a directory tree
- Iterate over photo collections
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| folder | str |
Folder to scan for images | `` |
| include_subdirectories | bool |
Include images in subfolders | False |
| extensions | List[str] |
Image file extensions to include | ['.png', '.jpg', '.jpeg', '.bmp', '.gif', '.webp', '.tiff'] |
| pattern | str |
Pattern to match image files | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| image | image |
|
| path | str |
Metadata
Related Nodes
Browse other nodes in the nodetool.image namespace.