Re: Image Processor Pro v3.0 beta available
Yes your startup script in "C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CS6\Adobe Photoshop" and in "C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CC\Adobe Photoshop" Works in...
View ArticleRe: Placing smart objects in order
Does this help? // select files and place as smart objects then scale and distribute them horizontally;// 2014, use it at your own risk;#target "photoshop-70.032"if (app.documents.length > 0) {var...
View ArticleRe: Placing smart objects in order
My Photo Collage Toolkit Scripts populate templates with smart object layer the layers are sized for the image area and mask to virtually crop the image to the image area so the may have any shape....
View ArticleRe: Image Processor Pro v3.0 beta available
Thanks for verifying this for me. I have additionally uploaded a "packaged" version that has everything that is needed including installation instructions.
View ArticleAdding a letter to names of open files while saving
I would like to be able to run an [action (?)] script to all open files in photoshop that 1. adds the letter "e" to the beginning of the current filename and 2. saves the file as a .jpg I am sorry if a...
View ArticleRe: Adding a letter to names of open files while saving
Some of the opened documents may need some processing done on it before it can be saved be save as a jpeg. Like Lab color not supported either is transparency and 32 bit color the easiest way to do it...
View ArticleRe: How to batch process .png's
You can use Save for Web option to save PNGs, or use the built-in batch script to batch slice & export PNGs. It's a very ordinary feature of Photoshop. If you are seeking for, however, a more...
View ArticleRe: canvas size with backgroundcolor
I believe added canvas will only be filled with pixels if the document has a background layer because the background layer does not support transparency where all other layer do. Only the background...
View ArticleRe: Error 1220: Illegal Argument, please help!
Maybe you will get a clue from this:var startRulerUnits = app.preferences.rulerUnits;app.preferences.rulerUnits = Units.PIXELS; // tell ps to work with pixelsvar tempWidth=100;var tempHeight=100;var...
View ArticleRe: Selective blurring
The more I see your questions the more I ask myself why are you trying to make thing hard on yourself. You know what you want your final composite to look like. You know how to use layers and mask....
View ArticleRe: Selective blurring
JJMack, i guess you are right... i do make things hard on myself sometimes
View ArticleRe: Selective blurring
Check these out if you want to automate splitting up existing Layers into their "segments"....
View ArticleSelecting the brightest pixels
HelloIs it possible to write a script that finds brightest pixel or pixels (if there are more of them at the same brightness) in an active layer and selects them? if there is an easier way to do that,...
View ArticleI have made a script but i need it to run again and again. i mean i need...
// this is my script I Want to run this script again nd again doc = activeDocument; doAction("Action 4","Set 1"); doc = activeDocument; if (doc.height > doc.width)...
View ArticleLayer bounds are wrong. How to fix?
I'm trying to get the X, Y positions of a layer using layerRef.bounds. However, when the layer is a vector shape, the values returned are wrong by one or two pixels.This happens in CS5 and CS6, but the...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
I would recommend that you use a file- or folder-selection dialog to determine the files you want to process, then have the Script work from that. Determining the Folder in which the open file resides...
View ArticleRe: Export co-ordinates/layer bounds
Script is working fine for image coordinates but When i try to extract the layer position i am not getting extract position from psd. can you help me getting correct data from psd. attached is the...
View Article