Re: [Gimp-user] Stroke Paths - Taper option?

2006-06-27 Thread Joao S. O. Bueno Calligaris
On Tuesday 27 June 2006 11:37 am, Ben Schreiner wrote:
> I'd like to be able to taper the size of the brush (up or down) as
> it strokes along a path with a stroke line or possibly even a paint
> tool.
>
> I assume this would at least need a script to achieve.
>
> Is there any way for this to be done easily, or should I be looking
> at commissioning a script and/or development on the path tool.
>
> I much prefer working with vectors than with rasters in general,
> but Inkscape doesn't seem to support this either.
>
> TIA
>
> Ben Schreiner
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


cross-stroke.py
Description: application/python
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Stroke Paths - Taper option?

2006-06-27 Thread Joao S. O. Bueno Calligaris
On Tuesday 27 June 2006 11:37 am, Ben Schreiner wrote:
> I'd like to be able to taper the size of the brush (up or down) as
> it strokes along a path with a stroke line or possibly even a paint
> tool.
>
> I assume this would at least need a script to achieve.
>
> Is there any way for this to be done easily, or should I be looking
> at commissioning a script and/or development on the path tool.
>
> I much prefer working with vectors than with rasters in general,
> but Inkscape doesn't seem to support this either.
>

Hi ben,

I have a python script that follows paths and paint strokes 
perpendicular to them.
It does not vary the stroke length - just the color, but it would be a 
trivial change. 

The final result is far from perfect, as it is a simple script I 
created for an effect I wanted once. So ther emay be lots of empty 
spaces unless you reduce spacing a lot.

I will send you the script privately - I hoipe you are on linux and 
have gimp-python installed.

JS
-><-

> TIA
>
> Ben Schreiner
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user