How do I report a bug in ExtendScript Toolkit?
The Adobe Bug Report form does not have a selection for ExtendScript Toolkit,which has a quirk that is becoming a real pain in the xxx for me, andprobably anyone else running Windows who regularly...
View ArticleLayer Comps to JPG Save for Web
Hello everyone, I'm using the "Layer comp to files" script a lot to send some designs to clients. And sometimes I need to send a lot of JPGs at once, wich are created with "Layer comps to files", but...
View ArticleCrop Mark Actions?
Hi, Is it possible to create an action that creates crop marks based on the guides? I usually have a picture with guides set on the outside of the picture, than I create "mirror edge" and extend the...
View ArticleBatch Export Separate Layer with the same Background Layer , Please HELP
I have the code as below, it worked in order saving separate layer to JPG, but it didn't include a Background layer to the JPGs which were exported.Please help: I'd like all images exported has...
View ArticleMonitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
I'm on a Windows machine. Is is possible to have a script (command line or otherwise) monitor a folder for any new files (perhaps every 15 minutes or so would work as well)...then run Dr Brown's...
View Articlesave batch file to png
i got a lot of file, with alpha, let say 2 of those file, one name tree01.jpg, another tree01_a.jpg, is it possible create a script let my both file(and all other file tree02.jpg, tree02_a.jpg and etc)...
View ArticleExecute() command not working on Photoshop CC
This code works perfectly on CS6 but not on CC. Any ideas on how to solve it? var toGo = File(String("/Users/asouza/Documents/K3/test/test.log")); toGo.execute(); Thanks,Alex
View ArticleUsing mouse wheel to zoom and pan
I was wondering if there would be a way to make a javascript that would load at Photoshop's startup that would allow the user to zoom in and out using the mouse wheel (instead of using it for...
View ArticleHow can get and set x , y position of opend image ?
Hi, I used photoshop scripting in back end.I am using javascript. Here i do following step for image adding in layer.1. Create main window for save psd file.2. Create new layer in this window i.e....
View ArticlePDF to EPS
Hello, I have the need to convert each page of multiple PDF files into single page EPS files with the extension PDF#PageNo.EPS. Is this possible through Scripting or Batch processing? I am fairly new...
View ArticleUsing Javascript & Actions to resize an image and add the filename as text
Hello, I am currently working on a way to take an image, resize it and add exactly what is in it's file name (before extension) as a text layer. I have succeded in this BUT am having issues with file...
View Articlecreate a script merging images from a folder with excel file
I have a pile images of silhouetted furniture on a white background. I need to draw arrows depicting width, depth and height. like this! ideally, i would like to do a data merge of sorts. I have found...
View ArticleHow can I automate the selection of layer comps within all my document's...
I have files with five or more linked Smart Objects. All these Smart Objects have the same Layer Comp names: German, Italian, Spanish, etc. I'd like to be able to select all the Italian Layer Comps on...
View ArticleHow to get the style of a layer using photoshop scripting ??
As I know there is a method ApplyStyle(string) which is uesd to apply the specified style to a layer. But I really don't know how to get the style name of a layer ? Anyone who knows? Please help me!...
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 ArticleSave as png- layer name changes
I'm using PNG save options to generate a PNG from a psd, but when I run the script the final output changes the layer name that was set in the original file to "layer 0". If I comment out the close...
View ArticleResize batch images to a file size
Is it possible script resizing images (down) to specific file sizes? For example, just as a sample, I have a folder with a 150mb, 100mb and 75mb image (different images). And I want different file size...
View ArticleMonitor
Pleas remove my append in the thread Monitor a folder, run Dr Brown's "Image Processor Pro" script, and move original file that contains the 10,000 line source for Image Processor Pro it was a finger...
View ArticleOpen all files in folder using Javascript
Let's say I want to open all the files in a particular folder, without knowing the names of those files. Any ideas? Thanks!
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 Article