Re: Re: optimizing script-listener code
is there a way to tweak the script to output stringIDs instead of charIDs? I only recall a few cases where a stringID and a charID were identical. But, I have something that I can do. In...
View ArticleRe: Script to save opened layers and rename them sequentially
How would one go about adding this in to use in Photoshop CC 2014?
View ArticleImage Processing .psd's for web from multiple folders and adding a water mark
Hello there,So I've been trying to wrap my head around how to grab hundreds of image files and add .psd layer and then have photoshop output them as a particular dim - "600x450 progressive .jpeg" at a...
View ArticleRe: Image Processing .psd's for web from multiple folders and adding a water...
ImageProcessorPro will do most of what you want.https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_0/ You would have to write an Action that does the part of placing a...
View ArticleRe: Image Processing .psd's for web from multiple folders and adding a water...
THANKS! Ok well I'm going to give this a go I'll tell you how it works out, if I can find out to install it correctly ha
View ArticleRe: Image Processing .psd's for web from multiple folders and adding a water...
So I tried this with the correct installation but no go. this is what happens.
View ArticleRe: Image Processing .psd's for web from multiple folders and adding a water...
Email me the log file after one of these failed runs, or take a look at the log file yourself.The reasons for the failures should be detailed there. -X
View ArticleRe: Image Processing .psd's for web from multiple folders and adding a water...
I would other than the fact that there isn't a .log file in a Application Support file anywhere in my Library... kinda bummed
View ArticleRe: Image Processing .psd's for web from multiple folders and adding a water...
~/Library is normally hidden in Finder. You have to use "Go to Folder" and manually specify the folder name. Or you can open a terminal and cd to the folder then copy the log folder to your Desktop and...
View ArticleRe: Script to save opened layers and rename them sequentially
By following the install instructions on the top of the download page.
View ArticleIs it possible to use script as custom Photoshop Panel...?
Hi Everyone!, I wonder if it is possible, to create custom panel in Photoshop using just javascript? (or) I have created dialog window using java script and which is use as custom panel?Any help would...
View ArticleRe: Removing number sequence in 'Export layers to files" in CS5
GREAT! Thanks so much, I was really getting tired with removing all the prefix junk manually!
View ArticleRe: Script to save opened layers and rename them sequentially
I followed the protocol for installation, however when I finally set everything to run and I press the process button the script just shuts down.
View ArticleRe: Is it possible to use script as custom Photoshop Panel...?
With just javascript, you can only create modal dialog boxes. If you want to create a modaless panel, you need to use, at least with the new version of CC, extendscript, javascript, html, css, and html.
View ArticleRe: Is it possible to use script as custom Photoshop Panel...?
Different things that you can do- Make a dialog window in javascript that can exists while a script is running. These can have buttons etc. to control the script, but might not be very responsive if...
View ArticleRe: Script to save opened layers and rename them sequentially
In that case you could try fault finding the script by running it in Extendscript Toolkit or get someone to test it that has CC 2014.
View ArticleRe: Is it possible to use script as custom Photoshop Panel...?
PowerPro will do everything you need and much much more. Design all your own on-screen buttons that will carry out any keyboard shortcut/command/run any script you wish. You can entirely customize...
View ArticleIs it possible to check if action from some action set exists?
In photoshop script (CC 2014) I'm executing doAction with action and action set that can possibly be not added yet. I wonder if i can somehow check if action exist first. all code i have: document =...
View Article