sendkeys to PS via .js script
Hello, I want to call a recorded action thru a custom panel button (the action to call is a plugin-function, which I cant access thru the panel configurator) .So I assigned shortcut-keys for this...
View ArticleRe: Add selection as add and intersect commands combined
By the way: The Script would only provide the expected result if the second Selection is one contiguous area. Edit: This should also handle discontinuous segments for the second Selection. // store...
View ArticleRe: sendkeys to PS via .js script
Wouldn’t it be more convenient to trigger the Action via app.doAction()?
View ArticleRe: sendkeys to PS via .js script
it would be, but this does not work in this case. I cant record the action - which is a plugin-function - whithout its instant execution - that is - i want the action just to open the menu of the...
View ArticleRe: sendkeys to PS via .js script
Have you tried using the AM code? Or checking »Toggle dialog on/off« in the Actions Panel? Or using app.runMenuItem()?
View ArticleRe: sendkeys to PS via .js script
thx!!!!!!!! Toggle does work for this. can u run any menu item (third party plugin) with a specified configuration with app.runMenuItem()?
View ArticleRe: sendkeys to PS via .js script
Just reply with NO, YES or DEPENDS!!! this would make this question answered!!!
View ArticleRe: sendkeys to PS via .js script
Unfortunately I have to go with: I don’t know. Hopefully someone else may provide more insight into this issue.
View ArticleRe: Add selection as add and intersect commands combined
I hope you noticed the edited code in the last post. Anyway, if you were willing to change your procedure a bit one could get away with a one-stop-Script, I suppose. You’d have to switch to Quick Mask...
View ArticleRe: [VB CS4] CreateObject with Photoshop 64 bit possible?
The original VB6 application was 32 bit. I doubt you could produce 64 bit applications using Visual Basic 6.But that might very well be the explanation to why it did not work in a 64 bit environment.
View ArticleRe: Why are my JPGs suddenly so large?
Hi! Sorry for the late response. Yesterday, they were saving via action just fine, to sizes ranging from 200KB to 1.5MB. Today, all the pictures I edited all came out large (2MB-4.5MB) via the...
View ArticleRe: Why are my JPGs suddenly so large?
Please post images on this Forum directly in the future.Apparently the two images have different compression settings – 8 and 12 respectively.
View ArticleRe: Why are my JPGs suddenly so large?
I looked for an option to attach but couldn't find one. Now I see it - the camera icon. Which doesn't make sense, because there's already a pretty common "paper clip" icon for attaching things... How...
View ArticleRe: Why are my JPGs suddenly so large?
How can you see the compression setting used? Some time ago someone posted Script/s to get that setting. Have you tried Save for Web instead of Save as? Does that store the quality settings?
View ArticleRe: Why are my JPGs suddenly so large?
ps-scripts.com • View topic - Find Quality used in JPEG
View ArticleRe: Why are my JPGs suddenly so large?
I would use Save As, but it also remembers the location saved to. I'd like my edits to overwrite the originals in the folder I opened them from, and I'm often opening them from different locations....
View ArticleRe: Script or Action - Make image square
I have a need for this script as well...is this the entire script? If not, can you post the complete script? I just need to increase either the canvas width (as white area for the added width/height)...
View ArticleRe: Script or Action - Make image square
So I went ahead and tried the script I posted previously, and it works great for my needs. It even works great saved as a step in an action. However, when I try to batch run this action on a group of...
View ArticlesuspendHistory breaks activeHistoryState
Hi,I've found that when you try to get the activeHistoryState after a suspendHistory call, you get the wrong one, namely the previous - e.g. var doc = app.activeDocument;...
View ArticleRe: Script or Action - Make image square
Hopefully this will help someone down the road...here is my final script that works in batch mode from bridge: var startColor = app.backgroundColor; if(startColor.rgb.hexValue != 'FFFFFF'){...
View Article