Re: [Gimp-user] Python-fu script for Placement of pasted selections

2005-12-30 Thread Joao S. O. Bueno Calligaris
On Friday 30 December 2005 04:04 am, Joao S. O. Bueno Calligaris wrote: > On Thursday 29 December 2005 08:43 am, Tristan Miller wrote: > > 1. Store the top left coordinates (x,y) of the selection. > > 2. Copy the selection. > > 3. Switch to the second image. > > 4. Paste. > > 5. Move the selection

[Gimp-user] Python-fu script for Placement of pasted selections

2005-12-29 Thread Joao S. O. Bueno Calligaris
On Thursday 29 December 2005 08:43 am, Tristan Miller wrote: > 1. Store the top left coordinates (x,y) of the selection. > 2. Copy the selection. > 3. Switch to the second image. > 4. Paste. > 5. Move the selection to (x,y). > 6. Anchor the selection. sel_transfer.py Description: application/pyth