RSS/Atom feed Twitter
Site is read-only, email is disabled

open as layer

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

open as layer aniket@eden.rutgers.edu 15 Apr 21:11
  open as layer Sven Neumann 17 Apr 23:57
aniket@eden.rutgers.edu
2008-04-15 21:11:30 UTC (about 17 years ago)

open as layer

Hello,

I would like to use the python console to open an image as a layer, as can be done using File>Open 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

Sven Neumann
2008-04-17 23:57:19 UTC (about 17 years ago)

open as layer

Hi,

On Tue, 2008-04-15 at 15:11 -0400, aniket@eden.rutgers.edu wrote:

Hello,

I would like to use the python console to open an image as a layer, as can be done using File>Open 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