It is currently Mon Jul 01, 2024 3:06 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: ofn-text-path-selection
PostPosted: Fri May 15, 2020 11:49 am  (#1) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
When you use a cursive font (or when you squeeze your characters) there is some overlap in the paths of the characters:

Attachment:
gc-initial.png
gc-initial.png [ 58.75 KiB | Viewed 2461 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:

Attachment:
gc-plain.png
gc-plain.png [ 31.96 KiB | Viewed 2461 times ]


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

Attachment:
gc-fixed.png
gc-fixed.png [ 30.55 KiB | Viewed 2461 times ]


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

Enjoy.

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 11:59 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12705
Location: Spain, Aragón
Thank you so much Ofnuts, your plug-ins make the results be much easier and perfect. :tyspin :)

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 12:50 pm  (#3) 
Offline
GimpChat Member

Joined: Apr 09, 2018
Posts: 1792
Location: France
Thank you ofnuts.

_________________
Les parfums, les couleurs et les sons se répondent.Baudelaire (Les fleurs du mal)
2.10.14 (Samj),2.10.21 (Samj) and 2.10.23(Samj) OS Windows 10 Home 64 bits


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 1:04 pm  (#4) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
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

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 2:35 pm  (#5) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
<Begins polishing up a new Golden Wilbur>

Many thanks, Ofnuts! :jumpclap :yes

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 2:39 pm  (#6) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13068
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
Thank you ofnuts.
You never cease to amaze me,
with your always handy path tools.

:bigthup

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 2:40 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
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


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 2:43 pm  (#8) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
No time and effort but lots of enjoyment. Learned plenty of things. Development history is sort of documented here.

_________________
Image


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 2:44 pm  (#9) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
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?

_________________
Image


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 2:59 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
Yes, I used the normal text to path after turning it bold. Attached.

Attachment:
Thank-You.xcf.zip [31.34 KiB]
Downloaded 83 times


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 3:15 pm  (#11) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Just a small warning, peeps. Be sure to read the EULA. LOL

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 3:38 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Aug 07, 2011
Posts: 68
It's a great script :hi5 , thank you so much ofnuts.
:gimp


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 4:05 pm  (#13) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
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.

_________________
Image


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 4:24 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
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.


Top
 Post subject: Re: ofn-text-path-selection
PostPosted: Fri May 15, 2020 10:52 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Dec 09, 2018
Posts: 656
Thank you very much Ofnuts, your tools are indispensable :tyspin


Top
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Selection of a path component

1

No new posts Attachment(s) selection path help GIMP 2.10

3

No new posts Aligning Text on a Circle Path

2

No new posts Attachment(s) stroke selection/stroke path

2

No new posts Attachment(s) No scrollomg interface for text logo bend path

7



* Login  



Powered by phpBB3 © phpBB Group