Re: [Gimp-developer] Alignment-Tool && Guides

2010-08-22 Thread Bill Skaggs
That's actually supposed to be supported already. You should be able to use a guide with the alignment tool exactly as though it is an infinitely long layer of zero width. I don't have a working gimp at the moment though, so I can't check. My memory is that it used to work. My recollection is t

Re: [Gimp-developer] Scaling from center of Layer

2010-08-22 Thread oliver
hmhh, I can grab the upper-left and lower-right edge. This is working also. So the feature with centered scaling would be nice, but it's not really necessray. Sorry for the traffic. Ciao, Oliver On Sun, Aug 22, 2010 at 11:47:34PM +0200, oli...@first.in-berlin.de wrote: > Hello, > > when I

[Gimp-developer] Scaling from center of Layer

2010-08-22 Thread oliver
Hello, when I scale a layer, it's fixed at the bottom left corner and expands. I want to have it fixed in the center of the layer and expand. For example this is best to scale a picture behind a paspartout. Otherwise it's not easy to find the right scaling. Can this achieved somehow? Or will

Re: [Gimp-developer] Alignment-Tool && Guides

2010-08-22 Thread Alexandre Prokoudine
On 8/22/10, oli...@first.in-berlin.de wrote: > Also nice would be to have the possibility to have layer borders to be > magnetic > (of course not as default), or something like "Guides from Layer borders". You can already create guides from selection. So maybe just another script in "Image > Guid

Re: [Gimp-developer] Scripting-Questions

2010-08-22 Thread Jerry Baker
Console Example: # Get Active Image >>> image = gimp.image_list()[0] # Load an image into a layer >>> loaded_layer = pdb.gimp_file_load_layer(image, "path/to/other_image.jpg") # Add loaded layer to image >>> image.add_layer(loaded_layer, 0) On 08/22/2010 07:53 AM, oli...@first.in-berlin.de

[Gimp-developer] Alignment-Tool && Guides

2010-08-22 Thread oliver
Hello, I just did some picture editing and thought that it would be good to have the possibility to allow guides and alignment tool to work together. For example it would be helpful to have the possibility of aligning guides to the center or border of a layer. Also nice would be to have the pos

Re: [Gimp-developer] 'Unknown file type'

2010-08-22 Thread Alexia Death
On Sunday, August 22, 2010 16:36:58 pjbw wrote: > I had been using GIMP 2.6.10 in XP Pro SP2. I have loaded pspi.exe. I > needed to try a for me, essential *.8bf plugin 'Altostorm Rectilinear > Panorama Pro v1.3 which works in Photoshop CS2 and Paint Shop Pro 9.02. I > set the Preferences folder a

[Gimp-developer] 'Unknown file type'

2010-08-22 Thread pjbw
I had been using GIMP 2.6.10 in XP Pro SP2. I have loaded pspi.exe. I needed to try a for me, essential *.8bf plugin 'Altostorm Rectilinear Panorama Pro v1.3 which works in Photoshop CS2 and Paint Shop Pro 9.02. I set the Preferences folder and as instructed, restarted GIMP. On the restart I got "

Re: [Gimp-developer] Getting new layer modes fit for inclusion

2010-08-22 Thread Sven Neumann
On Mon, 2010-08-09 at 15:42 +0200, Rupert Weber wrote: > (2) Separate out the actual conversion routines in gimplibcolor as > a standalone patch. > Maybe change the Decompose plug-in to use those, so we at least > have something to make use of the new conversions. > (as far as

Re: [Gimp-developer] Scripting-Questions

2010-08-22 Thread oliver
Hi Jerry, thanks for your hints. Another question: I want to use "gimp-file-load-layer" and don't know how to access it. Any idea? Ciao, Oliver On Sat, Aug 21, 2010 at 06:23:04PM -0400, Jerry Baker wrote: > Hi Oliver, > > 1) Insert a layer at lowest position... > The image.add_layer met

Re: [Gimp-developer] Another set of feature-wishes regarding Guides

2010-08-22 Thread LightningIsMyName
Hello, On Sat, Aug 7, 2010 at 8:07 PM, Tobias Ellinghaus wrote: > Am Samstag, 7. August 2010 schrub oli...@first.in-berlin.de: > > it is possible to make guides invisible/visible > > and to make them magnetic/nonmagnetic. > > > > Both features are independent, which is good for some situations. >