It is currently Wed Jul 24, 2024 10:32 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 108 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Text along path
PostPosted: Sun Apr 08, 2012 6:34 pm  (#1) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4758
This tool attempts to improve on the "Text along path" button in Gimp's Text tool. The improvements are:
  • Character shapes are not distorted: while Gimp's tool works by remapping the text path control points using the guide path, this script rotates and moves each character path without distortion.
  • Text can left-justified, right-justified, centered, or filled on the path.
  • The vertical position with respect to the guide path can be specified
  • The path of individual characters can be obtained
  • Some more frivolous options may appeal to the artist or the ransom note writer.
Download is here: http://sourceforge.net/projects/gimp-pa ... s/scripts/
User's guide is here: http://gimp-path-tools.sourceforge.net/tools.shtml

As usual, comments and bug reports are welcome (but RTFM first).

_________________
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: Text along path
PostPosted: Sun Apr 08, 2012 6:41 pm  (#2) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
wow that looks like a great script ofnuts...thank you and I will be sure to RTFM :lol

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Sun Apr 08, 2012 6:52 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12536
Getting an error and it might be the way I'm trying to use it ofnuts. I created a circular path and then ran your python script and I get these error messages. :)


Attachments:
tap_error.png
tap_error.png [ 164.21 KiB | Viewed 4137 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Text along path
PostPosted: Sun Apr 08, 2012 8:04 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7316
Location: Göteborg at last!
I've read the user's guide and I still don't know how to use this.


Top
 Post subject: Re: Text along path
PostPosted: Sun Apr 08, 2012 8:22 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14729
Location: USA
I get this error in Gimp-2.7.6
Integer arg expected-got float.
These settings
Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Text along path
PostPosted: Sun Apr 08, 2012 9:23 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14729
Location: USA
Gimp-2.6.12 - it works excellent - same settings
Thanks Ofnuts! :) :bigthup
Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Text along path
PostPosted: Sun Apr 08, 2012 9:47 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12536
After you posted, I decided to try again, and it didn't crash. Very strange. Thanks Ofnuts for a cool new tool. :)


Attachments:
tried_again.png
tried_again.png [ 17.75 KiB | Viewed 4092 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Text along path
PostPosted: Sun Apr 08, 2012 10:07 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14729
Location: USA
Here is a rectangle example. :)

Image

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 12:12 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Aug 04, 2011
Posts: 5
Location: Melbourne, Australia
Thank you! This works well :)

_________________
Follow the glitter way.


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 3:50 am  (#10) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4758
lylejk wrote:
Getting an error and it might be the way I'm trying to use it ofnuts. I created a circular path and then ran your python script and I get these error messages. :)
You get this one if you don't enter a font name. I have to make that default to a font which is valid everywhere (ie Windows/OSX/Linux). Suggestions?

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 5:22 am  (#11) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4758
Rod wrote:
I get this error in Gimp-2.7.6
Integer arg expected-got float.

Works for me in 2.7(*)... Might be an elusive problem with a number that remains an integer in most cases.

(*) For the time being I'm stuck on 2.7.2. Later releases introduce dependencies hard to satisfy on my Linux version.

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 6:04 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7316
Location: Göteborg at last!
Erisian wrote:
I've read the user's guide and I still don't know how to use this.


I have Python correctly installed and I have this script in my plugins folder but I can't find it in any menu. I've read the user's guide and I still don't know how to use this. Please explain.


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 6:40 am  (#13) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4758
Erisian wrote:
Erisian wrote:
I've read the user's guide and I still don't know how to use this.


I have Python correctly installed and I have this script in my plugins folder but I can't find it in any menu. I've read the user's guide and I still don't know how to use this. Please explain.


1) create a Path using the path editor
2) Open the Paths list
3) Right click on your path
4) Go to Tools/Text along path (at the bottom)
5) Fill least text and font paramaters

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 6:58 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7316
Location: Göteborg at last!
Ofnuts - I'm not getting the menu for some reason.

Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 7:45 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7316
Location: Göteborg at last!
Mine doesn't even say "Tools". Am I right-clicking on the wrong thing?


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 8:00 am  (#16) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
in your path dialog, right click on your path and the tools is at the very bottom.

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 8:32 am  (#17) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4758
Erisian wrote:
Mine doesn't even say "Tools". Am I right-clicking on the wrong thing?

If you have Python (Filters/Render/Clouds/Fog should be there) and the plugin is installed properly it shoud show up. If you are on OSX or Linux, don't forget to make it executable.

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 8:36 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12536
ofnuts wrote:
lylejk wrote:
Getting an error and it might be the way I'm trying to use it ofnuts. I created a circular path and then ran your python script and I get these error messages. :)
You get this one if you don't enter a font name. I have to make that default to a font which is valid everywhere (ie Windows/OSX/Linux). Suggestions?


Makes sense now; I did decide to change the font when I rendered it the second time. I'll keep that in mind next time I use it. I only assumed that you used a default font. I would choose any san serif font (like blocky text for the text around a circle) as a default. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 8:38 am  (#19) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
ofnuts wrote:
Erisian wrote:
Mine doesn't even say "Tools". Am I right-clicking on the wrong thing?

If you have Python (Filters/Render/Clouds/Fog should be there) and the plugin is installed properly it shoud show up. If you are on OSX or Linux, don't forget to make it executable.


Sorry ofnuts, I forgot all about changing the permissions in Fedora. I keep thinking I am still using Windows. I can see it now. Thank you

_________________
Image


Top
 Post subject: Re: Text along path
PostPosted: Mon Apr 09, 2012 9:00 am  (#20) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
This is what I did and when I click OK, it doesn't work. no errors, no nothing. I also tried it with no's instead of yes's to the box
Image

_________________
Image


Top
Post new topic Reply to topic  [ 108 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) ofn-text-path-selection

14

No new posts Aligning Text on a Circle Path

2

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

7

No new posts Attachment(s) i struggle with the option to copy the path - the path where a file i

3

No new posts Attachment(s) Bend Text-Logo as helper Ofn-bend-path

75



* Login  



Powered by phpBB3 © phpBB Group