Re: Adios
xbytor2 wrote: the whole CC licensing crap sucks. Agreed. Also, whether you're coming or going, thanks for your efforts and contributions over the years to the community and at large elsewhere with...
View ArticleRe: How do you remove the number sequence when exporting layer comps to...
Commenting out the zeroSuppress line and changing the line after that worked for me. Note, these changes probably break the script for the case where you have multiple layer comps with the same name....
View ArticleRe: How to duplicate the layer and than rename it ?
no No, you do not understand. Principles I know, but could not find how to use this function. To continue to ask stupid questions, show me the screenshot taken from the correct parameters?
View ArticleRe: How to duplicate the layer and than rename it ?
I do not understand indeed. What is the problem? Did the Script work or not?
View Articlehow to make dynamic typing?
Hello everyone.I want to make a tool that would allow the document to locate any number of rows and cells. How do I know a fixed amount, and how to enable the user to specify any number of rows and any...
View ArticleHow to determine if layers overlap?
I'm trying to find a way to determine if different layers have overlapping pixels. The layers are randomly shaped and need to fit as closely together as possible, so using the bounds to check for the...
View ArticleRe: How to determine if layers overlap?
So from your post, I take it that the shapes are irregular and not rectangles? The bounds comand would work with rectangles, but to try and do this with pixels using extendscript would be painfully slow.
View ArticleRe: How to determine if layers overlap?
I kind of figured it would be unless there was some kind of option I'm not aware of that already does this (though it sounds like there isn't). Regardless, it would still be faster than doing the task...
View ArticleRe: how to make dynamic typing?
You can't do this with Photoshop. Not no way. Not no how.
View ArticleRe: Extracting histogram info - export to Excel?
Hi! I just tried to download the plug-in and it seems like the site is under construction.. Any ideas?Cheers,Eric
View ArticleRe: How to: using the Place command in an action and remembering the source...
Actions don't have access to the document name (where the file name is). Scripts do, however. If your products are sequentially numbered, you're in luck. You can overide the "Save as command" and...
View Articleerror 24, inputFolder.getFiles is not a function?
i get this error when trying to run the script from photoshop. can you please tell me what im doing wrong? Thanks! #target photoshopapp.bringToFront(); var layoutNumber = prompt('Please Enter layout...
View ArticleRe: How to determine if layers overlap?
I would expect it should work with something along the lines of selecting the pixels of the first layer (as in ctrl-click layer) and then intersecting the selection with the second layer (as in...
View ArticleRe: How to determine if layers overlap?
Just thought of something that might work. Create a snapshot of your file in history. Make a selection of the reference layer, then select the layer you want to check. Apply a gaussian blur or some...
View ArticleRe: How to determine if layers overlap?
Alright, I believe this should work. Select the pixels for layer ASave selection.Select the pixels for layer BLoad Mask from layer A as intersection.(Delete stored mask) Go into Quick Mask Mode.Do a...
View ArticleRe: How to determine if layers overlap?
Interesting suggestions, I'll have to give them a try and see how it goes. This would certainly be quicker (and easier) than my current plans using mathematical equations, if they work as expected.
View ArticleRe: How to determine if layers overlap?
are your images tonal? or are they flat and solid? I would change the opacity and see if they are overlapping. the odd color would be your overlaps
View ArticleRe: How to determine if layers overlap?
They're a solid shape with varying color inside of that shape to show the detail of the item in question. Currently, the only transparency is the anti-aliasing of the edges, which is fine if it causes...
View Article