Re: [Gimp-user] Python script query



On Sun, Nov 11, 2012 at 7:13 PM, Lorgach <forums gimpusers com> wrote:
Thanks a lot for the sugestions guys, I'll probably keep pluging away at trying
to get some working code as time permits as I'm interested in learning Python.

With one image open, try:

Filters->Python-Fu->Console

Enter:

my_img = gimp.image_list()[0]

Then:

dir(my_img)

Also:

dir(gimp)


I usually have the console open before or during writing a plug-in so
I can mess around first.  The other window I have open is
Help->Procedure Browser.

HTH,
Chris



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]