OOF2: The Manual

Name

OOF.Image.Rename — Rename an Image.

Synopsis

OOF.Image.Rename(image,name)

Details

  • Parent Menu: OOF.Image
  • Callback: function renameImage in module ooflib.image.IO.imagemenu
  • Parameters:

    image
    Type: The path to an existing Image object.
    name
    New name for the image Type: A character string not containing ':'.

Description

This command renames an Image within an existing Microstructure. If the given name is not unique among all the existing Image names in the Microstructure, then <x> will be appended to the name, where x is an integer.