====== 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 {{filelist>:plugin:utilities:multi_undo:*&style=table&tableheader=1&tableshowdate=1&tableshowsize=1}}