Opening File: Why is Pixel Width affected by Resolution?
Simple code to open an EPS file and wanting to set its width to 500px. If I set the resolution to 72 it works fine. If I leave out the resolution line is ends up being about 7x as big (approx. 3500px)....
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 ArticleScript to close window created with Arrange > New Window ...
Hi, I am creating a second window of my image with the Window > Arrange > New Window for... function.Now i want to close the second window again without closing the first one, but everything i...
View ArticleBug in layer resize.
I reported a bug today I feel could do some nasty thing to document when you use resize() to re-size a layer. Particularly if you have used suspend history. It looks like resize for some unknown...
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 ArticleCS UI
Are there some examples of script dialogue boxes (or UI )?? I've had a look at CSUIB 2.0 but it's not javascript friendly - which doesn't help when you don't know what's wrong. Ultimately I want to...
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 Export Separate Layer with the same Background Layer , Please HELP
I have the code as below, it worked in order saving separate layer to JPG, but it didn't include a Background layer to the JPGs which were exported.Please help: I'd like all images exported has...
View Article"New Smart Object via copy" via JavaScript?
I'd like to know how to copy a smart object but, so every smart object is independent.I know you can copy layers via layer.duplicate() but that function just copies a instance of the object instead of...
View ArticleSave All Open Files
Using CS3. I've created an action to Crop and straighten, and I'm using it on Batch options to split hundereds of scanned images. I managed to find two old scripts from c.pfaffenbichler (much...
View ArticleScript to copy Layer/Group to another Open Document?
Hi, I know this topic has been covered many times before. But to clarify, here's what I'm wondering: Copy the active layer/group to another open document in Photoshop. The simple way is to go to...
View ArticleScript and burn tool
Hello all !! How can the burn tool parameter : range, exposure, size, be place in a script ?? Thanks. Janou.
View ArticleEdittext and onChanging event
Hi friends I´m creating a dialog and one of the fields in this dialog should accept only numbers. So I thought I could use a combination of Regex and onChanging function with the edittex. Here´s the...
View ArticleHow to copy filename and paste as text in Photoshop
I have about 1500 files each with a unique filename. For each image I want to copy that individual filename and paste it into the document as a text layer at a certain location say .25 inches from the...
View ArticleScript Alert: "Sorry I could not process the following files" (Error Message...
I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6. In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing...
View ArticlePhotoshop script for Expand/Contract of Selection
Hi!I need script that will make Expand or Contract Selection for example 1px each time I hit keyboard shortcut. I mean I would like to use this options because I use it very often but I would like...
View ArticleBatch replace smart objects
Hello, I have very minimal scripting knowledge, and every script I've found for this workflow is partial or results in "undefined". I am on a mac running Photoshop CC (latest update). This is what I...
View ArticleHow to make a script to convert RGB to CMYK as black 100%?
Hi guysmy customer sent me a book (144 pages) for print but all of them are RGB and Tiff, she scan them. there are on the page some texts and pictures. The text are R=30 G=30 B=30.I think if I can make...
View ArticleImport Excel table into Photoshop
I would like to be able to import fields from Excel into Photoshop CS4 and have the Excel information print directly onto the photo image as a line of text across the bottom and layered over the image...
View ArticleDropDownList value selected by default?
Hi there, I've got the following DropDownList, but it gets rendered with no options selected. How can I make ''one" the default option for this element? var w, layout; layout = "dialog { \...
View Article