Re: [Gimp-developer] No programmatic undo?

2002-09-06 Thread Simon Budig

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



[Gimp-developer] No programmatic undo?

2002-09-05 Thread Roland Roberts

Is there any way to programmatically undo a set of operations?

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.

But I can't find any programmatic way to undo my operations.

roland
-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED] 76-15 113th Street, Apt 3B
[EMAIL PROTECTED]   Forest Hills, NY 11375
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer