Adobe Edit in ACR stopped working.
Hi, Can anyone help ? I have been running Russell Brown's excellent 'Adobe Edit in ACR' script for some time now through version 1.1.5 and now 1.1.6 and for some reason it has now stopped working. I...
View ArticleLayer Comps To Files with no number count in the middle
I have tried to find it and // it out with no success. I would like to have it when I "Layer Comps To Files" the it won't put the _0000_,_0001_, Etc.. in the middle of every file the comps are named...
View ArticleImage Processor Pro 2.3.1 is crashing
It looks like Tom Ruark and Mike Shaw actually wrote the script. I have been using this script over many versions and always rely on it. Recently I started getting this message. I have gone into...
View Articleoptimizing script-listener code
I have noticed in some threads that the script listener action manager code is modified.Is there a method to modify the script-listener/action manager code?How ca interpret the script-listener action...
View ArticleUsing mouse wheel to zoom and pan
I was wondering if there would be a way to make a javascript that would load at Photoshop's startup that would allow the user to zoom in and out using the mouse wheel (instead of using it for...
View ArticleXMP property reading
Hi, Can anybody help with geting XMP property from file? I need to get the date of picture shooting (exif:DateTimeOriginal). But while trying example from internet I'm stuck already on XMP file...
View ArticleBatch HDR Merging/Toning Script
I've seen a number of different posts on these forums about trying to do this and I never really found a complete and suitable solution. It also has really annoyed me that adobe never implemented this...
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 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 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 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 ArticleI can't get Photoshop CS6 startup script to works ?
Hi! I'm trying to get a script to execute each time photoshop cs6 is started. I've tried to put it in that folder ( Photoshop-CS6-Scripting-Guide.pdf page 10) C:\Program Files\Common...
View ArticleHow to replace a Smart object content with folder of JPGs
Greetings! Sorry if that title is not clear. I have a cover design template (see example). The image is a transformed Smart Object. I want to streamline my workflow. Say I have a folder of jpgs, and...
View Articlephotoshop scripting output
Is there a console or log for output from script events? I tried making a function, which executes an alert correctly, but doesn't create a new document. I can't find any way to see if this syntax is...
View ArticleScript select parent group by layer
I have complicated workflow in photoshop in which i often use selection of layers by ctrl+click (auto-select is unchecked and selecting layers is chosen) That works good for me. But some time i need...
View ArticleHow can I create a curves adjustment layer in JavaScript?
I've been trying a few different approaches along the lines of: var newLayer = activeDocument.artLayers.add(); // Create a new ArtLayer object newLayer.name = "MyLayer"; // name it for later...
View ArticleMove files from one folder to another javascript?
I am running a 3-action droplet automatically using windows task scheduler. Here are the 3 steps:1. Batch file to move files from hot folder to processing folder2. Run IPP (dr brown's image...
View ArticleHow to Package and Distribute Scripts + Actions?
I'm already enjoying some success at distributing an interworking set of actions and scripts. BUT there are several barriers that I'm sure others have thought about solving, and I'd like to get an idea...
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 delete all non visible channels
I'm looking to make a script that would delete all channels that are not visible. That would include the RGB channels. This would be my first script attempt. So I have no idea where to start. Any...
View Article