Gimp-Forum.net
ofn-text-along-path - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: ofn-text-along-path (/Thread-ofn-text-along-path)

Pages: 1 2 3 4


RE: ofn-text-along-path - Ofnuts - 10-24-2017

  • Create two curves, then use path-inbetweener to generate 40 intermediate paths ("Swing" stretch)
  • Using WIP ofn-text-along-path, add "ACCORDION" in "filled" layout on each
  • Generate a layer for each using stroke-or-fill-visible-layers
  • Generate the "back" move with mirror-layers
  • Export as GIF
  • Serve hot during lunchbreak
[attachment=865]

(done while listening to bagpipes, but this is another story Smile)


RE: ofn-text-along-path - Ofnuts - 10-27-2017

Testing some fixed and new capabilities.

[attachment=867]



RE: ofn-text-along-path - Ofnuts - 10-27-2017

Too big to use a GF attachment (about 1M). Fairly compute-intensive, nearly killed the PC doing that one... Will likely redo it with a more realistic wave travel. That could be a coincidence, but the more bendy the path is, the longer it is, and this just widens the character spacing enough to avoid overlaps.
[Image: x7Se2o1.gif]


RE: ofn-text-along-path - Ofnuts - 10-27-2017

Better version:

[Image: aJMshKw.gif]


RE: ofn-text-along-path - Ofnuts - 10-27-2017

Updated the script on SourceForge:
  • Remove "box-margins" on first/last characters
  • Run on multiple strokes
  • Add more path generation options



RE: ofn-text-along-path - Ofnuts - 11-06-2017

Yet another update:
  • Fix bug on width in "Repeated" layout on closed strokes (visible here)
  • Include spacer in the name of produced paths



RE: ofn-text-along-path - Ofnuts - 11-07-2017

Yet another update to fix a bug introduced by the previous update. Do I feel a moose coming?(*)

(*) a virtual coconut to those who recognize what this alludes to.


RE: ofn-text-along-path - Ofnuts - 11-18-2017

Uploaded new version with the "multi" option:

[attachment=977]

Enjoy.


RE: ofn-text-along-path - Espermaschine - 11-19-2017

(11-18-2017, 11:59 PM)Ofnuts Wrote: Uploaded new version with the "multi" option:


Enjoy.

So to produce these rotated multi texts, one has to make a "star" path ?
How do you make, for example, a 12 sided star path ?


RE: ofn-text-along-path - Ofnuts - 11-20-2017

ofn-path-to-shape has all required functionality for this (called "spokes", in both "strokes" and "segments" functions).