Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Browsing all 27456 articles
Browse latest View live

Re: How to create "ALL" preferences of spotHealingBrushTool?

Hi Michael I really apreciate your scripts and they will be helpful to many people, but I did manage to built something that should detect+delete+load every preset tools that I update for the team....

View Article


Re: Suspend History State (Undo Once)

My apologies for only putting a code snippet or part of this text font script here where it's missing some variable or erros, it's actually part of a very big and massive code (1k lines of code). I...

View Article


Re: Save as PCX

c.pfaffenbichler wrote: Where in the documentation did you find the class PCXSaveOptions? I can’t find it in ESTK’s Object Model Viewer.  I'm not familiar with this coding whatsoever, so I just guessed...

View Article

Re: How to select an action via script?

Thanks for trying to help, csuebele.  However, my main objective is just to show the highlighting/selection of Action on the Photoshop based on the selection done by the user on the device (via...

View Article

Re: Need help with querying brush presets info

You can use this and replace the BrushNameHere with your desired name:  var desc = new ActionDescriptor();var ref = new ActionReference();ref.putName(charIDToTypeID("Brsh"), "BrushNameHere"...

View Article


Re: Save as PCX

I just guessed based on PNG's save function. I copy pasted and guessed hoping it would work.It would be better if you referred to the documentation. ESTK’s Object Model Viewer can be quite useful.  You...

View Article

How to get stroke color and size of rectangle?

Hi All, I am developing an extension for CS5 and above (including CC version). I want to get the stroke color and size of a rectangle. I was able to do so in CS5. But, I noticed that in the CC version,...

View Article

Re: Suspend History State (Undo Once)

That code still seems to be incomplete, »color« in line 1022 is undefined when I try to run it.

View Article


Re: Batch Export Separate Layer with the same Background Layer , Please HELP

Hi Ken, did you find an answer to your question about keeping the top layer while exporting others to jpegs? Bit confused about all this jsx stuff? Many thanks, Dan

View Article


Re: How to get stroke color and size of rectangle?

I want to get the stroke color and size of a rectangle. The size should be easy as you can just evaluate the Vector Mask’s pathItem’s subPathItem’s pathPoints. Can the rectangle be rotated (other than...

View Article

Image may be NSFW.
Clik here to view.

Find Visual Centre of an image

Not sure if this is possible, maybe with some maths? So possibly via applescript. I have a layer that is this is neck piece that you see, and you can see that the extension change makes the centre,...

View Article

Re: Find Visual Centre of an image

the nearest I think I could get,Copy to clipboard the entire layer Crop the vertical by half, with anchor point bottom centre,Trim based on transparent pixelsFrom this you should have the centre point...

View Article

How to apply random "random seed" value to multiple images

So, I am in a weird situation, have been surfing the net for the solution for over a day now and can't really find the solution. What is it?Its a small school project which I have chosen and cant...

View Article


Re: Suspend History State (Undo Once)

odd, i tried the script and I dont get that error. are you just selecting any text and running the script? What version of CS are you using? I know that sometimes this has a problem on CC versions.  At...

View Article

Batch Rename PSD Layers to File Name Script?

Hello, I just recieved several thousand .PSD files for a job containing a single layer (named "Layer 1") on a transparent background. I'm trying to find a way to batch rename the layer in each of these...

View Article


Re: How to apply random "random seed" value to multiple images

I think it is more likely that Random seed is used to determine where along the waveform to start. The waveform itself is defined by the other values in the dialog. Unless you want to toggle the...

View Article

Re: Batch Rename PSD Layers to File Name Script?

Save the line below into a plain text file and give it the .jsx extension. app.activeDocument.activeLayer.name = decodeURI(app.activeDocument.name).match(/(.*)(\.[^\.]+)/)[1]; Then create an action...

View Article


Re: How to get stroke color and size of rectangle?

How are these two strokes different and how can I get the stroke color and size if it is applied through Properties panel using script?One is done with a layer style( or effect ) and the other is done...

View Article

Re: Find Visual Centre of an image

Is the part that throws off the centering always at the top of the image? Is the necklace on a layer with a mask?

View Article

Re: Batch Export Separate Layer with the same Background Layer , Please HELP

Hi did you put the jsx in the appropriate Photoshop folder ? Sent from my iPhone

View Article
Browsing all 27456 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>