Script combining menu command with options bar option?
Would like to call the Transform:Scale command AND activate the "Maintain aspect ratio" option from the options bar. Any idea? thx.
View ArticlePicto colors configuration
Hi All, I have a question about Photoshop capabilities. I'm a mobile application developer, and using photoshop to generate icons, using overlays, and so on. Everything is ok, but I deal with a lots of...
View ArticleGet selected layers
Hi there. I've been trying to work with multiple selected layers, but I don't know how to do it. If I select multiple layers, app.activeDocument.activeLayer only returns the topmost one. By the way,...
View ArticleCS5.5 (MAC) script to fix random dots in lineart scans
Hello there. In my line of work, I often have to scan text only documents to print offset. The majority of the scans are clean but ultimately there will be random dots which need to be tidied up. I am...
View ArticlePackaging an extension for Adobe Exchange?
Hello,I developed a small extension for Photoshop CC, with a little help from the HTML 5 Extension guides scattered around the web.But there's one thing, that no guide covered in a way that helped me...
View ArticleAdd selection as add and intersect commands combined
Hello, I want to add selection to a selection so it acts as the two commands combined: add command and intersect command. Where parts of a selection intersect i want to act it as the add command - it...
View ArticleLayer Comps To Files - Export error: Could not complete this operation. There...
I have been using the Export Layer Comps To Files scrips that ships with Adobe Photoshop CS5 for a while and found it very useful, apart from the numbers it automatically adds as a prefix to the...
View ArticleNeed help cleaning up a script and adding loop
I have the following script that I pieced together that basically takes the selected layer, gets its name, makes a text object with that name and then places it in a specific place using the original...
View ArticleError 8800: General Photoshop error occurred....
Hi, i need some help with this error: Error 8800: General Photoshop error occurred. This functionality may not be available in this version of Photoshop.-The command "Paste" is not currently...
View ArticleWatch folder
Hi, I would be grateful if you could help me write javascript script that watch specific folder for new files and add them to photoshop. Thank You,Ivan
View ArticleDid CC 2014.2 break textItem.size?
Scripts that worked before the update are now broken, and text layers created via script are all 12px. See this simple script: var docRef = activeDocument; var TextLabel = docRef.artLayers.add();...
View ArticleWatch Folder
Hello, Is there a way to have Photoshop watch a folder for new images and run some actions on the newly added files - after which removing the original from that folder. I need to automate the...
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
View ArticleHow can I edit a droplet for Photoshop 6?
How can I edit a droplet for Photoshop 6? The company hired somebody to set up the droplet years ago, and nobody remembers how it was set up. The computer that was used to save the files has crashed,...
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 ArticleSelecting Pixels less than 100% Opaque
Hello, In my business, semi-transparent pixels (defined as any pixel with an opacity less than 100%) can cause issues. Does anyone know how to select all pixels that are not 100% opaque? In other...
View ArticleReturn to Previous Tool
I've managed to assemble a small script which: a) gets the current tool (brush tool, mixer tool, smudge tool, etc - whatever it may be- but let's assume that it's not the eraser tool). Then, an alert...
View ArticleSwitch Layers Script Question
Hi I have a small script here which someone from these forums posted not too long ago... was it Noel? Either way, this script is fantastic and brings up a sub-menu to switch documents. When the menu...
View ArticleCEP Service Manager not found
Hi, I try to develop a Photoshop CC extension panel with the Extension Builder V3. But when I try to run the panel I get an error message saying that the CEP Service is not found. I check the file...
View ArticlePicto colors configuration
Hi All, I have a question about Photoshop capabilities. I'm a mobile application developer, and using photoshop to generate icons, using overlays, and so on. Everything is ok, but I deal with a lots of...
View Article