Image Array
Load multiple images from your computer as array.
Node Data | |
|---|---|
Display name | |
Image Array | |
Internal name | |
Node_Image_Sequence | |
Inheritances | |
| Node_Image_Sequence | |
Inputs | |
Image | |
fpath |
Paths |
ipadding |
Padding |
enum |
Canvas Size |
enum |
Sizing Method |
Outputs | |
surface |
Surfaces Out |
path |
Paths |
integer |
Dimensions |
Attributes | |
| Color Depth | |
Import array of image path into surface array.
Properties
| Image | |
| Path | Array of path to the images files. |
| Padding | Apply extra padding in each images. |
| Canvas Size | Define the surface size to use when importing images with different dimensions. - Individual: Each surface use their own dimension. - Maximum: All surfaces will use the largest dimension. - Minimum: All surfaces will use the smallest dimension. |
| Sizing Method | Method for adjusting surface size when select Maximum or Minimum mode. - Padding/Crop: Keep original image resolution and add empty pixel or crop the content to size. - Scale: Scale image to the new dimension. |