Import 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 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 ArticleMonitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
I'm on a Windows machine. Is is possible to have a script (command line or otherwise) monitor a folder for any new files (perhaps every 15 minutes or so would work as well)...then run Dr Brown's...
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 ArticleHow to get a Mac OS Finder file tag property for a document?
Hi, is there a possibility to get a Mac OS Finder file tag property (i.e. its color) for a document via code in a PS script? filetag = app.activeDocument.[???] Thank you, Syrinx
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 Articlescripting in cc-2014
Has much changed in the PhotoshopCC-2104 scripting guide over PhotoshopCS5 ? Can I continue to reference the CS5 Guide with no problems.
View ArticleAction & Droplet "save as" vs "save as web" not working - Possible bug?
Before I state the issue, I am running the latest updates and have tried this in Photoshop CS4 & CS5.I believe this is a bug in Photoshop, unless someone can get this Action & droplet to work...
View ArticleHow can I extract cursor coordinate in Adobe Photoshop for use in Action script?
What I want to do in Photoshop (version CC, but I think this applies to any version) is label a point using count tool under my mouse's current position, and label it multiple times (for different...
View Articlebatch odd dimension images to square
Hi I have lots of images that are all different sizes and more coming. I need to create an action that makes these images square in px dimensions, with the new side dim. the dim. of the longest side. I...
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 replace in sequence Smart Object
AM FROM BRAZIL, MADE BY GOOGLE TRANSLATION Good day, Makes three days I'm looking for a solution to my problem, I have knowledge with actions, but I can not photoshop understand that want to replace...
View ArticleBatch Replace Smart Object With Different Image Quality and Sizes
Hi there, I need help. I have this template that is in 1000x1000pixel and 300 dpi. I'm trying to replace the smart object inside with various JPEG that I have. These JPEG comes in large image sizes but...
View ArticlePrompt limit is 255 characters, otherwise Photoshop crashes! Is there a...
I noticed today that the "prompt" command appears to have a limit where it can accept no more than 255 characters. If you try to enter more, Photoshop crashes! Photoshop CC v14.2.1 x64Windows 7 64-bit...
View ArticleLayer comps to files with auto trim
Hi there,I am using the modified 'Comps to files.jsx' script to export my layer comps (using the label of the layer comp as my file name)http://www.ps-scripts.com/bb/viewtopic.php?f=9&t=5277 It is...
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 ArticlePhotoshop extension building not working for cs6, works for the rest
I am building an extension for photoshop the manifest file is as below:<?xml version="1.0" encoding="UTF-8"?> <ExtensionManifest Version="4.0" ExtensionBundleId="Kit"...
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 CC 2014 Extension - CEP Event callback is triggered multiple times...
Trying to make my extensions listen for bunch of events and it's turning out to be a real pain in the ***.I'm hoping there's someone here who has a bit more experience playing around with these. I used...
View Articlelayer.bounds error
Hi all, I'm trying to export layer centers to an xml. the following code works fine for all cases, except one. var curr_layer = app.activeDocument.activeLayer;var layer_bounds_centerX =...
View Article