Re: [Gimp-user] Python script

2018-06-21 Thread Alexander V. Kalachev via gimp-user-list
Thank you for your hint. Alexander On Thu, 21 Jun 2018 11:17:28 +0100 kevin payne wrote: > On 21 June 2018 at 10:32, Alexander V. Kalachev via gimp-user-list > wrote: > > Dear list members, > > > > I wrote a script that adds an outline to the text. The script works as I > > expected with on e

Re: [Gimp-user] Python script

2018-06-21 Thread Alexander V. Kalachev via gimp-user-list
Thank you for your explanation. Alexander On Thu, 21 Jun 2018 08:46:32 -0400 Carol Spears wrote: > On Thu, Jun 21, 2018 at 5:32 AM, Alexander V. Kalachev via gimp-user-list < > gimp-user-list@gnome.org> wrote: > > > Dear list members, > > > > I wrote a script that adds an outline to the text.

Re: [Gimp-user] Python script

2018-06-21 Thread kevin payne via gimp-user-list
On 21 June 2018 at 10:32, Alexander V. Kalachev via gimp-user-list wrote: > Dear list members, > > I wrote a script that adds an outline to the text. The script works as I > expected with on exception. When it finished, it removes all textual > information and converts the text into graphics. Co

Re: [Gimp-user] Python script

2018-06-21 Thread Carol Spears via gimp-user-list
On Thu, Jun 21, 2018 at 5:32 AM, Alexander V. Kalachev via gimp-user-list < gimp-user-list@gnome.org> wrote: > Dear list members, > > I wrote a script that adds an outline to the text. The script works as I > expected with on exception. When it finished, it removes all textual > information and co

[Gimp-user] Python script

2018-06-21 Thread Alexander V. Kalachev via gimp-user-list
Dear list members, I wrote a script that adds an outline to the text. The script works as I expected with on exception. When it finished, it removes all textual information and converts the text into graphics. Could anyone give me an advice how to modify the script in order to keep the textual

[Gimp-user] Python script query

2012-11-13 Thread Grue
>I had difficulty getting the [delete] tag to work properly... it >deletes the first two layers and then every second layer after that. This is because every layer that has an animstack action tag on it is deleted after processing, this is not something unique to [delete] tag. This is because tagg

[Gimp-user] Python script query

2012-11-12 Thread Lorgach
Hi All, Thanks again for all the assistance. I tried out a few variations of the [delete] tags in AnimStack and managed to get the desired results for editing my Gifs. I had difficulty getting the [delete] tag to work properly... it deletes the first two layers and then every second layer after

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

[Gimp-user] Python script query

2012-11-12 Thread Grue
>I have tried out the 'AnimStack' plugin but found that it dosen't >perform the Delete functions very well or else I'm just not using it >correctly. Hi, the author of AnimStack here. I would wager the latter option is correct, since it clearly does perform the delete functions, and people other th

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

[Gimp-user] Python script query

2012-11-11 Thread Lorgach
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 plug-ins that would speed up the editing

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

[Gimp-user] Python script query

2012-11-09 Thread Lorgach
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 cut down on time, and also to gain exper