Hi
I am trying to replicate the ability to paste in photoshop with the option to paste as smart object or pixels or shape layer. How do I do that through code? It could be through extendscript or AppleScript, or even JXA(javascript).
Thanks
Search found 2 matches
- Wed Aug 26, 2020 12:18 am
- Forum: Photoshop Scripting: Code Snippets
- Topic: Photoshop Javascript: Paste items with options(Smart Object, Pixels, Shape)
- Replies: 0
- Views: 12726
- Tue Sep 26, 2017 2:54 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Changing color of text found with regex
- Replies: 1
- Views: 6941
Changing color of text found with regex
Hi, I have multiple text layers in the document. I would like to filter through the contents of each text layer with regex and change the color of the found result. In the example below I would like to find all the hastags in the text layer and change the color to blue. Example: This is a really lon...