Why are my JPGs suddenly so large?
Hey, guys! I originally posted this over at Photoshop General Discussion, and was told you might be able to help me figure out what's going on. Original post: *******I have an action that saves my...
View ArticleRe: Removing number sequence in 'Export layers to files" in CS5
This is something that worked for me, running Photoshop CC 2014. 189 //fileNameBody += "_" + zeroSuppress(compsIndex, 4);190 fileNameBody += "" + compRef.name; I commented out one line 189 and...
View ArticleRe: Need help cleaning up a script and adding loop
Nevermind. I got it working based on old code that you made, and a little help from a dev buddy here at the office! thanks!
View ArticleRe: Document canvas size / layer distribution
What if the different images have different aspect ratio and sizes. Do you really want all the layers to be smart object layers with embedded image files object. How many layers do you wan to support....
View ArticleRe: Add selection as add and intersect commands combined
What you are describing has to be done in two operations. For its not a logical one step operation. Also how you describe intersect is not how intersect works. Your want to do to two thongs so just...
View ArticleIs there a way to read/write original .xmp settings of a CR2 loaded as smart...
Hello all. This has been asked in varying degrees before, but many of the discussions I found relative to my question are from the period 2010 to 2013. Thought I would throw this out there again medio...
View ArticleRe: Add selection as add and intersect commands combined
One possible approach (not necessarily the most efficient one) would be• storing the first Selection• creating the second Selection• storing the second Selection and the added Selections• creating...
View ArticleRe: Why are my JPGs suddenly so large?
Please post a pair of images (large result from Action, small result from manual save).
View ArticleRe: Add selection as add and intersect commands combined
Guys im not sure im following you...i think the problem is that i dont know much about paths...never really used them...i'm starting to do some research on it...meanwhile, could you please spare more...
View ArticleRe: Add selection as add and intersect commands combined
To me it doesnt matter how long or how inefficient the method is. As long as it can work as an action. The ultimate goal for me is to get rid of the star. It doesnt matter what happens to the circle,...
View ArticleRe: Add selection as add and intersect commands combined
Many things can not be done in actions. It would hard to do in a script dealing with selection. Perhaps if you had your selection the keyhole + the star. You could convert that to a path. The total...
View ArticleRe: Add selection as add and intersect commands combined
I can’t log in to the Forum, it seems, so I can’t post screenshots … Anyway, what I would propose is a two-step Script that checks for the existence of a Channel with a certain name. That I would use...
View ArticleRe: Add selection as add and intersect commands combined
Guys thank you very much for your answers.C.pfaffenbichler, unless im given visual instructions, I'm not sure i can follow what you have written. Im way behind your skills. So i have to look for other...
View ArticleRe: Add selection as add and intersect commands combined
JJMack does this method of yours solves my problem? Would you mind showing me visually by screenshots?
View ArticleOnsite Photo Booth Manager Released to Open Source
Hi, Over the past 8 years of writing actions/scripts, then consolidating everything via a VB.NET program, I've nowreleased to Open Source a program that manages a photo booth stream of incoming images,...
View ArticleRe: Add selection as add and intersect commands combined
I think im getting close to solving my problem... All i need to do is to simulate exclude mode which selections don't have... as you JJMack pointed out, paths have this mode. How do i convert a...
View ArticleRe: Add selection as add and intersect commands combined
Please try this: // store selection on first run, on second run add overlapping parts of the sstored selection to the new selection; // 2014, use at your own risk;#target "photoshop-70.032"if...
View ArticleRe: Add selection as add and intersect commands combined
This illustrates a test run of above Script which seems to get the result you are looking for.
View Article