Re: [Gimp-user] Python script query

2012-11-12 Thread Chris Mohler
On Sun, Nov 11, 2012 at 7:13 PM, Lorgach 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

Re: [Gimp-user] Python script query

2012-11-11 Thread Ofnuts
On 11/12/2012 02:13 AM, Lorgach 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. I was hoping that I'd be able to easily modify some script so that I could maybe build two working

Re: [Gimp-user] Python script query

2012-11-09 Thread Jernej Simončič
On Fri, 9 Nov 2012 15:15:45 -0600, Chris Mohler wrote: > Start GIMP in a command terminal to catch start-up errors. That doesn't work on Windows, but modifying the shortcut to pass --verbose to gimp-2.8.exe will bring up a console. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > _

Re: [Gimp-user] Python script query

2012-11-09 Thread Ofnuts
On 11/09/2012 08:56 PM, Lorgach wrote: Hi, I’m trying to introduce myself to programming in Python for Gimp, however I’m having difficulty in trying to run some scripts and I’m hoping that some of the more knowledgeable members on the Forum will be able to give me some assistance. In order to

Re: [Gimp-user] Python script query

2012-11-09 Thread Chris Mohler
On Fri, Nov 9, 2012 at 1:56 PM, Lorgach wrote: > In order to cut down on time, and also to gain experience I decided to modify > some of the scripts that were written by experienced Python programmers to > see what effects I could produce on various images. > However, I have found that when I ma