[Gimp-developer] How the UNDO system works?

2003-10-29 Thread Piotr Legiecki
Hello I wonder how the undo works in gimp? I'm currently trying to write a little tool in java which operates on big files (70-120MB) and wonder how to make undo memory efficient. Lets say I change something in Curves dialog in gimp. It takes effect on all pixels. So if I want to undo this ope

Re: [Gimp-developer] How the UNDO system works?

2003-10-29 Thread Michael Natterer
Piotr Legiecki <[EMAIL PROTECTED]> writes: > Hello > > I wonder how the undo works in gimp? > > I'm currently trying to write a little tool in java which operates on > big files (70-120MB) and wonder how to make undo memory efficient. > > Lets say I change something in Curves dialog in gimp. It ta