How to script photoshop using C# .net 3.5
According to this: http://www.pcpix.com/Photoshop/ And this: http://lonerobot.net/?p=374 Script photoshop from .net code is an option. But, in .net 3.5 I can't find any COM assembly with the name:...
View ArticleMove a folder
Hi I´d like to write a script that is able to copy (preferred) or move a folder from a place to another. target is #estoolkit In the JavaScript Tools Guide.pdf I do not see any method for copying or...
View ArticleCreate Layer with BG Color
function layer() {Application.activeDocumentApplication.backgroundColor (blue = 34, green = 12, red = 1) }layer() I want to create a NewLayer, with a specific background color, the code above is not...
View ArticleColor Authoring
Hi, I tried using match color & replace color, how do i achieve the target color through scripting?for example: take any of two apparel images and start try color matching through scripting....
View ArticleScale Photoshop layer using AppleScript
Obviously, this is a Mac PS issue. I am trying to script scaling a Photoshop layer (a smart object layer) to a specified percentage that I calculate from a layout in InDesign.However, I am stumped on...
View ArticleHow to get the style of a layer using photoshop scripting ??
As I know there is a method ApplyStyle(string) which is uesd to apply the specified style to a layer. But I really don't know how to get the style name of a layer ? Anyone who knows? Please help me!...
View ArticleDialog Box
Hello, I am trying to get a script done but I have an Issue that I can't fix. I am displaying a dialog box. According to data entered by the user i display error pop.Then I would like to close the...
View ArticleSnap with scripting
Is it possible to switch the snap (VIew --> Snap) on and off using scripting? Something along the lines of app.activeDocument.snap = true; Cheers
View ArticleNew to scripting. Need help with a >3000px-resize-but-
Hey, all. I'm new to this scripting thing. In fact, I didn't even know it existed until a few minutes ago when I started searching the googles for an answer to my resizing issues. I have some...
View Article8x12 Contact Sheet with one sigle image in various format
Hello Sir, I would to understand how I can realise a 8x12 contact sheet displaying the same image in various formats ? It is commonly used in school photography. One image would be 13x18cm, 2...
View Articleexport all files using saveAsWeb & device
Hi Forum.. New to scripting. please help. I have this little bit, which is converting only the active document (single file) as ExportOptionsSaveForWeb(). I wish to export all the activeDocument using...
View ArticleError 2: SAVE_FOLDER is undefined. Line: 361 ->
Hi. Every time I try to run a script it comes up with the following message Error 2: SAVE_FOLDER is undefined. Line: 361 -> I've tried uninstalling and reinstalling photoshop/deleting the script...
View ArticleImage Processing Script
Hi everybody, this is what I need to do:All image files from my input folder must be converted to JPEG, RGB, 72dpi and 234 Pixels in width or height.Source files are TIFF, JPEG or EPS files. I do not...
View ArticleIs there any event listener for changing the selection of layer?
Hi all, I am looking into an event listener which fires on changing the selection of layer. I found 'Select' event listener which fires on selecting the different object. Actually the problem with...
View ArticleNeed a script for paths and clipping paths
I have over a hundred images (.tif or .TIF) that have clipped with a Path but the names are all different. Also, some have been activated to clipping paths. I need all the Paths/Clipping Paths to be...
View ArticleIs it possible to generate a text file with layer names, blend modes etc
I have some very large PSDs. 2gb and above, maybe a dozen layers each. I need to manually, generate a list: FilenameImage size in pixels and inchesLayer names ( I need to know what assets are used in...
View ArticleHow to get the color, style, stroke size and alpha values of selected object?
Hi All, I am new to photoshop, I am facing problem regarding to get the fill color value, fill style, stroke color, stroke size and alpha value of the selected object in the photoshop using script. Is...
View ArticleHow to batch generate hundreds of color swatches?
- i need to get hundreds of color swatech in tiff (Lab color) format.- i have table with name of color and its Lab values (columns: name; L value; a value; b value) - table i can save as .csv etc.;...
View ArticlePhotoshop javascript: Open files in all subfolders
Hi guys I'm very new to javascript, and general Photoshop scripting. My script is coming on well, but I struggle working with files and folders. It's a lack of basic javascript knowledge, which I need...
View ArticleOne-click 'Save as jpeg' shortcut script please! - saved in the same folder
Hi, I've been re-directed here because I was told a script could solve my problems - but I have no scripting experience/knowledge/ability! Below is my original problem and post. I got as close as 2...
View Article