Re: Placing smart objects in order
Thanks for the reactions, Unfortunally i can't seem to get your script to work C.pfaffenbichler. And the collage tool you give JJMack doesn't let me use a fixed width for the template and a reletive...
View ArticleRe: Placing smart objects in order
Please change the line #target "photoshop-70.032"to #target photoshop If it still does not work what exactly happens? Do you get the file selection dialog at all?
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
Hi Sunu, Could you please explain briefly about you requirement? regards,Vinoth
View ArticleRe: Placing smart objects in order
You’re welcome. There is no check for their height, though; I hadn’t gathered that from the original post.
View ArticleRe: Placing smart objects in order
Well the height shouldn't be a problem as i normally load more than enough pictures to fill it horizontally. But on the rare occation it doesn't i'll just fix it by hand. Not that big of a problem
View ArticleRe: Selecting the brightest pixels
That is the problem, i dont really know. One possible solution, but very very slow, even if it was made as an action would be "blend if sliders". I would push the dark slider to the right until i have...
View ArticlePs6 Win js SAVEFORWEB problem with .ai and .pdf
Hi,I'm beginning with javascript and have a script which ends with SAVEFORWEB. It works very fine with .jpg, .tiff, .psd files but when I'm importing .ai or .pdf to Ps6, I have 8103 error.Manual "Save...
View ArticleRe: Layer bounds are wrong. How to fix?
Here's a file: https://dl.dropboxusercontent.com/u/3901152/bounds.psdThe X,Y positions of the shape's top-left corner are 185px and 269px according to Photoshop. But the bounds function gives them as...
View ArticleRe: Layer bounds are wrong. How to fix?
To work around the problem in cs5 and Cs6 you could try creating a temp work layer for shape layers like it but not a shape. Dupe the layer, rastezise the layer and check if its bounds are what you...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
hi Vinoth Actually i m zero in scripting and i m in need of a photoshop javascript which will open a folder or ask for a folder path after giving path itwill open the first image of that...
View ArticleRe: Layer bounds are wrong. How to fix?
Thanks JJMack for the answer! I was hoping there was a less messy way to deal with it. What I'm doing currently is: my workflow involves trimming the layers to their contents. I take the bounds before...
View ArticleRe: Layer bounds are wrong. How to fix?
It may depend on the CS6 version there are 3 Perpetual Mac is version 13.0.6 Perpetual Windows version 13.0.1.3 and the Subscription version 13.1.2. I use the Subscription version 13.1.2 and it return...
View ArticleRe: Layer bounds are wrong. How to fix?
Yes, seems it's difficult to predict how it works in different versions. The bounds function gives different results in different versions for the same document :/
View ArticleRe: Placing smart objects in order
You just don't understand how the template and script work together. You have absolute control over the templates for you create them using four rules. You control all. Size, shape, position,...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
var theFolder = Folder.selectDialog ("select folder");if (theFolder) {var theFiles = theFolder.getFiles(/\.(jpg)$/i);for (var m = 0; m < theFiles.length; m++) { var theImage =...
View ArticleHow do I find the font for a specific character in a textItem?
I'm writing a script that builds a font list for an open document. While I could have lookup the fonts for the file as a whole, my goal is to iterate over specific layerSets to build a font list from....
View ArticleRe: Selecting the brightest pixels
Loading and re-loading etc. the Transparency may be a bit time consuming. (I don’t understand what the double inversion is supposed to achieve.) I would recommend storing the luminance in a new file...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
thanks.. a lot ...it works but a problem is that....for the first image it should ask path but after that for second image it should open automaticallyfrom that folder . earlier given path for 1st...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
I don’t understand (edited) what the problem is.You get the Folder Selection dialog, don’t you?And then the Script should open one jpg image from the selected Folder after the other.
View Article