Can I select things in a picture based on area?
I have a picture where I only want to select certain objects based on the size of them. I would normally do this by hand, but it's a ganglia and there are several hundred points inside that could be...
View ArticleRe: Can I select things in a picture based on area?
When you say you have the points extracted from your image, are these the count tool markers from the measurement log or dots that you placed? If they are dots you placed, are they on one layer or...
View ArticleRe: Can I select things in a picture based on area?
Supposedly i uploaded two images here, but I can't see either of them, so here is a google drive link to where they are just in case: So the first one is the original. Those small very darkly purple...
View ArticleRe: Can I select things in a picture based on area?
Sorry forgot to put the google drive in here. https://drive.google.com/file/d/0B4j4BevsH5aWTU9QWjFPaDFVT1U/edit?usp= sharing https://drive.google.com/file/d/0B4j4BevsH5aWd3pQUUczbzJGdWM/edit?usp= sharing
View ArticleRe: Can I select things in a picture based on area?
That looks rough. I'm not sure of a solution.
View ArticleRe: Can I select things in a picture based on area?
First off I recommend you stop using VB for Photoshop Scripting. The majority of Photoshop Scripters on this Forum use JavaScript, so the amount of advice and help you are likely to get for VB may not...
View ArticleRe: Batch or script..plug-in?
Sorry for my late reply but needed to learn a little bit more to work with the script.Right now I tried the script but it is not working as the files are in RAW format. Is that maybe the reason why it...
View ArticleRe: Batch or script..plug-in?
If you're using raw files, I looks like you just need to add whatever extension they have to this line: if (theFile.name.match(/\.(jpg|tif|psd|pdf|)$/i)) So if your using a Nikon, it would be: if...
View Articlelayer.translate() making layer disappear
Hi, Experienced a strange problem trying to move layers with layer.translate(). I had a pretty peculiar case of a bunch of 1px tall and 400px wide dividers as simple artLayers stacked on top of each...
View ArticleRe: layer.translate() making layer disappear
You need to view your document at 100% or greater, as it is cutting out pixels.
View ArticlePull/Get Data/Value from User Input Window
I'm trying to do something that should be be quite basic for a programer, but unfortunately unfortunately being a designer I'm having a heck of a time with this. Having spent hours searching and...
View ArticleRe: Needed: snippet of jsx code to Rename an Action Step? Rename an Action Set?
Another possibility would be a way to duplicate an Action or Action set. Finally, if there were a way to directly modify a step in an action that would be wonderful. I'm aware of Xtools and ActionToXML...
View ArticleRe: How to Package and Distribute Scripts + Actions?
I didn't mean for this discussion to become a dialog about "Add ons" or "Exchange" or whatever it's going to be called, though I do appreciate the information. Where is the correct place to discuss the...
View ArticleRe: Batch or script..plug-in?
In case csuebele’s advice should not have solved the issue could you provide a couple of the files for testing?
View ArticleRe: layer.translate() making layer disappear
Not sure if I understood you, but there was more then enough space to have a danger of clipping. Also in some cases you could have one layer moving correctly, next disappearing and next again OK, i.e....
View ArticleRe: Pull/Get Data/Value from User Input Window
Please try alert (win.Coordinates.KChanelX.te.text);alert (win.Coordinates.KChanelY.te.text);
View ArticleRe: layer.translate() making layer disappear
Are you expecting a lot of useful help in trouble-shooting a Script without actually presenting the Script?
View ArticleRe: layer.translate() making layer disappear
Well, it's it's complex that it's part of 1000+lines script/solution where I'm buiding a texture map of a bunch of layers. So I was mostly hoping if someone had ran into it before. But I tried to...
View ArticleRe: Pull/Get Data/Value from User Input Window
You haven't a selection in an edittext field. Like c.pfaffenbichler said - you get your X and your Y is var X = win.Coordinates.KChanelX.te.text; and so on: var X =...
View Article