Treeview showing "weird Anuj" data in Photoshop CC
I have a huge plugin (more than 15,000 lines of code) working perfectly in CS5 and above. Althought it works on Photoshop CC, I noticed that javascript treeview (usually shows data from an external XML...
View ArticleGetting the script name?
Hi,just a simple question How do I get the script name within the script? (I want to make things based on the script name, e.g.: "resize_500x400" -> resize a graphic to 500 x 400 px) Or is it...
View ArticleScript update
Hi, I need to find the font size of the images in photoshop. I found an update http://forums.adobe.com/thread/1160449?tstart=90 this works excellent and further i have added the scripts in my event...
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 ArticleCreate strip from image sequence
I need a script or action, or droplet or something that will take a folder of images and create One Image strip from it. Basically I have animations I have rendered out as frames that I need to put in...
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 ArticlePlace a dot at the bottom of an image
This might seam a little odd, but its my work around to sizing an image. I need to have every picture have dot placed at the bottom center of each image, it needs to be 1px sq, and of the colour...
View ArticlePhotoshop - combine red and green channel images into a merged image?
Hi, I am a developmental biologist carrying out experiments on a type of microscope known as a Confocal Laser Scanning Microscope (CSLM). Basically, this is a microscope coupled to some lasers which...
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 ArticleData Sets in Photoshop CS2
I'm trying to learn about scripting in Photoshop CS2. By starting, I just want to import variable data into Photoshop, following the help instructions, however am having heaps of issues.I'm using the...
View ArticleBatch HDR creation script
I have created a Photoshop Script (using JavaScript) for batch creation of HDR images.I have used theseprevious discussions during implementation. In the beginning part of the script there are some...
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 ArticleVBscript Photoshop: convert active document to RGB (PsChangeMode?)
Hi thereI'm trying to convert the color mode of my active document to RGB, IF it needs doing. I'm struggling with the line, I'm a novice with VBscript. I'm trying something like docRef.PsChangeMode =...
View ArticleColor samplers - dark, light & grey point - how to adjust curves
Hi all I've set dark, light & grey point in an image. Wondering how to adjust the curves based on the color samplers. Manually i invoke the curve dialog box and select the dark pen and choose...
View ArticleReserved words
I just discovered that "name" is a reserved word. Or at least if you create a variable called name it'll ignore it. alert(name) Adobe Photoshop Is there a list reserved words in photoshop scripting...
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 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 ArticleAdobe Edit in ACR stopped working.
Hi, Can anyone help ? I have been running Russell Brown's excellent 'Adobe Edit in ACR' script for some time now through version 1.1.5 and now 1.1.6 and for some reason it has now stopped working. I...
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 ArticleHow to rename a Ps-path
I need to rename a Photoshoppath (only one path in file but with different names) with Javascript, I cannot select a pathitem and then rename. There are only two pathnames in my files: Path1 and Pad 1,...
View Article