Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Re: Text Embroider V-1.0

Thu Jan 09, 2014 8:50 pm

Rod using version 2 I'm getting the same error as Lyle

Re: Text Embroider V-1.0

Thu Jan 09, 2014 10:18 pm

Thanks folks i will look into it in the morning when i return from work.
I had time to run it real quick before i left. Worked fine for me guys. :)
Instructions -
1) Create a new document
2) Create your colored text layer
3) Select the text layer and run the script.
My settings for the below image results were 7, 7, 11, both vertical directions.

Image

Image

XCF workspace file attached.
text-embroider-test-2014_RD.xcf
(198.07 KiB) Downloaded 90 times

Re: Text Embroider V-1.0 - Updated to 2.0

Thu Jan 09, 2014 10:45 pm

It works for me too.

Re: Text Embroider V-1.0 - Updated to 2.0

Thu Jan 09, 2014 11:47 pm

Rod in the script you have this line
Code:
(script-fu-add-bevel RUN-NONINTERACTIVE image layer bevel 1 1)

When running a script-fu from within a script you ignore the run-mode and to 'Work on copy' will ruin your undo path
it maybe should read
Code:
(script-fu-add-bevel image layer bevel 0 1)

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 12:16 am

After the changes I noted above works OK
Image

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 12:47 am

Your fix worked Graechan. :)

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 1:11 am

Stroked outline with my yarn brush, then ran the Script-fu. Blended the bevel result this time. :)

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 1:30 am

Lyle The script is a very good one to have in your arsenal

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 5:50 am

Thanks Graechan. I wonder why it worked for me though without removing the RUN mode? I am using GIMP-2.8.10 from gimp.org. Which version or build are you guys using?

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 6:00 am

So has this script been updated since yesterday? The results look very good now. If so, is it on the first page?

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 5:30 pm

molly wrote:So has this script been updated since yesterday? The results look very good now. If so, is it on the first page?


I'd like to know that as well. Has the script been updated?

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 6:01 pm

Rod wrote:Thanks Graechan. I wonder why it worked for me though without removing the RUN mode? I am using GIMP-2.8.10 from gimp.org. Which version or build are you guys using?

Rod the script would have functioned but without undo functioning when scripting it would be useful to open your error console, I'm using 2-8-10, 2-8-6 and 2-8-0;I believe Lyle uses 2-8-10

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 6:55 pm

Can someone answer our question please? Has this new update been posted?
Thanks :bump

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 8:18 pm

Not yet Molly Rel2 has been posted but still does not have the bugfix needed I'm waiting for Rod to post

Re: Text Embroider V-1.0 - Updated to 2.0

Fri Jan 10, 2014 8:57 pm

Thanks Graechan, you are a doll, :teeth :pengy

Re: Text Embroider V-1.0 - Updated to 2.0

Sat Feb 01, 2014 1:42 pm

Hi Rod,

I accidentally came across this thread on searching for brushes, etc. Another great script by you! Incredible! As you know I have downloaded your Embroidery Stitcher recently which is showing up under the artistic filters folder. Will I find this also in the same folder after installation?

EDIT: I have clearly not read your first message! I have now tested it and it's under Script-Fu. :)

Re: Text Embroider V-1.0 - Updated to 2.0

Sat Feb 01, 2014 2:17 pm

lylejk wrote:Stroked outline with my yarn brush, then ran the Script-fu. Blended the bevel result this time. :)


Hi Lyle, this is an awesome image - so realistic! Are your yarn brush available, if so, where can one download it?

Re: Text Embroider V-1.0 - Updated to 2.0

Sat Apr 25, 2020 2:11 pm

I really like script ... does it still work in Gimp 2.10.14? :tyspin
Post a reply