User Tools

Site Tools


plugin:utilities:multi_undo:start

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

  • Create a panel listing available saved snapshots, the images with which they are associates, and buttons to save / restore
  • Create a toolbar button

Version History

  • First release: 2008-03-14
FilenameFilesizeLast modified
multi_undo.class3.7 KiB2019/04/12 13:17
multi_undo.java6.4 KiB2019/04/12 13:17
plugin/utilities/multi_undo/start.txt ยท Last modified: 2019/04/12 13:13 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki