Load Files into stack failing after 1 image
I've got 2 machines with Photoshop CC, both trying to load multiple images into a stack. What happens is they load up the first image, and a layer called "load layers" and then it stops, never loading...
View ArticleBatch Crop & Straighten
A while ago a good chap helped me out by creating a script that prompted the user for a folder, then ran the Crop and Straighten Photos command on all images contained in the folder and saved the newly...
View ArticleAuto Expire JavaScript
Hi, I have created a javascript code. I would like to share this to my client as a trail version. I don't know about the auto-expire pack? Could you please help/suggest me! thanks in advance,rajiv.s
View ArticleHow can I lookup the Tiff Image Compression being used on my file?
I'm trying to figure out where this is stored in the file structure, I've tried a few different options, but I'm stuck. I dumped all the attributes of the file to console, but it's not there. Latest I...
View ArticleCreating new metadata example in Javascript Tool Guide
I'm working my way through the example but when I run the following code: // load the libraryif (ExternalObject.AdobeXMPScript == undefined) { ExternalObject.AdobeXMPScript = new...
View ArticleConditional Image Resizing
Hi Ive been using batch processing in photoshop since version 7, however Ive recently found the need to do conditional actions - which apparently can be done with photoshop scripting. What Im trying to...
View ArticlePhotoshop layer move and layer duplicate event ids
I am running PSCC 2014 on a mac. I work with a wacom table and keyboard shortcuts. I work fast without looking look at the keyboard. Often end up moving layers, duplicating layers inadvertently by...
View ArticleAction & Droplet "save as" vs "save as web" not working - Possible bug?
Before I state the issue, I am running the latest updates and have tried this in Photoshop CS4 & CS5.I believe this is a bug in Photoshop, unless someone can get this Action & droplet to work...
View ArticleSprites
I'm needing to make a sprites page and google isn't helping much. I'm making a sprites page for a website. From what info I've gathered I know how to set the page up, but I don't know how big the page...
View Article[ANN] Release of Create Color Ramp 3.0
FYI, I just released version 3.0 of the open-source script Create Color Ramp for Photoshop CS4 or later. What's new? Added handling of discrete steps.Added new formula format: indexed colors.Added...
View ArticleHow do I obtain Javascript plugin for Photoshop CC?
I am running Photoshop CC on Windows 8 64 bit. I get a Javascript error when trying to merge to HDR. How can I fix this problem? The error says the plugin is missing.
View ArticleTiling opened windows
Is it possible to have a script tile all open windows for you? Basically the same as going to Window > Arrange > Tile. Additionally, if it could float the windows would help a lot as well...
View ArticleSaving files to their subfolders
var savePath = new File( parentFolder.parent + '/' + name);alert(savePath, 'Parent Folder Location', false);newDoc.saveAs(savePath, saveOptions, false, Extension.LOWERCASE); I can get to parent folder...
View ArticleIs it possible to use script as custom Photoshop Panel...?
Hi Everyone!, I wonder if it is possible, to create custom panel in Photoshop using just javascript? (or) I have created dialog window using java script and which is use as custom panel?Any help would...
View Articlecannot open the file because the open options are incorrect
I'm trying to iterate through a folder of images, open each one of them, duplicate them into another photoshop file and close the individual image. This code works great on a PC (Photoshop CS3), but...
View ArticleHow to get the maximum value of the image cmyk
I want to get the maximum value of image( cmyk) by javascript on each layer.Cmax=?Mmax=?Ymax=?Kmax=?but I do not understand the histogram,pls help me... thx
View ArticlePhotoshop uses JavaScript to load open documents into the Match Color command
Hello, I am a production artist and I make use of the Match Color command quite a lot in my work. I often have 6-10 Photoshop documents open and one of them is designated as my master document. With...
View ArticleWill Richard Kains symmetry fill scripts work with Photoshop CC.
I see that the 17 plane tesselations are already in the menus for symmetry fill, but they are not generating the correct tesselations for me. I am probably not using the correct shape for the patterns...
View Articlehow to get current channel(MULTICHANNEL) max value use histogram by javascript
i want to get current channel (MULTICHANNEL spot) max value,how to use histogram by javascript? my file CMYK + n spot channel.i want to get selected channel max value(gray)..thx
View ArticleIs it possible to detect an alt-click or cmd-click on a button of a custom...
For the sake of screen real estate I would like to tie two similar commands to a single button that can be alt-clicked or cmd-clicked for a different outcome.I know the ScriptUI provides some options...
View Article