Creating a path from the center points of a selection? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Creating a path from the center points of a selection? (/Thread-Creating-a-path-from-the-center-points-of-a-selection) Pages:
1
2
|
RE: Creating a path from the center points of a selection? - mholder - 11-14-2020 I am just literally following the directions. I expect something wrong when I choose crop path by rectangle, and I don't specify any rectangle. RE: Creating a path from the center points of a selection? - Krikor - 11-14-2020 A simple option, although applicable only to specific situations like the one raised in this topic would be: With the Pencil Tool selected, center your starting point in the axi-longitudinal center of the line; Initial click, holding ctrl + shift and keeping the Pencil Tool selected it is possible to create a 45 degree offset angle. Select the end point and click. [attachment=5197] Then alpha for selection, Select to path. [attachment=5198] (11-14-2020, 02:11 PM)mholder Wrote: Ok got it thanks! mholder, I also tried these steps brilliantly designed by denzjos, but literally following the steps will not work. At least with me it was like that, starting with the same initial mistake that you also got. But I also found others, after break path apart it was impossible to generate intermediate paths since the paths created had different numbers of strokes. But the idea of denzjos is excellent and it works, you just need to adjust the steps. (11-14-2020, 02:29 PM)Ottia Tuota Wrote:(11-14-2020, 02:11 PM)mholder Wrote: I tried this: Ottia Tuota, The plugin works correctly. But following the steps taken, there is no selection made, so this error appears by the mholder. The same happened to me when I tried to follow the steps literally. RE: Creating a path from the center points of a selection? - denzjos - 11-14-2020 (11-14-2020, 03:26 PM)mholder Wrote: I am just literally following the directions. I expect something wrong when I choose crop path by rectangle, and I don't specify any rectangle. Must draw a rectangular selection first (rectangular select tool), then use the plugin. In my example a roughly drew a rectangle, but you can draw the rectangle just at the beginning and the end of the line (cutting where the line is rounded). (11-14-2020, 03:30 PM)Krikor Wrote: A simple option, although applicable only to specific situations like the one raised in this topic would be: If forgot to mention to check if there are more than two anchor points on each path. If there are, delete them in the path edit mode. If there is still no path made with the generate intermediate paths, then use the Ofnuts plugin : sort strokes horizontally (or vertically) or/and reverse strokes (on one path only) RE: Creating a path from the center points of a selection? - Ofnuts - 11-15-2020 (11-13-2020, 11:33 PM)eepjr24 Wrote: If I have a selection, for simplicity sake we'll start with a 50 pixel wide line at a 45 degree angle from top left to bottom right. How do I create a path that traverses the approximate center of the selection and is one pixel wide? Two ways with my scripts: If you use ofn-hatchings, the center line is guaranteed to go through the center of the layer so you can
RE: Creating a path from the center points of a selection? - Ofnuts - 11-15-2020 (11-14-2020, 01:42 PM)mholder Wrote: " - Edit / Break path apart" No sane person wants the whole collection. I don't even have them all installed (some of them are really niche stuff). RE: Creating a path from the center points of a selection? - Krikor - 11-15-2020 (11-15-2020, 04:34 PM)Ofnuts Wrote: Two ways with my scripts:Wowww O.O This was even easier and faster than the solution I suggested with Pencil Tool! I was never able to install ofn-hatching, I don't remember what the difficulty was exactly, but I think I had to configure something. Ofn-path-to-shape is a plugin gem! I wonder when the developer version will be released. :-) The good thing about this type of doubts is that they make us learn to know better certain plugins that we have and we don't even know the potential they have. RE: Creating a path from the center points of a selection? - denzjos - 11-16-2020 Ofnuts, I like the ofn-path-to-shape solution. Amazingly simple. RE: Creating a path from the center points of a selection? - eepjr24 - 11-16-2020 Thanks all for the solutions! Hopefully I get some time this week to install the ofn tools and try it all out. - E |