Automate merge files into stack
Hi all, I need to find a way to do the following: Merge 4 currently open images into a single stack into separate layers.Screen all layersExtract the top three layers into a new fileFlatten both images...
View ArticleAdditional scripted patterns
Hi all, I am the developer of the Deco scripting engine that is used to create scripted patterns in Photoshop CS6. I would like to continue the interesting discussions and exchange of patterns and...
View ArticleHelp needed to enhance Image Processor Pro Script to save transparency in TIF
Hi everyone, this is my first post in this community. We have a droplet which reduces the resolution of tif images to 72dpi and save the tif image with transparency. This works fine, but it took to...
View Articleload files to stack with out file extention as part of layer name
Ok so as the title says i'm trying to figure out how to modify the "Load Files to Stack..." script so that it doesn't put the file extention as part of the layer name. it makes it a pain to have to go...
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 ArticleAs a dynamic form elements on the form? And how to get their value
Hello to all I want to make a form that would be a granular user to choose from a specific list of values to be passed as a parameter. Here's a script, it creates what I need, but the names of the...
View ArticleBatch 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 ArticleCan you run Action Scripts with Adobe Photoshop Elements 8?
I have Photoshop Elements 5 and i cant find the 'Action' tab. Im considering buying Elements 8 but ONLY if i know for sure if i can use action scripts with it. Message was edited by: Jochem van Dieten
View ArticleAdd layer to group
Hi, I'm trying to add a layer to a group (this is a simple part of a much larger script), but can't seem to get it to work. Here is the script:myDoc = app.activeDocument; var newLayerSet =...
View Articlehow to display images in the folder with the possibility of opening them in...
I created a script that displays a certain number of thumbnails. Help me to do so that would be when you click on the thumbnail of the main image with the same name, located in another folder was...
View ArticleIs it possible to merge images from 4 different folders into a single 4x4...
So I have four folders that each contain 970 images. The images in folder 1 are named exactly the same as the images in folder 2, 3, and 4. All the images are also 400px in size. What I'm trying...
View ArticleCS5 Panel Developer Guide?
I am ready to upgrade to CS5, but I have a couple custom panels that I cannot do without.The CS4 panels made with Flex will not work at all. When can we get a panel Developer's Guide for CS5?
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 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 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 ArticleAs a dynamic form elements on the form? And how to get their value
Hello to all I want to make a form that would be a granular user to choose from a specific list of values to be passed as a parameter. Here's a script, it creates what I need, but the names of the...
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 ArticleHow to more fully control the save dialog function.
Alright, first of all I don't know if what I'm asking is possible. I basically want to trigger a Save As dialog that opens to a specified folder and has custom text in the "Save As:" box, so the user...
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 ArticleHow to batch process .png's
I tried Image Processing but it wont save .png's. Anyone know how to do this?
View Article