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

ofn-text-path-selection

Fri May 15, 2020 11:49 am

When you use a cursive font (or when you squeeze your characters) there is some overlap in the paths of the characters:

gc-initial.png
gc-initial.png (58.75 KiB) Viewed 2476 times


So if you amend the path and try to get a selection from it you get something like this, where the overlap areas are not selected, which isn't what you want:

gc-plain.png
gc-plain.png (31.96 KiB) Viewed 2476 times


So now there is a script that creates a proper selection:

gc-fixed.png
gc-fixed.png (30.55 KiB) Viewed 2476 times


As usual, ofn-text-path-selection is available on my SourceForge page.

Enjoy.

Re: ofn-text-path-selection

Fri May 15, 2020 11:59 am

Thank you so much Ofnuts, your plug-ins make the results be much easier and perfect. :tyspin :)

Re: ofn-text-path-selection

Fri May 15, 2020 12:50 pm

Thank you ofnuts.

Re: ofn-text-path-selection

Fri May 15, 2020 1:04 pm

Thank you ofnuts, for sharing with us. You put your time and effort to make this wonderful path scripts and it's always appreciated! :yes

Re: ofn-text-path-selection

Fri May 15, 2020 2:35 pm

<Begins polishing up a new Golden Wilbur>

Many thanks, Ofnuts! :jumpclap :yes

Re: ofn-text-path-selection

Fri May 15, 2020 2:39 pm

Thank you ofnuts.
You never cease to amaze me,
with your always handy path tools.

:bigthup

Re: ofn-text-path-selection

Fri May 15, 2020 2:40 pm

So this is acts like combine or unite in a vector editor...good work as always thank You ofnuts.
What if the letters overlap themselves?
I used "Ink Free" font and made it bold in the text editor, some corners turned into loops.

Image

Re: ofn-text-path-selection

Fri May 15, 2020 2:43 pm

No time and effort but lots of enjoyment. Learned plenty of things. Development history is sort of documented here.

Re: ofn-text-path-selection

Fri May 15, 2020 2:44 pm

Nidhogg wrote:So this is acts like combine or unite in a vector editor...good work as always thank You ofnuts.
What if the letters overlap themselves?
I used "Ink Free" font and made it bold in the text editor, some corners turned into loops.

[ Image ]


Have you got the path for that?

Re: ofn-text-path-selection

Fri May 15, 2020 2:59 pm

Yes, I used the normal text to path after turning it bold. Attached.

Thank-You.xcf.zip
(31.34 KiB) Downloaded 84 times

Re: ofn-text-path-selection

Fri May 15, 2020 3:15 pm

Just a small warning, peeps. Be sure to read the EULA. LOL

Re: ofn-text-path-selection

Fri May 15, 2020 3:38 pm

It's a great script :hi5 , thank you so much ofnuts.
:gimp

Re: ofn-text-path-selection

Fri May 15, 2020 4:05 pm

Nidhogg wrote:Yes, I used the normal text to path after turning it bold. Attached.


The strokes have loops and the stroke for the O even overlaps itself. The script fixes how the strokes interact with each other, but it doesn't fix the strokes themselves.

Re: ofn-text-path-selection

Fri May 15, 2020 4:24 pm

Yeah it was just a thing I tried, because that font does not have real bold version.
Thanks again for a cool new .py plug-in.

Re: ofn-text-path-selection

Fri May 15, 2020 10:52 pm

Thank you very much Ofnuts, your tools are indispensable :tyspin
Post a reply