Re: [Gimp-user] Python script query
- From: Chris Mohler <cr33dog gmail com>
- To: Lorgach <forums gimpusers com>
- Cc: team gimpusers com, "gimp-user-list gnome org" <gimp-user-list gnome org>
- Subject: Re: [Gimp-user] Python script query
- Date: Mon, 12 Nov 2012 11:10:33 -0600
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]