plugin:utilities:multi_undo:start
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
- 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
Filename | Filesize | Last modified |
---|---|---|
multi_undo.class | 3.7 KiB | 2019/04/12 13:17 |
multi_undo.java | 6.4 KiB | 2019/04/12 13:17 |
plugin/utilities/multi_undo/start.txt ยท Last modified: 2019/04/12 13:13 by 127.0.0.1