Re: Scripting text layers
sheer amazingness thanks very much, just changed "text1" & "2" to layer names and it works. So if I want to increase this to 4 layers, and have desciptions adjacent to each input field how would I...
View Articlecopy/paste exif data to notes
I would like to copy specific data from the "file info" in photoshop and paste it into "notes" or even a text layer.I need to be able to record this as an action to batch hundreds of files. I am...
View ArticleRe: copy/paste exif data to notes
In a script you can parse EXIF data any way you want and create a text layer copy it into a metadata filed like INSTRUCTIONS. There is a script like the in my Crafting actions package. Crafting Actions...
View ArticleScript to Get/Set viewing area
I'm just now looking into javascript for Photoshop CS5, so I'll try to make the functionality I need as clear as possible. I'm working on a script that functions like Paint Tool SAI's Flip Canvas,...
View ArticleRe: Scripting text layers
You can add additional lines like dlg.textB = dlg.add('edittext', [12,45,308,65], "", {multiline:false}); but you need to give each a distinct name (instead of »textB«) so that you can later on...
View ArticleRe: Script to Get/Set viewing area
I need to store and edit the current viewing area of an open PS document,As far as I know this is not possible in Photoshop Scripting currently. (edited)Feel free to make a Feature Request (for...
View ArticleRe: First Script: Need some basic skill help? Can you add an image with a click?
1. I would create four variables and than store the XY cords of the the high point of the head, the bottom of the chin, amd the farthest right and left of the face.How do you intend to declare those...
View ArticleRe: Scripting text layers
Thanks I had a play around and got it working ! now, I take it that the numeric values ..dlg.textA = dlg.add('edittext', [12,15,308,35], "", {multiline:false});.. are co-ordinates ? I continued the...
View ArticleRe: Scripting text layers
I want to enter static text above each input boxSorry, you had mentioned that.Lines likedlg.titleA = dlg.add('statictext', [12,5,308,25], "text a");should work.You’ll have to amend the Array that, as...
View ArticleRe: First Script: Need some basic skill help? Can you add an image with a click?
function doGet(){ var app =UiApp.createApplication(); // The very first Google Doodle! app.add(app.createImage("http://www.google.com/logos/googleburn.jpg")); // Just the man in the middle...
View ArticleRe: Scripting text layers
actually ... a while ago you gave me a script that would allow me to enter Lab values and this would change the foreground colour. I'm now thinging that I could cannibalize that script and involve it...
View ArticleRe: First Script: Need some basic skill help? Can you add an image with a click?
Is that script for a browser html. Its not for Photoshop and like Photoshop would fine UiApp undefined so does Microsoft. Is that a Chrome script or Android script? Why post it here?Atiqur Sumon...
View ArticleBatch Processing with Multiple Actions
Hello all,Using the Scripts Events Manager I run a set of seven actions during the file open event to a each file.The next steps to apply these seven actions to a folder of images. What are the...
View ArticleRe: Photoshop CC foregroundColor eventlistener
Can you please tell me where to put these codes?
View ArticlePhotoshop opens dialog box when trying to fill a layer with transparent...
This script should set the layer to lock transparent pixels, and then fill the layer with a color. It does that, except when it gets to the fill stage, it opens the fill dialog box, and you have to hit...
View ArticleRe: Can I select things in a picture based on area?
Sorry, i got pulled off onto something else. Sorry, that took 4 weeks. I'll give some back ground to the project. In certain disease states it has been hypothesized that some of the neurons are...
View ArticleRe: Can I select things in a picture based on area?
Sorry, i got pulled off onto something else. Sorry, that took 4 weeks. I'll give some back ground to the project. In certain disease states it has been hypothesized that some of the neurons are...
View Article