Re: Bug with Liquify in CC 2014 - Actions/Scripts
If you have a reproducible crasher please post the steps so we can fix it.
View ArticleRe: batch transfer of Paths between files
Thank you, c.pfaffenbichler, you are always exceptionally helpful. Unfortunately I understand so little of scripting, this would not be possible for me to write or compile myself. However, I would be...
View ArticlePhotoshop layer move and layer duplicate event ids
I am running PSCC 2014 on a mac. I work with a wacom table and keyboard shortcuts. I work fast without looking look at the keyboard. Often end up moving layers, duplicating layers inadvertently by...
View ArticleHow to delete a document if I press escKey while running a script. Please...
Hi,I hope you guys are well.I've been writing a script (Javascript ) for my workflow like importing images, creating new layers and layer adjustment.When a dialog appear, all the buttons work...
View ArticleCS5 Extended Batch process not working
Hello, I've some problems with the batch process. I use Photoshop CS5 Extended running on Windows 7.I created my script and it works without any problem. All it does is crop, resize, save an image for...
View ArticleRe: CS5 Extended Batch process not working
Best would be to script the whole process.Have script loop your 1500 files...? Sent from my iPhone
View ArticleRe: CS5 Extended Batch process not working
Okay, looks like I found a way to do it with "File>Script>Image Processor" (I don't run photoshop in its english version so it may not be the exact terms. Sorry for that.) But i still would like...
View ArticleOpening Smart Objects with AppleScript. How do I open the inner PSD with...
I have a PSD or a PSB. I need to be able to open all of the smart objects in the file so that i can get to the inner psd files so i can pull data from those. Is this possible? If not it definitely...
View ArticleRe: Script to change what part of the image is shown
You are right. After looking through many posts on ActionManager code online, it seems changing just the view is not possible, even using ActionManager. As a workaround, I implemented a script that...
View ArticleRe: Opening Smart Objects with AppleScript. How do I open the inner PSD with...
You will NOT be able to do this directly with the model exposed to the AppleScript Dictionary…You may be able to dig deeper in to PS with Action Manager code…You can record this by using the...
View ArticleHow do I automatically scale a layer to fit a canvas while maintaining the...
I'm currently tasked with reformatting 3,000 product images (thumbnail, normal, and large sizes for each) for a new online store. To do that, I'm trying to create a Photoshop (CS6) action that can...
View ArticleRe: How do I automatically scale a layer to fit a canvas while maintaining...
Hum Im not sure Im getting you here… Have you looked at Image Processor…? Why are you NOT just using Fit Image and canvas size in your actions…? These are all built-in to Photoshop. If you wanted to do...
View ArticleRe: How do I automatically scale a layer to fit a canvas while maintaining...
Apparently, I just like to do things the difficult way. Everything I found searching made it sound like you needed to write a script to accomplish what I wanted to do. Thanks!
View ArticleRe: [VB CS4] CreateObject with Photoshop 64 bit possible?
Is your VB app 64 or 32 bit? I think you want a 64 bit app to see the 64 bit side of the registry. I know when I run my cscript in 64 bit console I get 64 bit Photoshop and when I run cscript in 32 bit...
View ArticleRe: Console Output
For HTML panel's use the Chrome Debugger. Is it not working for you? Which version? http://www.davidebarranca.com/2014/01/html-panels-tips-1-debugging/
View ArticleRe: Photoshop layer move and layer duplicate event ids
didn't you post this question a few weeks ago? what are the keyboard shortcuts that are activating the layer move/duplication? If you tell me this much then I might have a solution.
View ArticleRe: Photoshop layer move and layer duplicate event ids
Yes, I did post this question recently. I am still trying to figure out a way to detect when the layer moves/duplicates to prevent adding content to the layer which is out of alignment.Command + mouse...
View ArticleRe: Photoshop layer move and layer duplicate event ids
I've tried to create an event for the 'copy' command like this: theFile = new File("f:/testCopyEventAlert.jsx");app.notifiers.add("copy", theFile); and the testCopyEventAlert.jsx looked like this:...
View ArticleRe: Photoshop layer move and layer duplicate event ids
Thanks for your help. I was unable to connect to the web page and download the panel. The page does not laod up.
View Article