Re: [Gimp-developer] copy-paste-anchor shifting my position

2002-09-05 Thread Simon Budig
Roland Roberts ([EMAIL PROTECTED]) wrote: I'm trying to copy a layer from one image to another. Below is a fragment of the code to do this; new-image has already been created with the same base type as the old-image. [...] (gimp-selection-all old-image) (gimp-edit-copy old-layer)

Re: [Gimp-developer] copy-paste-anchor shifting my position

2002-09-05 Thread Roland Roberts
Simon == Simon Budig [EMAIL PROTECTED] writes: Simon Roland Roberts ([EMAIL PROTECTED]) wrote: I'm trying to copy a layer from one image to another. Below is a fragment of the code to do this; new-image has already been created with the same base type as the old-image.