image_reset_from_files
Sets up the specified image as a multi-layer image. Takes in an array of image files to use in initialising the image. Note that all images must have the same pixel_type and resolution.
arguments
- "convert_images" : Boolean (default: false)
If true, the command will attempt to resize images and convert their pixel type if they differ. All images will be converted to the size and type of the first image provided.
- "filenames" : String[]
An array of paths to the files. These names must be valid paths to an image file on disk. The image must be in a format which is understood by either a build-in image importer or a loaded plugin. The file must be within the content root directory. A relative path will automatically be resolved within the content root. An absolute path must terminate within the content root or else reset will fail. A file URI (file://) may be used instead of a filename in which case the path will always be interpreted as relative to content root.
- "image_name" : String
The name of the image. This name must be the full database name of the existing image element, including namespace.