It is currently Thu Sep 24, 2026 8:57 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Text along path
PostPosted: Sun Oct 15, 2017 10:52 am  (#21) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
I noticed that if you draw 2 paths, then merge them, the text goes only along one (in my case the innermost).
Is it wanted ?
It was just a try...
Drawn a rectangle select, then to path.
Drawn an inner ellipse select, then to path.
Merged the 2 paths, run the filter, got the text on the inner ellipse path.

_________________
"Where am I ?"


Top
 Post subject: Re: Text along path
PostPosted: Sun Oct 15, 2017 12:18 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Mar 28, 2016
Posts: 312
Location: Netherlands
Thank you, Ofnuts.


Top
 Post subject: Re: Text along path
PostPosted: Sun Oct 15, 2017 12:31 pm  (#23) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
dinasset wrote:
I noticed that if you draw 2 paths, then merge them, the text goes only along one (in my case the innermost).
Is it wanted ?
It was just a try...
Drawn a rectangle select, then to path.
Drawn an inner ellipse select, then to path.
Merged the 2 paths, run the filter, got the text on the inner ellipse path.


See "Path" in the Usage notes in the doc in the ZIP.

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Sun Oct 15, 2017 12:42 pm  (#24) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
I see.
Thanks.

_________________
"Where am I ?"


Top
 Post subject: Re: Text along path
PostPosted: Tue Oct 17, 2017 5:11 am  (#25) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Thanks for the new version.

My first surprise (though great features):
Lateral wiggle, Vertical wiggle, Tilt wiggle only random?
In particular, Tilt wiggle should be available as a new option - right-to-left text (not inverted) and frequently searched options from top-to-bottom.
This add-on does not require much coding (I changed it for my own needs) - but it can be very useful for many users.


Attachments:
OfnTxtoPh.png
OfnTxtoPh.png [ 602.7 KiB | Viewed 2365 times ]

_________________
Image
Top
 Post subject: Re: Text along path
PostPosted: Tue Oct 17, 2017 7:02 am  (#26) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
MareroQ wrote:
Thanks for the new version.

My first surprise (though great features):
Lateral wiggle, Vertical wiggle, Tilt wiggle only random?
In particular, Tilt wiggle should be available as a new option - right-to-left text (not inverted) and frequently searched options from top-to-bottom.
This add-on does not require much coding (I changed it for my own needs) - but it can be very useful for many users.


Superficially, yes, but the devil is in the details(*).

If you reverse the characters (Stunfo) the kerning is on the wrong side. If you need this you can just as well provide the reversed text and reverse the path direction.

For vertical text the script computes a position using the character width, so if you make the text vertical this position is likely wrong. There is also no easy way to tell the actual height of a character... So vertical text implemented the quick-and-dirty way will only work with all-uppercase text (hoping for no diacritics over the letters) and a fixed width font (otherwise, letters such as "I" will be squeezed vertically). IMHO vertical text implemented properly is another (quite different) script.

(*) about three quarters of the code is caring about the details...

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Tue Oct 24, 2017 7:38 am  (#27) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
dinasset wrote:
I noticed that if you draw 2 paths, then merge them, the text goes only along one (in my case the innermost).
Is it wanted ?
It was just a try...
Drawn a rectangle select, then to path.
Drawn an inner ellipse select, then to path.
Merged the 2 paths, run the filter, got the text on the inner ellipse path.


This is being fixed

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Tue Oct 24, 2017 7:42 am  (#28) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
Good news !

_________________
"Where am I ?"


Top
 Post subject: Re: Text along path
PostPosted: Fri Oct 27, 2017 12:46 pm  (#29) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
Fixed, so you can, now use it also for animations:

Image


Yes, this is a python written in python written in python.

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Fri Oct 27, 2017 1:09 pm  (#30) 
Offline
GimpChat Member
User avatar

Joined: Jan 06, 2017
Posts: 204
Image

Nifty..


Top
 Post subject: Re: Text along path
PostPosted: Fri Oct 27, 2017 2:36 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: Jan 06, 2017
Posts: 204
Image

Fun, fun, fun.. (as well as plenty of practical and SERIOUS usages :) )


Top
 Post subject: Re: Text along path
PostPosted: Fri Nov 10, 2017 11:05 am  (#32) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Thank You for a great plugin. :clap

Question to version 1.3
https://sourceforge.net/projects/gimp-path-tools/files/scripts/

How it's working ?:
Text (multi) along path ...
According to me a small patch is needed. :lol

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Nov 13, 2017 7:42 pm  (#33) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
Well, working on the "multi" thing I found that v1.2 had broken something badly, so I had to post an update quickly. In my haste I forgot to disable the registration. Since the "multi" code is ready (only have to document it), the 1.4 version will fix the problem...

_________________
Image


Top
Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


cron

* Login  



Powered by phpBB3 © phpBB Group