RSS/Atom feed Twitter
Site is read-only, email is disabled

Editing a stroke

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Editing a stroke KayInFL 08 Feb 00:46
  Editing a stroke Ofnuts 08 Feb 23:36
  Editing a stroke akovia 09 Feb 13:21
   Editing a stroke Steve Kinney 11 Feb 15:35
2017-02-08 00:46:35 UTC (about 8 years ago)
postings
1

Editing a stroke

After I have created a path and applied a stroke, is it possible to edit the stroke (to change color, width, dash/dot, etc.)? I am annotating a map and am not sure what the best line characteristics should be, and won't really be able to tell until I have all the paths stroked so I can see how they all look together.

Ofnuts
2017-02-08 23:36:13 UTC (about 8 years ago)

Editing a stroke

On 08/02/17 01:46, KayInFL wrote:

After I have created a path and applied a stroke, is it possible to edit the stroke (to change color, width, dash/dot, etc.)? I am annotating a map and am not sure what the best line characteristics should be, and won't really be able to tell until I have all the paths stroked so I can see how they all look together.

If the stroke is on a transparent background, it is easy to repaint it with the usual alpha-lock trick.

Otherwise, use separate layers and erase/redo the strokes to your heart's content.

akovia
2017-02-09 13:21:40 UTC (about 8 years ago)

Editing a stroke

On Tue, Feb 7, 2017, at 07:46 PM, KayInFL wrote:

After I have created a path and applied a stroke, is it possible to edit the
stroke (to change color, width, dash/dot, etc.)? I am annotating a map and am
not sure what the best line characteristics should be, and won't really be able
to tell until I have all the paths stroked so I can see how they all look together.

--
KayInFL (via www.gimpusers.com/forums)

You can't dynamically edit the stroke effect (yet?), but as long as you are applying the stroke to a separate layer/layers and not on the map layer, you can change it as much as you want. Either use the undo (CTRL+z) if you don't like the results, or make a bunch of stroke layers with different effects and turn the visibility on and off for each so you can see the differences.

akovia
Steve Kinney
2017-02-11 15:35:24 UTC (about 8 years ago)

Editing a stroke

On 02/09/2017 08:21 AM, akovia wrote:

On Tue, Feb 7, 2017, at 07:46 PM, KayInFL wrote:

After I have created a path and applied a stroke, is it possible to edit the
stroke (to change color, width, dash/dot, etc.)? I am annotating a map and am
not sure what the best line characteristics should be, and won't really be able
to tell until I have all the paths stroked so I can see how they all look together.

--
KayInFL (via www.gimpusers.com/forums)

You can't dynamically edit the stroke effect (yet?), but as long as you are applying the stroke to a separate layer/layers and not on the map layer, you can change it as much as you want. Either use the undo (CTRL+z) if you don't like the results, or make a bunch of stroke layers with different effects and turn the visibility on and off for each so you can see the differences.

Another way: Make your paths, and make them visible on the image canvas by clicking in the left-most column in the Paths dialog dock - an eyeball will appear where you clicked, and the paths you make visible will appear on the image canvas as thin red lines. This, so you can see them and make sure they are all present and in the right places as you proceed.

Then, add a transparent layer, and save your XCF file. Save your XCF file again, with a new name - i.e. add "-2" to the end of the name. If anything goes wrong with the steps that follow, you will be able to reopen the first XCF file you saved per above, re-save it with another name and proceed, with no work lost.

Add a transparent layer. In the Layers dialog dock, left click and do "Merge visible paths." If some paths will have a different color, width, or etc. than others, merge the paths in groups by making only the one that are all going to have the same appearance visible.

Now you can stroke your paths (or groups of paths) on the transparent layer (or different transparent layers for groups of paths), undo with Control+z, redo with different stroke settings, etc., until you get the results you want.

To change just the color of paths already stroked on a transparent layer, go to the Layers dialog dock and lock the layer's alpha channel (this toggles off and on via a small buton at the top of the Layers dialog dock, with a checkerboard pattern on it). Drag and drop your color of choice from the color picker, and/or make adjustments with any of the color tools (i.e. Hue-Saturation, or etc.).

The ability to edit the "stroke" applied to a path directly will not be likely to appear in the GIMP any time soon, as that would require adding a lot of code that is already native to vector editors like Inkscape. In fact, Inkscape might be a better tool for creating line drawings (and text) over a bitmap image; you could import the bitmap image of your map into Inkscape, select it as an object, and adjust the Page to the size of the selection. Then create, manipulate, stroke and edit your lines and text any old way you want.

Since you are already familiar with the GIMP, Inkscape might not be the best option for your current project; it has quite a learning curve. But if you do this kind of work a lot, it may be worth looking into.

:o)

Steve