Re: Cutting elements by alpha
Well, I've made some progress since I posted. My strategy is: 1. Stroke the document to the required amount of distance.2. Select stroked pixels and convert selection to a path.3. Convert the path's...
View ArticleRe: Cutting elements by alpha
thanks but still i need in script form because i have no idea of javascripting...
View ArticleRe: Cutting elements by alpha
Check out http://forums.adobe.com/message/4272787#4272787http://www.ps-scripts.com/bb/viewtopic.php?f=9&t=5190&sid=90a8895fe498 927f07e9f1b0b049299a
View ArticleRe: Copy Layer's Parent Name to Clipboard
I am so, so close here with this script... this one is trying to copy all layer names to the clipboard, but again it's returning an 'undefined is not an object' error. After 2 hours I've spent my...
View ArticleRe: Copy Layer's Parent Name to Clipboard
Layers are filial to the Groups (LayerSets) that contain them, so activeDocument.layers will not include Layers in Groups. Also »layers« is not capitalized here. var docRef = app.activeDocument;var...
View ArticleRe: Copy Layer's Parent Name to Clipboard
thanks, c - isn't working just yet though. Doesn't seem to be copying anything to the clipboard.. I tried changing 'join' to 'push' and it seems to then copy the total number of layers into the...
View ArticleCalling Generator Plugins from ExtendScript
Hi,I hope you can help me out as I'm at the end of my tether!I'm working through the documentation on the Generators Github page, and am having difficulty getting the example for Calling Generator...
View ArticleRe: Create images with dynamic width from 3 images each (left/center/right-part)
I adapted a Script somewhat, so you may give this a test. But it uses the open file so you would have to adapt it further. // arranges the selected jpg, tif, psd in line;// gutters may be irregular due...
View ArticleURL image download
Hi guys,i need download an image from a URL using adobe extendScript toolkit, how can i do that?
View ArticleRe: ExtendScript Problem
Still working on this - do you mean reinstall Photoshop or just the ExtendScript Toolkit program? I hesitate to do the former as I have PS set up with some plug-ins etc. and don't want to rock the...
View ArticleRe: ExtendScript Problem
I would try installing from the zip file you found for the ESTK only. Make a copy of the folder first.
View ArticleRe: Copy Layer's Parent Name to Clipboard
so it looks like I've managed to get it working, using a few different methods. First, I run the following script to copy all the layer names and then the script exports them to a .txt file, not to the...
View ArticleHow to assign the event onClick to the panel?
Hi everyone! Now I choose the color by pressing the button and show it through the painting of the panel. I want to remove the button and clicking on the colored rectangles only - panels. This can be...
View ArticleHow to make a gradient fill grooves?
Hi everyone! I want to make an imitation groove ore creasing. How can I make it? I think that you can make a selection and apply the fill? Like DOM methods :-)
View ArticleDNG converter: what's the command line to "Skip source image if exists" option?
I'm using Adobe DNG Converter 8.3.0.141 to convert more then a Million of raw images in thousands of diferent folders. It is working well, but first I must prepare and rename with a script some of the...
View ArticleRe: How to make a gradient fill grooves?
What Fill? I don’t uinderstand what you are after – could you post screenshots of what you start with and what the result should be?
View ArticleRe: How to make a gradient fill grooves?
You can fill a layer with 50% gray and use the halftone pattern filter set to line. If it's not blurred enough with the standard settings, you can then use gaussian blur. You can then take that,...
View ArticleRe: How to make a gradient fill grooves?
Here's a quick sample, created as I outlined in my above post.
View ArticleRe: DNG converter: what's the command line to "Skip source image if exists"...
Why do you ask this on a Photoshop Forum? http://forums.adobe.com/community/dng
View ArticleRe: DNG converter: what's the command line to "Skip source image if exists"...
Digital Negative (DNG) forum has less scripting guys and I was wonder if anyone here has the same problem.On that forum I only had this post regarding...
View Article