PSD to XML converison
I want to convert a PSD file into XML. Is it possible to export the PSD file to XML file. Does Photoshop CS5 have this feature? or any commercial tool or extension or plugins available? I am awaiting...
View ArticleAuto close - alert box
Hi, How to create setTimeout function to auto close an alert box ?How to make delay a script for some time before proceedings? thanks in advance,rajiv.s
View ArticleScript - create .jpg - using various (visible) layers
Hello I have trubble creating a script for Photoshop CS 5.I have got a .PSD document with several layers, some of which are visible, some are invisible.I want the script to make the selected layer...
View ArticleHow can I edit a droplet for Photoshop 6?
How can I edit a droplet for Photoshop 6? The company hired somebody to set up the droplet years ago, and nobody remembers how it was set up. The computer that was used to save the files has crashed,...
View ArticleBatch processing PDF to TIFF
Hello,I have about 1000 drawings in PDF format that I need to convert to B/W TIFF files. I thought I could easily do this in Photoshop (CS3) and then I hit a snag. In the Open form for the PDF there is...
View ArticleHow to get event target?
I've registered the following Hide event: app.notifiers.add("Hd ", ...file path); Now, how can get object that triggered the event? [app.active document.activeLayer] only give me the 'selected'...
View ArticleIs it worth it for me to learn scripting in PS?
I have absolutely NO experience with javascript, and I have failed miserably every time I have attempted to learn. Should I leave Photoshop scripting to the pros? I work in an environment where we are...
View ArticleHow to define a certain layer is selected or not?
If you click outside of the open document, then on the layers' panel untagged about which layer is active, some are blocked by filters, but in the properties of the active layer of a document. In his...
View Articlehow to conclude a multi-line text on the panel ?
Hi !I want to place on the panel multi-line information. Which element can be used? 10 elements statictext do?
View Articledraw line between black pixel : coordinates of selected pixels ?
HiI want to build a script which can check a Photoshop file and :- find black pixel- for each black pixel, look for another black pixel within maximum distance of 5 pixels- then draw a line between the...
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 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 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 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 Article"No Such Element". Intro to scripting.
Okay... Here's my basic script. Cut and pasted from Adobe's Intro to Scripting PDF for CS5. I run it and it produces a "No such element" error in line #2. I want to understand why the very first...
View ArticleHow to disable the effects in the layer?
Hello everyone!How to disable script effects in the layer? For example, a stroke.
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 ArticleSplit Text into Layers
I found this script that does what I want http://www.agasyanc.ru/text-splitter but it does not seem to work in CS6, I was wondering if anyone is able to either fix that script, make a new one or tell...
View ArticleText Layers in a setLayers
Hello, I am writing to you guys because I need help (again).I made a script and when it is done it finishes with "picture" layers and text layers.I would like to put all to text layers in a setLayers...
View Article