Table of Contents

Multi Undo

Allow multiple undo snapshots to be saved in a buffer for later restoration

Summary

The 'Multi Undo' plugin can be called from macros or plugins to save the current image for restoration later. The number of saved images is only limited by available memory. Saved image data is associated with the image from which it came, allowing different slices in an Image Stack to be saved and restored independently.

Available commands

  run("Multi Undo", "Save");  // Save the current active image to the Multi-Undo stack
  run("Multi Undo", "Undo");   // Restore the last saved snapshot (not necessarily the current image)
  run("Multi Undo", "UndoLast");  // Revert the current image to the most recent associated snapshot

Bugs

There are no known bugs, however this plugin has not been exhaustively tested

To Do

Version History

FilenameFilesizeLast modified
multi_undo.class3.7 KiB2019/04/12 13:17
multi_undo.java6.4 KiB2019/04/12 13:17