Re: applescript, CS5 to CS6, files won't close
I don't have CS6 to test your code… Off the top of my head use with copying… That way the saved files are copies and the current document reference still stands this can get broken along the way when...
View ArticleRe: New to scripting. Need help with a >3000px-resize-but-
Thanks, all! And to think, there was a menu item for this all alongh.
View ArticleGetting Channel Information
Ok, I'm trying to write a script that copies spot color channels directly into Layers. I know how to copy the information over, and I figured out how to get the name to transfer, but I'm hung up right...
View ArticleRe: Getting Channel Information
If I understand what you are asking, you just want a way to know what color was used when the spot channel was created. This is something I threw together mostly from existing funcitons I have. It...
View ArticleRe: Getting Channel Information
That works wonderfully. Do you know how to set the foreground color to that spot color so I can fill my new layer with it? I have created a solidColor before using RGB or CMYK, but what is the...
View ArticleSave As in Parent Directory
I am trying to create an process and action that does the following: Process outside of PS that stages files for editPS Action to set selection(s) (each selection is on its own channel) on the original...
View ArticleRe: Getting Channel Information
// assumes spot channel is selected. If not supply the index of the spot channel var spotColor = getSpotChannelColor(); // make sure composite channel is active // otherwise if a single channel is...
View ArticleRe: Save As in Parent Directory
At first: Please do not use the name parent for a folder that you want to call with scripting. parent has a function in javascript. // http://forums.adobe.com/thread/1251089?tstart=0// required on...
View ArticleRe: Save As in Parent Directory
Parent is a file and folder object property. You can use that property to determine a file's current folder and so on up the folder chain. var myFile = new...
View ArticleRe: Need help with querying brush presets info
Hi guys, Maybe I rephrase my question/scenario. I know I can get the list of brush names via this... function brushName() { var presetNames = []; var ref = new ActionReference();...
View ArticleRe: Need help with querying brush presets info
As far as I know, Adobe has never made the ABR file spec public. And the presetManager does not have those details. So you will either need to select a preset and get the tool options or try to update...
View ArticleRe: Save As in Parent Directory
I am just using parent to illustrate. It actually looks like this, where parent and file names are variable and each edit work driver may require editing a different {old} bmp: ...\04969\1234_1.bmp...
View ArticleRe: Save As in Parent Directory
How would the coding change for the following:It is really hard to say how to change your code without seeing the code so we know how you are doing it now. But here are some more examples for working...
View ArticleEvent Script
Is it possible to set a global variable via event script that will start once the application is launched and then continue whilst the application is running? Or are all event script variables local?...
View ArticleRe: Event Script
Look at the app's put & get custom options… where persistent is optional…
View ArticleRe: Color Authoring
I have attached two images, source and target image. Need to change the source image (Black) to Target image color.Please let me know thanks for your help
View ArticleRe: Color Authoring
Basically I think fully automating this task is not achieveable with satisfactory results at current. Recoloring black items is usually a bad idea to begin with (for example because of the fringe...
View ArticleRe: Event Script
where persistent is optional…Isn't that the tagline for a bad Van Damme sci-fi movie?
View ArticleScript for saving GIF with Animation Loop Endless
Hi, I am searching for a way to use "save for web" in a Photoshop CC Script. I already found how to use the "save for web" using Script, but now i am stuck, because i cannot find any information on...
View ArticleRe: Script for saving GIF with Animation Loop Endless
Not sure what you are asking. Looping is an animation/timeline option. You normally set the frame delay and looping before saving. As far as I know you can't set looping during a save with Photoshop(...
View Article