Re: I need a script to incrementally nudge layers (to align them)
Wouldn’t animating the video be easier?
View ArticleRe: I need a script to incrementally nudge layers (to align them)
It might be, if I knew how to do it, I have access only to photoshop and can get onto after effects at uni but don't really know how to use it. Can you explain how to do this in CS6, preferably...
View ArticleRe: Adios
I may be wrong but I believe that if we get a wider view of the problem, we need to get some distance and look to the past years. adobe looses the battle to apple/google on 2012 and is forced to...
View ArticleRe: Adios
Pedro Marques wrote: I may be wrong but I believe that if we get a wider view of the problem, we need to get some distance and look to the past years.I think you need to look closer distance is not...
View ArticleRe: How to set units when creating paths with a script?
I did, andd while that did help to center the image on the page, now all my measurements are coming out about 4 times too small. I'm also worried that changing the resolution might cause the image to...
View ArticleMy script only runs the action on document #3?
What im trying to do is, open all the files in a given layout folder. then switch between open documentand run an action that will add two sets of trim(or outline) around each of the images....
View ArticleScript to add layer mask to all layers but background?
I've been a professional editor/retoucher for photographers for the past three years. I use a lot of actions, but I've never branched into scripts until now. I'm trying to refine my workflow and...
View ArticleRe: Script to add layer mask to all layers but background?
You can try this. Just set a snapshop first incase it does something funky that I didn't catch. I should note that this will only apply the mask to layers that are not in a group. #target photoshop...
View ArticleRe: How to set units when creating paths with a script?
I'm also worried that changing the resolution might cause the image to lose some data due to resizing.That’s why, in such a case, one should resize with »ResampleMethod.NONE«
View ArticleRe: How to set units when creating paths with a script?
Okay, but what's so special about using 72 DPI? I'm specifiying to use pixels, so shouldn't this not matter? Also, how to I get my measurements to exactly match the dimensions of the document? While...
View ArticleRe: How to set units when creating paths with a script?
The code you posted produces lines with points in the corners of the image for me when the image is 72ppi. Could you post a screenshot of the faulty results with the pertinent Panels visible? Okay,...
View ArticleScripting. Assign profile equivalent?
Hi, I'm using Applescript, but a JS answer will do okay. There is no way to set "Assign Profile" to "Do Not Color Manage" in a Photoshop script. Is settting color profile kind to none the same thing?...
View ArticleRe: Scripting. Assign profile equivalent?
Hi,it looks like Scripting Listener records that: var idassignProfile = stringIDToTypeID( "assignProfile" ); var desc3 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var...
View ArticleRe: Needed: snippet of jsx code to Rename an Action Step? Rename an Action Set?
Another possibiitity would be a way to duplicate an Action or Action set. Finally, if there were a way to directly modify a step in an action that would be wonderful. I'm aware of Xtools and...
View ArticleRe: Script to add layer mask to all layers but background?
Thanks so much csuebele. Your exact script was putting a layer mask on every layer.I brought it into ExtendScript Toolkit and changed line 7for(var i=0;i<layerNum;i++){to this: for(var...
View ArticleRe: Script to add layer mask to all layers but background?
Yes your change is good. That way the last layer won't have a mask applied. I wasn't sure if you wanted that, but put in the check for the background layer. As far as saving, what file format do...
View ArticleRe: Script to add layer mask to all layers but background?
This is great! Thanks so much. I tweaked it a bit for my needs and ended up with this. var docRef = activeDocumentdocRef.activeLayer = docRef.layers[layerNum-1];var layerName =...
View ArticleRe: How to set units when creating paths with a script?
Okay, I got it working. Thanks for your help.
View ArticleRe: Photoshop javascript: Open files in all subfolders
Hello, Inspired by the topic created a script that converts files .eps to .jpg. However, I have a problem. The script correctly reads the folders and subfolders and contained in their files and saves...
View ArticleHow to Package and Distribute Scripts + Actions?
I'm already enjoying some success at distributing an interworking set of actions and scripts. BUT there are several barriers that I'm sure others have thought about solving, and I'd like to get an idea...
View Article