Gimp-Forum.net
ofn-brush-strokes-on-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-brush-strokes-on-path (/Thread-ofn-brush-strokes-on-path)

Pages: 1 2 3


ofn-brush-strokes-on-path - Ofnuts - 02-21-2020

This script paints evenly spaced brush strokes along a path.

[attachment=3971]

Available at the usual place.

Enjoy.


RE: ofn-brush-strokes-on-path - Zero01 - 02-21-2020

(02-21-2020, 06:27 PM)Ofnuts Wrote:
Available at the usual place.

Enjoy.

Whoops, we can't find that page.


RE: ofn-brush-strokes-on-path - Krikor - 02-21-2020

Page not Found - Whoops, we can't find that page

I believe the page would be: https://sourceforge.net/projects/gimp-path-tools/files/scripts/
But I didn't find the ofn-brush-strokes-on-path there.


RE: ofn-brush-strokes-on-path - Ofnuts - 02-21-2020

Whoops. Fixed Smile


RE: ofn-brush-strokes-on-path - Ofnuts - 02-21-2020

(02-21-2020, 11:14 PM)Krikor Wrote: Page not Found - Whoops, we can't find that page

I believe the page would be: https://sourceforge.net/projects/gimp-path-tools/files/scripts/
But I didn't find the ofn-brush-strokes-on-path there.

Nope, on gimp-tools, since the path is incidental here.


RE: ofn-brush-strokes-on-path - Krikor - 02-21-2020

(02-21-2020, 11:15 PM)Ofnuts Wrote:
(02-21-2020, 11:14 PM)Krikor Wrote: Page not Found - Whoops, we can't find that page

I believe the page would be: https://sourceforge.net/projects/gimp-path-tools/files/scripts/
But I didn't find the ofn-brush-strokes-on-path there.

Nope, on gimp-tools, since the path is incidental here.

ok, I found it.

This is the third or fourth ofnuts script / plugin that I am the first to download!  Big Grin


RE: ofn-brush-strokes-on-path - carmen - 03-26-2020

Trying this (brush: clipboard from imported svg)
[attachment=4131]
and noticing the poor quality (making it indexed, if anything improved the image--less antialiasing), I used it as template for copies of the associated path, which gave:
[attachment=4132]
which I like better.
Question: would it be very difficult to script a 'path along path', on the line of 'text along path'?
And ... yes!--inkscape provides that function out of the box, among 'path effects'...


RE: ofn-brush-strokes-on-path - Ofnuts - 03-26-2020

(03-26-2020, 01:14 AM)carmen Wrote: Trying this (brush: clipboard from imported svg)

and noticing the poor quality (making it indexed, if anything improved the image--less antialiasing), I used it as template for copies of the associated path, which gave:

which I like better.
Question: would it be very difficult to script a 'path along path', on the line of 'text along path'?
And ... yes!--inkscape provides that function out of the box, among 'path effects'...

This script is about paintbrush strokes, with all their restrictions.

I have an unpublished script that does the path equivalent of Gimp's text-along-path, and likely uses the very same algorithm because it suffers from exactly the same problem: things are bluntly squished inside the bends and stretched outside. There are at least two footprints in your example that would be badly distorted. What you want is more like what my own text-along-path does: each character is rotated without distortion. That script could be a solution if:
  • You find a Unicode character that looks like what you want (there is a "footprints" emoji)
  • That character has the appropriate orientation (unfortunately, not in the default font)



RE: ofn-brush-strokes-on-path - Blighty - 03-26-2020

I have just been playing with this plug-in. It is easy to set Strokes in multiples of 10 by clicking on the slider bar, but extremely difficult to change from, for example, 10 to 12. Other than that works well, a useful plug-in.

Gimp 2.10.18; Windows 10


RE: ofn-brush-strokes-on-path - Ofnuts - 03-26-2020

(03-26-2020, 09:56 AM)Blighty Wrote: I have just been playing with this plug-in. It is easy to set Strokes in multiples of 10 by clicking on the slider bar, but extremely difficult to change from, for example, 10 to 12. Other than that works well, a useful plug-in.

Gimp 2.10.18; Windows 10

I have little control on the slider widget. If you have a wheel mouse, each tick of wheel adds/subtract two. And when the focus is on the slider, the left&right cursor keys add/subtract one. Would entering numbers be easier?