Batch HDR creation script
I have created a Photoshop Script (using JavaScript) for batch creation of HDR images.I have used theseprevious discussions during implementation. In the beginning part of the script there are some...
View ArticleRemove not active layer
i have a psd with a lot of layers. I'd like to remove all layer but not the first or the active one. Someone cuold help me to do this?
View ArticleClosing a document within Javascript.
I'm new here and new to javascripting in photoshop (though not new to javascript).I've been trying to figure out how to do the equivalent of either the "File>Close" or the "File>Close All" menu...
View ArticleHow to script photoshop using C# .net 3.5
According to this: http://www.pcpix.com/Photoshop/ And this: http://lonerobot.net/?p=374 Script photoshop from .net code is an option. But, in .net 3.5 I can't find any COM assembly with the name:...
View ArticleAuto crop each layer before exporting layers to files
The built in "Export layers to files" script doesn't crop the exported jpeg to the size of the image on each layer. Instead, it keeps the original photoshop file size and puts white around that...
View ArticleExport layers to file script error in Photoshop CC
I need help with an issue. I also asked this in the general forum but was refered here to ask all of you amazingly talented scripting geniuses. My issue is with the Export Layers script that comes...
View ArticleHow do I obtain Javascript plugin for Photoshop CC?
I am running Photoshop CC on Windows 8 64 bit. I get a Javascript error when trying to merge to HDR. How can I fix this problem? The error says the plugin is missing.
View ArticleBatch replace smart objects
Hello, I have very minimal scripting knowledge, and every script I've found for this workflow is partial or results in "undefined". I am on a mac running Photoshop CC (latest update). This is what I...
View ArticleJavascript for photoshop cs6 for image should be save under the size of 500kb...
An , I have a lot image folder and every folder have 3-5 image so i open all images in single psd and edit them after that i face so much difficulties to save those image in their respective folder...
View Articlehow to create a group using photoshop scripting?
Hey guys,I can create a layer easily by the below code. but how can i create a group that contain more than one layer. var docRef = app.documents.add();var myLayer = docRef.artLayers.add();
View ArticleData Sets in Photoshop CS2
I'm trying to learn about scripting in Photoshop CS2. By starting, I just want to import variable data into Photoshop, following the help instructions, however am having heaps of issues.I'm using the...
View Articleneed help with a basic script to resize image then resize the canvas
I am new to photoshop scripting, and have come across a need to force an image to be 8"x10" at 300dpi (whether it is vertical or horizontal) I need to maintain the correct orientation in the file, so...
View ArticleCOM Reference in CS5 Missing
Does any body know what happened to the COM reference in visual studio 2008 for photoshop CS5, i just installed and my CS4 COM vanished and now there is no COM reference for photoshop CS5.
View ArticleScript for deleting Hidden Layers which are not used in any Layer Comp?
Hello. I've turend the web upside down searching for a script that would do the following: Search through all the layer comps in the documentCheck which layers are hidden on all Layer CompsRemove/mark...
View ArticlePassing arguments from Air to Photoshop jsx script
I would like to invoke JavaScript file in Photoshop from my Adobe Air application. I managed to call my script with the following code: // Create native startup info nativeProcessStartupInfo = new...
View Article[script] "if exists script" function
Hello, Is exists a function in javascript to verify if a script named X exists ? I want to check it, and if it exists, launch it : function executeScript(scriptName) { if (scriptExists(scriptName))...
View Articlescript to clear/strip exif looking for
hii'm looking for a script to clear/strip exif , for jpg files i would like to run it under photoshop cs6 and cc or bridge i know there is a script but i can't find anymore , i googled it nothingi know...
View ArticleOrganizing actions alphabetically
Can a Photoshop CC 2014 script handle the task of listing a set of actions alphabetically in the actions pallet?Is this task scriptable?
View ArticleCannot open a file by Applescript
With Photoshop CS6, I am getting an error trying to open a file. This breaks a few of my scripts which continue to work with CS5. This code, copied almost exactly from the CS6 Applescript Reference,...
View ArticleCS6 png save options
I've got a major script I use that performs .png saving every few seconds, but apparently there are some new compression options in CS6. Is there a way for me to have the script use the "Smallest /...
View Article