how to rename a file based on XMP values?
I have a files with multiple IDs in the keyword field of information tab. I want to rename the file with the values I have in the fields. For example, with file1.psd:in keywords I have: 36607675;...
View ArticleHow to parse Javascript Object Notation in Extendscript?
I noticed in Dr. Brown's Image Processor the following code: dialogResource = "dialog { text: 'Image Processor', bounds:[100, 100, 480, 540], " which is basically assigning object notation to the...
View ArticleExport Layers to Files (png) Trim - but doesn't trim? CS5
Hello I'm stumped! I'm using CS5.. I select 'trim' on a png 'Export Layers to Files' script, but instead the single layers are each exported onto the whole document size (which is much larger; but I...
View ArticleCan I have a preview image(tiff) in panel?
I want a preview image(tif file) in my photoshop extension panel. However, the Flex control Image only support .bmp, .jpg, .png. Is there any control that can have any format image preview like...
View ArticleOrganizing actions alphabetically
Can a Photoshop CC 2014 script handle the task of listing a set of actions alphabetically in the actions pallet?Is this task scriptable?
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 ArticleSimple (i guess) Photoshop scripting quesiton ;)
Hi guys, Just a quick question... I've looked on the forum and on the web but can't find a working solution for my, I think, simple problem. I have a Photoshop image using variables and external data...
View Articleexport file info data
i want to export pixel dimensions and color space data from a few thousand images to text files. i discovered that the information can be exported as a metadata template from file info (camera data 2),...
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 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 ArticleLooping through layers is slow.
Hi, so i am trying to make a script that goes goes through all the layers of an a document, sets the size of the layer to a specified width and height and export it in a separate file. I finished the...
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 ArticleTabbed Panels/Tabs via Resource Strings
Is it not possible to create Tabbed Panels and Tabs using a resource string? On both CS5 and CS6 this works: var win = new Window ("dialog","Tab Test"); win.matchtabs=win.add("tabbedpanel");...
View ArticleIs there a way to change the Layer Color Tag via Script?
I tried to use the Script Listener to find the Event to change the Layer Color Tag but there were no commands recorded to my desktop. I have scoured the forums and the depths of Goooooo....ooogle and...
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 ArticleOne-click 'Save as jpeg' shortcut script please! - saved in the same folder
Hi, I've been re-directed here because I was told a script could solve my problems - but I have no scripting experience/knowledge/ability! Below is my original problem and post. I got as close as 2...
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 ArticleMove layer group script
Found this script to do what I want but cannot get it to work with Photoshop CC 2014 on OSX 10.9.4. // tell extendscript toolkit which adobe application to target; #target photoshop // determine the...
View ArticleCS6 png save options
I've got a major script I use that performs .png saving every few seconds, but apparently there are some new compression options in CS6. Is there a way for me to have the script use the "Smallest /...
View Article