Brush Stroke on Guides crossing

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

Revnart
Posts: 9
Joined: Wed Sep 28, 2016 8:56 am

Brush Stroke on Guides crossing

Post by Revnart »

Hey, I just have a question :) Is it possible to stroke (right word?) brush on each spot where guides are crossing? Example in attachements.
Thanks for your help :)
Zrzut ekranu 2017-04-05 o 08.12.28.png
Zrzut ekranu 2017-04-05 o 08.12.28.png (64.14 KiB) Viewed 5207 times
Zrzut ekranu 2017-04-05 o 08.12.55.png
Zrzut ekranu 2017-04-05 o 08.12.55.png (72.23 KiB) Viewed 5207 times
User avatar
Jaroslav Bereza
Posts: 38
Joined: Tue Dec 27, 2016 7:22 pm

Re: Brush Stroke on Guides crossing

Post by Jaroslav Bereza »

If you want apply drawing via script you need binary code of drawing.

Check connection SDK documentation... there is stroke recording and playback for it.
Tutorials Overview > Arbitrary Data Type

But much more easy should be create path and then apply brush on path.
Revnart
Posts: 9
Joined: Wed Sep 28, 2016 8:56 am

Re: Brush Stroke on Guides crossing

Post by Revnart »

Thank you very much :) That's the info I needed :)

EDIT:
So creating specific shape (path) on those crossings is easier?