(CC) Save all Layer Masks as Alpha Channels
Hello,I've looked everywhere and can't seem to find a script to do this. I am looking for a script to simply check every layer for a layer mask and if there is one, save it as an alpha channel. The...
View ArticleScript Alert: "Sorry I could not process the following files" (Error Message...
I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6. In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing...
View ArticleHow do you remove the number sequence when exporting layer comps to files?...
Hi I remember in CS5 there was a script you could change, but I can't remember what it was called or where it was saved. Can anyone help please? I would like to stop Photoshop automatically adding a...
View ArticleConditional Image Resizing
Hi Ive been using batch processing in photoshop since version 7, however Ive recently found the need to do conditional actions - which apparently can be done with photoshop scripting. What Im trying to...
View ArticleUse Relative Path for Photoshop Action?
I have a Photoshop Action that is programmed to open an existing file located in a specific directory. The path to this directory is an absolute path, i.e.:C:\Program Files\Photoshop...
View ArticleSave error 8800 on some computers but not others
I am setting up a script on 5 similar Macs in the office. All are running Mavericks and Photoshop CS6. The script works just fine on 2 of the Macs. But on 2 others (haven’t tried the 5th yet) the...
View ArticleOpen dialog with a specific path with an html panel.
Hi everyone, I 'm trying to rewrite my extension Edge FX available on Adobe Add-ons because flash panelsmade with configurator will not work anymore in Photoshop CC (2014).I need some help with...
View ArticleHow can I transmit JSX data to HTML5 controls (a type of data-binding) ?
I am working on a Photoshop extension, and I would like to transmit data (string, bools, etc) to the HTML5 page to populate a list. I would also like to be able to send data from HTML5 to the JSX...
View ArticleBatch Crop & Straighten
A while ago a good chap helped me out by creating a script that prompted the user for a folder, then ran the Crop and Straighten Photos command on all images contained in the folder and saved the newly...
View ArticleHow to call the photoshop action file?
I need to know how to call the photoshop action file(*.atn) through javascript. Kindly advice me.
View ArticleStrange scripts in file menu, anyone have a similar problem?
Screen cap is here : Dropbox - Untitled-1.png Im using photoshop cs6
View ArticleSyntax to save as PCX
What is the scripting syntax (ideally, VBscript) to save a photoshop file as PCX? I could not find a SaveAs object for it like there is for TIF or JPG.
View ArticleHow can i reinstall my old computer and install photshop on my newcomputer?
I Have a new computer and i want to re-install Photoshop on my old computer so i can install it on my new computer. How can i do that? i have an account for Photoshop and Lightroom 2014, robert
View ArticleConsole Output
Is there a something like a "Trace" statement for the JavaScript console in the ExtendScript Toolkit so I can output the value of variables to the console? I'm using some alert boxes but that's kina'...
View ArticleHow to get a version by VBS (CC 2014)
I'd like to get a version with VBS using the CC 2014, but I get an error.The error does not appear in CC. <VBS>Set appRef = CreateObject("Photoshop.Application")psVer = appRef.Version Is there...
View ArticleWhere do I find the JavaScript Tools Guide
I’m fairly new to Adobe scripting. I just downloaded the Photoshop 2014 CC JavaScript Reference, and in describing ExtendScript’s features, it includes the line,For details of these and additional...
View ArticleScript to open a panel Error Message
so i have this code that opens a panel with a script which i have given a hotkey. As i would like a hotkey for my panel, but the problem i am having is that it does not work with my panel only with...
View ArticleHow can I read paragraph box scale?
Hi, I am trying to read the values off some text boxes in photoshop for an exporter script that I am working on. I ran into an issue that I can't figure out, hopefully it's just a small thing.When...
View ArticleA script for "Save for Web" as .jpg
I found a script that saves the current selected document in Photoshop as .png to the Desktop, and use it all the time. function main() { // declare local variables var doc =...
View ArticleProperties property example javascript in Adobe introduction to scripting...
I'm completely new to scripting so I figured I'd start with the Adobe guide to scripting pdf.On page 18 it gives examples of 3 ways to use properties. The first 2 work just fine, but the third just...
View Article