Scripting a Save As command
Is there a way to script a Save As dialog? I need to resize an image multiple times and between each time have it save the file to the original location as a jpeg with a suffix. I already have the...
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 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 ArticleSelect/Change Certain Color
Hello, I have been scripting in various Adobe products for a while but I am simply stumped on this one. I have a series of PNG files that consist of various shapes. The shapes are solid black and the...
View ArticleHow to save layers with cropping?
I want to export layers to files (basically what "Export Layers To Files.jsx" does) but with cropping each layer (to different sizes). I know how to crop a document from script, but that also crops all...
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 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 ArticleA script or action - Saving 1 image as .psd and hi res jpg and web jpg
So I notice when I am editing in Photoshop I almost 99% of the time when I am done editing a photo I save the image I am working on in a subfolder called "Finished" as ORIGINALFILENAME.psd. Then I...
View ArticlePassing arguments to the jsx file from command line
Thanks for taking my question.I am using the following to be able to run my script from the command line.In case you were wondering on why i would be doing this- i would need to invoke the javascript...
View ArticleScripting the path in Quick Selection Tool
Hi, I'm trying to build a JS script which: 1. opens an image2. selects the quick selection tool3. does the selection following a pre-defined path4. puts the unselected area to white5. saves the image...
View ArticleSelect all layers with the same name
I'm setting up a bunch of actions in PS Cs5 but I've hit a wall with the way photoshop selects layers by name.If I name two layers "example" and have an action that selects "example" it will only...
View ArticleCreate strip from image sequence
I need a script or action, or droplet or something that will take a folder of images and create One Image strip from it. Basically I have animations I have rendered out as frames that I need to put in...
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 ArticleCopy Layer's Parent Name to Clipboard
Hi I have a script which copies the active layer's name to the clipboard (thanks to the users in this forum): app.system( "echo " + activeDocument.activeLayer.name + " | CLIP"); ...Is there a...
View ArticleI need to create an action or script to save the file with the name of the...
I need to create an action or script to save the file with the name of the selected layer (not including the hidden layers, but including those visible). How could modify the script: 'Layer Comps To...
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 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 ArticlePS3 script to batch rename layers
Sometimes, I make copies of layers (for example: copy little diamonds to align into a shape of the letter M). Each time I "alt+drag" the content in that layer (to make a copy of it), PS makes a copy...
View ArticleMouse coordinates?
One last thing I will try before starting my project is to shave a bit of time off of it. Currently, I've got a script I've been using for months now that selects 95x95. I use another script (or...
View ArticleCutting elements by alpha
Hi.I'm trying to cut elements in a document that has transparency (in this case lines of rasterized text) so that each element becomes a separate layer.I was wondering if there is anything in photoshop...
View Article