Re: Script to Save images in alternate folder before running an action
Does this help? You’s have to replace the line alert (theFiles.join("\n"))with the proper operations. var theFolder = Folder.selectDialog ("select folder");if (theFolder) {var theFiles =...
View ArticleRe: How to: using the Place command in an action and remembering the source...
Why a droplet? In a Script you can set up dialog to select files or a folder directly, which would seem fairly convenient.
View ArticleRe: Batch replace smart objects
Thanks for the great feedback. I have it working beautifully. One last question... My images vary in width and height. I would like them to be maintain their aspect ratio, while fitting the shortest...
View ArticleNeed help selecting color and making foreground color within a panel
Within the panel (created in Configurator) is an html page with CSS Colors and what I want to happen is for the user to select one of the colors and have it become the foreground color. I was using...
View ArticleRe: Batch replace smart objects
luis_mendes wrote: My images vary in width and height. I would like them to be maintain their aspect ratio, while fitting the shortest side (width or height) of the smart object it is replacing (which...
View ArticleRe: Batch replace smart objects
Could you please post examples of the image with the original SO and examples for portrait and landscape replacement images as you want them to look?
View ArticleRe: Batch replace smart objects
I have managed to solve for this by evaluating each smart object after it is replaced and scaling it in the parent PSD. Works perfectly)! Thanks again for the feedback. What I had hoped for was the...
View ArticleRe: Batch replace smart objects
I would recommend a different approach: Open the SO, place and if necessary scale the replacement files there, hide the background and save/close the SO.
View ArticleRe: Batch replace smart objects
That was my initial though. But can that be done? How? I havent been able to target the SO after it is replaced.
View ArticleRe: Batch replace smart objects
You’d have to foregoe the replacing and instead open the SO, then place the file. Something like this – if you have the Preference set to scale placed SOs (»Resize Image During Place«) this might...
View ArticleGenerating log files with Scriptlistener and PS CC on W7
Hi guys, I am trying to generate log files when recording actions in PS CC on Windows 7. I have copied scriptlistener.8li to the C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins folder but...
View ArticleRe: Generating log files with Scriptlistener and PS CC on W7
Create a subfolder called Automate.
View ArticleRe: Generating log files with Scriptlistener and PS CC on W7
tried that thanks , but still doesn't work! C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\Automate\ScriptListener.8li
View ArticleRe: Get user settings from a Canvas Resize dialog using executeAction
Thanks Tom! I thought that the returned ActionDescriptor would have the same structure as the input one, now I can get the values selected by the user: idHrzV = typeIDToCharID(...
View Articlecombine "Save As" with suffix for file's name
I have 600x600px file named "ABC". I want to save this file in three versions within 1 folder which different to original folder:ver1 600x600px name ABC_1 in JPEGver2 300x300px name ABC_2...
View ArticleRe: combine "Save As" with suffix for file's name
Do you want to just select a folder with the UI to put all the files in or do you want to have the save as dialog box come up each time you save a file or both? To have the saveas dialog box appear,...
View ArticleRe: Generating log files with Scriptlistener and PS CC on W7
Are you sure you're opening the 64bit version of PS when you run this and not the 32bit? In your original post you stated you want an action log. That's is misleading, as actions are different than...
View ArticleRe: Generating log files with Scriptlistener and PS CC on W7
Dropped the script file into the 32 bit version and all works ok - thanks for the help, much appreciated!
View ArticleRe: Get user settings from a Canvas Resize dialog using executeAction
Just a minor update, tested in the 32 bit version, it worked the first or second time, but then it started to do it again. I tried closing Photoshop and open it again, but same thing. I'll check if...
View ArticleRe: Adios
And the corporate Adobe clients are very concerned about this lack of support. We have a corporate account and more then 60 / 70 licenses.We do not need cloud add-on and we are using CS6 and our...
View Article