Running old Flash panel inside an HTML5 panel
Is it possible to run the SWF file of my old flash panel inside a new HTML5 panel and let the SWF communicate with Photoshop? Or do I have to write some intermediate code that passes the SWF commands...
View ArticleHow 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 ArticleUsing PhotoShop Action/Scripts in command line
Hello everyone, I am working on a project that needs to run PhotoShop's script/action on a folder everyday. It needs to be done automatically without no user interaction. Ideally, I would create a...
View ArticleHow to call the photoshop action file?
I need to know how to call the photoshop action file(*.atn) through javascript. Kindly advice me.
View ArticleWatch Folder
Hello, Is there a way to have Photoshop watch a folder for new images and run some actions on the newly added files - after which removing the original from that folder. I need to automate the...
View ArticleCreated white box, Photoshop CS4 js
Hi, I need to create white box on the canvas. Here what I have and it's not working: var mySelection = [1.2, 0.35,0.72, 1.65]; doc.selection.select(mySelection); doc.mySelection.fill (swatch...
View ArticleExport options GIF not working properly
Hi, So I have this wonderful script I wrote to export layers to gifs. And when I try to set opts.lossy = 0; Photoshop completley ignores me. It is also ignoring opts.interlaced = true; It's always...
View Articlescript to find specific font and copy to a new document
I am working on a scripting solution to help break out files for production. What I need to do is search through a PSD, find any text objects that are in a specific font, and if they match, copy them...
View ArticleWhy does textInput.tracking not return a value ?
Instead it throws an exception "This functionality may not be available in your Photoshop Version" or something of the kind. I can use the functionality, obviously, which is why this confuses me...
View Articlehow resize layer with a big image on size of layer mask ?
Hi allHow to resize the image on the layer mask? * document - doc.width, doc.height* mask - activeLayer.bounds* and how to take the coordinates in the image with the mask if the image is larger than...
View ArticleScript to Create Folders Using Photoshop Scripting Mac/Windows
Can anyone help me. I want to create a script to create folders and run the script in Photoshop. I am a real novice at scripting and I do not know if this can be done. Thanks
View ArticleHow to more fully control the save dialog function.
Alright, first of all I don't know if what I'm asking is possible. I basically want to trigger a Save As dialog that opens to a specified folder and has custom text in the "Save As:" box, so the user...
View ArticleFind and replace text in multiple Photoshop files?
Hi there, Let us say I have six Photoshop files: 1.psd, 2.psd, ..., 6.psd. All of these files contain the word “LoremIpsum” in random text layers, within each document. Is there a way I can search for...
View ArticleHOW TO REMOVE HYPHEN IN LAYER COMP EXPORT FILE
HOW TO REMOVE HYPHEN IN LAYER COMP EXPORT FILE IN PNG FORMAT...
View ArticleGroups to JPEG in Photoshop CS6
Good morning I see this topic has been raised here before and have tried the scripts in the thread but they return errors using CS6.What I'd like to do is what 'Export Groups to Files' only for TOP...
View ArticleChanges to Photoshop CS5 and Applescript
Looks like there are some major Applescript changes to CS5, which is unwelcome for anyone with existing scripts. From what I can see, the difference (that affect me anyway) are a) PSCS5 seems to...
View ArticleNeed scriptUI-expert's advice on proper implementation of Photoshop scriptUI...
I'm in the middle of porting my deprecated flash based panel to an HTML5 version. Als part of my panel I wrote a script to create a new photoshop document including parameters for the video timeline....
View ArticleCOM Reference in CS5 Missing
Does any body know what happened to the COM reference in visual studio 2008 for photoshop CS5, i just installed and my CS4 COM vanished and now there is no COM reference for photoshop CS5.
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
View ArticleExpand/Contract Layer Groups
So I spent the evening researching a way to expand/contract a layer group.. normally we have to click on the small triangle icon that appears before the layer name in the layers panel to expand the...
View Article