Skip to main content
Inspiring
August 19, 2021
Answered

Stroking Paths

  • August 19, 2021
  • 1 reply
  • 2808 views

I am working on an action for "stitching" stuff. I am trying to find a way that I can load an object, create a Work Path from that selection, then stroke it with a brush (stitch the object). My issue seems to be with circles. It doesn't matter whether I'm loading an object or using the marque tool, I do not get a nice neat stroke. However, if I draw the circle using the pen, it comes out just the way I want it. 

 

What I'm using for a brush right now is a squished hard round brush (Brush Tip Shape - Size: 25px, Roundness: 20% and Spacing: 600% ... Shape Dynamics - Angle Jitter: 0%, Control: Direction). I'm on a Mac (Big Sur) using Photoshop 2021.

 

Any ideas why this is happening?

 

btw - it works just fine on a rectangle with a little clean up needed for the corners. 

This topic has been closed for replies.
Correct answer jilbert

So sorry ... I didn't get notified that anyone had answered this.

 

What I needed to do is stroke an object (piece of paper, etc.) or allow the user to draw with the marquee tool. It worked as long as there wasn't anything circular (like a circle). 

 

I have come back to add I figured out the problem.  I realized that I was getting too many anker points. This was because in creating the path, I was setting the tolerance to .5 ... changing it to 2 took care of the problem. 

 

All this is for the creation of an action to stroke paths (ie, stitch). Elements users do not have access to paths, but if I create them in Photoshop and save them out, they can use that path. Also, if I have the action create a path from a selection, it will work in Elements. I've found there are several "hidden" Photoshop features in Elements that I can tap into by creating an action in Photoshop.

 

Thanks again for your response.

Jill

1 reply

JJMack
Community Expert
Community Expert
August 19, 2021

What do you mean by loads an object? How are you using the Marquee tools tool option bar options? How are you creating the paths from selections.  Why are you not using the vector tools for creating paths?

 

Path made fron selectioms are not the best can vary even for quite simple selections to toe be converted to a path. 

 

You can edit the work path created. Improve on what Photoshop created.

It can require a lot of work to fix up a Path Photoshop created from a good selection.

JJMack
jilbertAuthorCorrect answer
Inspiring
August 23, 2021

So sorry ... I didn't get notified that anyone had answered this.

 

What I needed to do is stroke an object (piece of paper, etc.) or allow the user to draw with the marquee tool. It worked as long as there wasn't anything circular (like a circle). 

 

I have come back to add I figured out the problem.  I realized that I was getting too many anker points. This was because in creating the path, I was setting the tolerance to .5 ... changing it to 2 took care of the problem. 

 

All this is for the creation of an action to stroke paths (ie, stitch). Elements users do not have access to paths, but if I create them in Photoshop and save them out, they can use that path. Also, if I have the action create a path from a selection, it will work in Elements. I've found there are several "hidden" Photoshop features in Elements that I can tap into by creating an action in Photoshop.

 

Thanks again for your response.

Jill

Kukurykus
Legend
August 24, 2021

I really don't want to argue with you. I am familiar with Elements+ ... and I understand the functionality provided is outstanding. I write actions geared towards digital scrapping ... for both the designer and the scrapper. Most don't want to learn about the functionality of the application or they just need something that can do the job quickly and easily. In fact, a lot of my customers had never used actions until I started writing them and many that I create are at the request of my customer base. 

With all that said, I do want to thank you for your concern and information. I am not a regular poster here but, I am an avid reader and appreciate folks like you who are willing to take the time to help.


I once discovered Elements+ few years ago but never tried it and hence I was not aware it's designed for Photoshop Elements (I had no idea of its existment for long). On the August 20 I found in linked post it should be used over there and let you use options that for some reason were visually disabled. So as that was fresh information for me I happily mentioned about it in relation to application you use (for scripting purpose). Anyway, if you don't mind, share a link to your website where the self-made actions are available to purchase...


btw I read again an issue you came with and used everything like you originally did, so with 0.5 tolerance when createing a path from circle selection. After stroking it with said settings I got the (un)expected result you showed in bottom part of your attached screenshot. Then I did the same but with around 2.0 value suggested by JJMack and I got the desired result so that from top part of your screenshot.


Due to your description it is what you wanted to achieve, isn't it?