Photoshop javascript: Open files in all subfolders
Hi guys I'm very new to javascript, and general Photoshop scripting. My script is coming on well, but I struggle working with files and folders. It's a lack of basic javascript knowledge, which I need...
View ArticlePhotoshop - combine red and green channel images into a merged image?
Hi, I am a developmental biologist carrying out experiments on a type of microscope known as a Confocal Laser Scanning Microscope (CSLM). Basically, this is a microscope coupled to some lasers which...
View ArticleWorkSpace Saver ?
Does a "workspace" saver (aka Session Manager) exist for Photoshop CS5+ ? This is something I could use, as I tend to work with multiple images at the same time and when I can declaire one image as...
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 ArticleApply new color to layers
Hello! I would like to create a script in javascript for Photoshop CC that does the following: 1) Check each layer in the current document2) If the layer is named "fillMe" then color it in a specific...
View ArticleIs it worth it for me to learn scripting in PS?
I have absolutely NO experience with javascript, and I have failed miserably every time I have attempted to learn. Should I leave Photoshop scripting to the pros? I work in an environment where we are...
View ArticleBatch processing PDF to TIFF
Hello,I have about 1000 drawings in PDF format that I need to convert to B/W TIFF files. I thought I could easily do this in Photoshop (CS3) and then I hit a snag. In the Open form for the PDF there is...
View ArticleHELP NEEDED!! batching, overlaying, background cut out
Hi All, very new to this. I have 2500+ images (caracitures of cars on white backgrounds). I need to place ALL of them on to a BLACK tee shirt image for internet listing.So, how do I do this...
View ArticleNaming Layer Set ?
var layer_c = app.activeDocument.layerSets.add();layer_c.layerSets.add().typename("layera"); How do I name a LayerSet ? What am I doing wrong ?
View ArticleDuplicate Error
var doc = app.activeDocumentvar group = Layer.duplicategroup.mergeVisibleLayers(); What am I doing wrong, that the layers are not duplicating, then merging ?
View ArticleHow to duplicate the layer and than rename it ?
Greetings to all. I'm doing a little tool and I need to duplicate the layer, change name and so... Tell me how to change the layer name ? After all, when duplicating app.activeDocument() layer in the...
View Articledetermine the number of pages of a pdf before any operations on it
Do any of You know how to determine the number of pages of a pdf-file (selected with the openDialog for example)?Somehow I fail to grasp how to achieve that any way short of actually...
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 Articleautomate save with adding a number
Hy all, this is the situation: I have got a psd file. I want this file to be saved automatically as Documentname1.png while it originally is Documentname.psd. The script doesn't have to ask what number...
View ArticleAdios
After three days, I am finally able login to Adobe on someone else's computer. I was trying to respond to a post and hit a wall. Again. That's when I wrote up this rant....
View ArticleGetting help with Ps Scripting is a Nightmare
I've posted numerous times to get help with some scripts I'm working on. There is only one person who is active in this forum and that is c.pfaffenbichler, whom is helpful, but no one considers that...
View ArticleGet file from ftp
Hi all, I looked on the forum for answers on that topic but didn't really find anything simple. I would like my Photoshop javascript to retrieve a specific image file from a ftp server before doing its...
View ArticleScript Security?
We recently had someone at our company try to take some Photoshop scripts and re-sell them to another company and we are trying to figure out the best way to protect them. Can anyone think of a good...
View ArticleScript Color Picker
Is there a way to make the color picker pop up during a script and allow you to choose a color?
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 Article