Where did the Photoshop CC Object Model info go?
I've been using ExtendScript Toolkit CC with Photoshop CC 2014 without issue for some time now, but yesterday all of the reference information for Photoshop CC 2014, and several other programs,...
View ArticleProperly placing a selection from a separate image into document?
Hello,I'm having an issue with a script I am trying to write. The goal of the script is to open 256x256 pixel .PNG files that contain labels and nothing else (transparent background, and black text)....
View ArticleGet MAC Address
Hi,is there a platform independent way to get the machine MAC Address via ExtendScript?I've found this one but apparently it's Win only (and uses VBScript, which InDesign can call using app.doScript()...
View ArticleExiting photoshop from a jsx script
I've written a jsx script which performs a set of automated testing operations for a plugin I'm writing. The intention is that it spits out a folder full of PNGs that I can then externally examine to...
View ArticleSelect next image in folder to replace smart object in batch recording.
Hi, How can I tell my batch recording to choose the next image in a specific folder to replace the smart object? I'm recording batch action to replace smart object, but the recording just stops at the...
View ArticleMove files and folder from a folder
Hello, Is there is a way to move files and folders from a particular destination to another destination using script.For Example: I will be having text file, tif file or folders with file in "Source"...
View ArticleHow does javaScript select an existing layer mask in order to make an alpha...
Hello javaScripters, I have hundreds of PSD files that need all existing layer masks made into alpha channels. The PSDs have either a floating base layer or a locked background layer with no mask and 1...
View ArticleHelp: need a script to merge all layers, even if there is only one layer
I am trying to build an action that includes "merge all layers" or "merge visible layers". However when I record that throught the actions tool (usung the layers panel flyout dialog), if a file being...
View ArticleWould like to automate open stacks as layers + run action. Possible with...
I would like to automate part of my workflow that involves opening stacked images as layers in Ps CS5 and running an PS action that composites the layers and processes the image. Something similar to...
View ArticleNeed help with multiple -if else- while looping through script
This example script will take a directory of input files and run the UnSharpMask filter with a range (start/end or "edge"/step) for amount, radius and threshold.I'm trying to figure out how to have...
View ArticleImage or artboards scrolling in CC2015 ??
I have not upgrade to CC2015 yet. And it seams, I won't considering the many bugs around.Well, to be honest, I tried installing it on a PC windows7 SP1 and it just won't start at all not even...
View ArticleHow to catch Undo event?
I want to generate some history states by my extension and I found that I can do this with suspendHistory.But I also want to do some action when user perform undo action and revert that states. How to...
View ArticleFind and Remove Layer by Name
I am currently learning JavaScript for Photoshop, but have stumbled on the simplest of requirements - I need to remove a layer from all documents if that layer is present. For the purpose of the...
View ArticleNeed a script to resize landscape and Portrait images without having to sort...
Ok I downloaded this awesome script: Image Processor Pro to create multiple batches in one swoop.http://blogs.adobe.com/jkost/2015/06/image-processor-pro-for-photoshop-cc-2015.htmlThis is awesome, but...
View ArticleLayer Comps To Files - Export error: Could not complete this operation. There...
I have been using the Export Layer Comps To Files scrips that ships with Adobe Photoshop CS5 for a while and found it very useful, apart from the numbers it automatically adds as a prefix to the...
View ArticleLayer Comps to JPG Save for Web
Hello everyone, I'm using the "Layer comp to files" script a lot to send some designs to clients. And sometimes I need to send a lot of JPGs at once, wich are created with "Layer comps to files", but...
View ArticleUsing XMLHttpRequest within Photoshop script
I've been trying to request information from an API in JavaScript using this, but ExtendScript keeps giving me an error saying that.. var xhr = new XMLHttpRequest(); ..does not have a constructor. Is...
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 Articlehow to convert pixels in mm ?
Hello everybody!I'm making a tool in which the user specifies the size of the frame, I want to give him the opportunity to choose between units of measurement. How do I convert one unit to another?...
View Articlehow o change background color of an image using script?
how o change background color of an image using script?
View Article