OOF2: The Manual

Name

OOF.Image.Redo — Redo an Image modification.

Synopsis

OOF.Image.Redo(image)

Details

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

    image
    Type: The path to an existing Image object.

Description

Each Image in a Microstructure has associated with it a buffer of modified versions of the Image. When the Image is modified, the new version is stored in the buffer. The Undo command restores the next oldest version from the buffer, thereby reverting to the next older version. The Redo command, undoes the Undo, by restoring the next newest Image from the buffer.

[Note] Note

Undone modifications can be redone only if no new modifications have been made to the Image since the time of the last Undo command.

See Also