How to open files in repeat loop in Photoshop
So, I’m a completely newbie on this applescript thing. What I’m trying to archive with this script that runs in a automator-watched folder is: If image(s) file(s) is added to this specific folder do...
View Articlehow to convert pixels in mm ?
Hello everybody!I'm making a tool in which the user specifies the size of the frame, I want to give him the opportunity to choose between units of measurement. How do I convert one unit to another?...
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 ArticleReduce a Layer's Opacity, Then Export as .png
Hello all. I would like to create a script (I don't think I can do it as an action) to reduce a layer's opacity by 3%, then export the file as a .png. Is this possible? I've seen where it would be...
View ArticleUsing PhotoShop Action/Scripts in command line
Hello everyone, I am working on a project that needs to run PhotoShop's script/action on a folder everyday. It needs to be done automatically without no user interaction. Ideally, I would create a...
View ArticleScripting a JPEG 'Save As'
I'm doing some work for my company and I need to do what is essentially stop-motion animation... I have my base .psd file, I move a layer in it slightly, save it as a .jpeg, and repeat. And repeat,...
View Articlehow do i center align a group of layers ?
0down vote favorite I'm working with Photoshop and making a java script file to automate Photoshop.But I cannot find a method to center align the layer according to a document.For example I have a...
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 ArticleForce choice after ps opens file and comes with option panel
Hi, I'm using extend script to automate photoshop. Every now and then we get a tif file with layers and ps asks what to do (either keep layers, cancel or flatten). Is it possible to force ps to select...
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 ArticleWer kennt sich mit Photoshop-Programmierung/Script aus? Bräuchte für die...
Wer kennt sich mit Photoshop-Programmierung/Script aus? Bräuchte für die Arbeit eine Anpassung.
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
View Articlehow to get fillcolor of multiple pathItems?
var paths = app.activeDocument.pathItems;for (var a = 0; a < paths.length; a++) {path[a].fillcolor // ti is undefined} who can tell me how to get fillcolor of multiple pathItems? jellythx.
View ArticlePS Script - Change Layer Color
This Is My First Post Here, So Hello Everyone,Hope I Am Posting In The Right Section, I Have A Photoshop File Which Looks Like Shown Above.. The Text 1 2 3 ...15 Are Different Layers..And The Boxes...
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 ArticleQRCode too slow to generate. There are alternative methods?
Hi, i write a code for make a QR code.First i write it using selection... this is the relevant part: for (var iy = 0; iy < riga; iy++){ //riga is the number of modules in a row of the QR for...
View ArticlePhotoshop Scripting Shape vs. Path
I want to draw a custom shape using scripting. I can create a path, but how do I make it into a "shape" with a fill? function make_path_object(points) { var lineArr =[]; for(x=0; x<points.length;...
View ArticleMy fist script - Any serious errors?
Hello,here is my first feeble attempt of scripting. I'm trying to change resolution to 300, then resize image and lastly resize again if print width/height is too large. docRef = app.activeDocument;...
View ArticleWould like to automate open stacks as layers + run action. Possible with...
I would like to automate part of my workflow that involves opening stacked images as layers in Ps CS5 and running an PS action that composites the layers and processes the image. Something similar to...
View Articlehow to convert pixels in mm ?
Hello everybody!I'm making a tool in which the user specifies the size of the frame, I want to give him the opportunity to choose between units of measurement. How do I convert one unit to another?...
View Article