Re: Resize font to fill text box
Thanks for the feedback! For the moment I will continue to do this manually, maybe in the future will find a scripting solution or plugin...
View ArticleRe: running an action on multiple open documents
I try running the action on multiple open documents after rading you comments. I go the same result. See the before and after screenshots. I am unable to upload the action troughthis forum portal....
View ArticleScripting New Crop Tool
I'm having a difficult time scripting the new crop tool. Despite specifying the initial 4 corners, it quickly expands to fill the entire document before anyone can use it. Any suggestiong on how to...
View ArticleRe: Scripting New Crop Tool
I think you recorded the crop with the wrong type of crop. It looks like you used a ratio crop rather than a specific width, height, res crop. Here's what I got using scriptListener. Notice the...
View ArticleRe: Scripting New Crop Tool
Thank you. However I'm getting an error when I run that: I'm not seeing which setting you are saying to choose:
View ArticleRe: Scripting New Crop Tool
Looks like you're using CS6, and I was using CC. It works with the setting shown below, but CS6 doesn't have that feature. Adobe did a lot of improvements with the crop tool between CS6 and CC, this...
View ArticleRe: running an action on multiple open documents
The action works fine when run from hte action panle on a single documetn at time,It does not work when using the image processor.
View ArticleRe: running an action on multiple open documents
If you can not post the action can you expand the action in the action palette so we can see the steps settings. Without seeing them it hard to tell what going on. What I can tell from the...
View ArticleRe: running an action on multiple open documents
My work flow includes selecting the product in the image. Removing the background from the product. Filling the Background layer with 255 white. I work with 4 documents open at one time. I would like...
View ArticleHow to create a set of elements in the cycle?
Hi everyone!I want to make the color krugg Itten, similar to Photoshop cooler. While stopped at the option of the panels in the form of a square 7 * 7 cells. In key locations will be marked with...
View ArticleRe: running an action on multiple open documents
My guess is then one of the 'Background Copy" Layer Mask was hiding all the layer's pixels and that Set Selection To mask channel of layer "Background Copy" through up the error warning message. Is...
View ArticleRe: Scripting New Crop Tool
ok thanks. I'm sorry I should have clairifed CS6. I thought "new crop tool" made sense to everyone!
View ArticleRe: running an action on multiple open documents
I get this error massage when running the action throughthe image processor. Warning: No pixels were selected. The documents don't have the more than one Background Layer copy. I rewrote the action...
View ArticleRe: running an action on multiple open documents
The doument in the screen capture with the error message show a document Untitled-1 Copy with only a Layer 0 was beeing process????
View ArticleRe: running an action on multiple open documents
I am unable to run an action which uses the Refine Edge commands through the image processor.I try using Layer 0 but did not help. Since the action runs fine from the actions pannel. The Refine Edge...
View ArticleRe: Scripting New Crop Tool
Why are you using Scriptlistener Action Manager code and not Adobe DOM. crop(bounds) is more readable app.activeDocument.crop(bounds[, angle][, width][, height])array of 4...
View Articlehow to generate a variable name dynamically
#target photoshop/* This is example grs0 =pnl.add('group'); grs0.orientation = 'row'; */for(var i=0;i<5;i++){ // how to define new name ? grsA = "grs" + i; }
View ArticleRe: how to generate a variable name dynamically
grsA = eval("grs" + c.toString() ); var pnl1 = grsA.add('panel', undefined,'');
View ArticleRe: running an action on multiple open documents
Your loosing me you show an action that start off with an inverse and then a refine edge that later requires a background layer and a background copy with a layer mask. You also show an Image...
View Article