Views: 9.7K
Replies: 2
Archived
|
Pattern for Editing ImagesHi
Does anyone know of a pattern to help editing images and maintain the state of each change made on that image? Any suggestions appreciated. Thanks, Mauro Mauro none, Jul 09, 2010
|
|
Reply 1thanks for your suggestion
Mauro none, Jul 10, 2010
|
|
Reply 2That's an easy one: use the Command Pattern. This will allow you to push and pop a multi-level set of commands onto a stack.
See here for more information on Undo, Redo, Command: http://en.wikipedia.org/wiki/Undo Hope this helps. Walt Lynton, Jul 09, 2010
|