Re: [Gimp-user] python, plugins and interfaces

2006-01-26 Thread PAEDER Vincent
Hello again, ok sorry I had never realised that about top posting. I actually found a solution by trial and error. That is: - send the image as string through the socket - create an image containing a layer of the right size in gimp and get the pixel region and assign my string to it - and it w

[Gimp-user] python, plugins and interfaces

2006-01-23 Thread PAEDER Vincent
hello everybody, is it possible to open the plugin interface with a python command? My goal would be to run gimp in batch mode from the command line (from another python script actually) and still be able to configure the plugin I invoke with the interactive interface. For now, I can launch gimp