Roland Roberts ([EMAIL PROTECTED]) wrote:
> Is there any way to programmatically undo a set of operations?

Not that I am aware of.

> I want to take and resize an image.  To do so, I currently copy it
> repeatedly, flatten, resize, and save.  The copy/flatten is
> time-consuming.  I thought I could do that one, do the resize and
> save, undo the resize and then resize to the new scale.

What about this?
1) copy/flatten the image1  to image2
2) gimp-channel-ops-duplicate image2 to image3
3) scale/save image3
4) goto 2

gimp-channel-ops-duplicate is pretty fast and should be as fast as an
undo-step.

Bye,
        Simon
-- 
      [EMAIL PROTECTED]       http://www.home.unix-ag.org/simon/
_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to