Re: [Gimp-user] open as layer

2008-04-17 Thread Sven Neumann
Hi,

On Tue, 2008-04-15 at 15:11 -0400, [EMAIL PROTECTED] wrote:
 Hello,
 
 I would like to use the python console to open an image as a layer, as can
 be done using FileOpen As Layer in the display window. What is a good way
 to accomplish this?

Have a look at the PDB Browser and search for gimp-file-open-layer. You
can call PDB functions from Python using the pdb module.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] open as layer

2008-04-15 Thread aniket
Hello,

I would like to use the python console to open an image as a layer, as can
be done using FileOpen As Layer in the display window. What is a good way
to accomplish this?

I would like to use python because I want to automate opening a large
number of images this way.

Thank you,
Aniket
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user