Re: Scripting the path in Quick Selection Tool
Thanks for your answer! It seems to work! But I have one question: when I use the scriptListerner, and draw a selection with the QuickSelection tool, the listener records this: //...
View ArticleRe: Scripting the path in Quick Selection Tool
I did not draw manually but used a Path and »Stroke Path« wit the Quick Selection selected.
View ArticleRe: Script UI blank
Chuck, have you tried checking $.summary(); and see if the window stays in memory after closing?Also, you could try deleting it like this: var mW = new Window ( "dialog", "Test Dialog" ), _txt =...
View ArticleMerging adjustment layers
Hi, I made a little script that merges certain adjustment layers into one curves layer based on information learned here: http://www.gregapodaca.com/photoshopmechanics/files/008.html It seems to only...
View ArticleRe: Select/Change Certain Color
Can you please post your code for your function? I was very happy to find this thread because I'm up against something similar; I need to find the color of the existing color overlays on layers with a...
View ArticleMost efficient way to read accurate 16 bit color data?
I'm working on some digital imaging & color management research using Photoshop, and I'd like to optimize my speed and accuracy. I'm aware of some command line tools like imagemagick, but since we...
View ArticleA script or action - Saving 1 image as .psd and hi res jpg and web jpg
So I notice when I am editing in Photoshop I almost 99% of the time when I am done editing a photo I save the image I am working on in a subfolder called "Finished" as ORIGINALFILENAME.psd. Then I...
View ArticleRe: A script or action - Saving 1 image as .psd and hi res jpg and web jpg
Yes, you can do this. It would require a fair amount of coding, but fairly easy. Most you could generate using scriptListner. You could have it run your actions, but I like to have everything...
View ArticleRe: A script or action - Saving 1 image as .psd and hi res jpg and web jpg
Goto Russell Browns Web site download and install the Image Processor Pro Script. You can extract his package and just install the two Image Processor Pro files into Photoshop Presets\Scripts it will...
View ArticleRe: A script or action - Saving 1 image as .psd and hi res jpg and web jpg
Hi JJMack, That is ALMOST exactly what I need. The problem is I have both horizontal and veritcal images and wanted to add a watermark to them based on if they were horizontal or vertical and this...
View ArticleRe: A script or action - Saving 1 image as .psd and hi res jpg and web jpg
Where the problem use an action or script to add your watermark on a layer then align the watermark to the canvas. Let image processor resize the result. The trick is resizing the watermark for the...
View ArticleRe: Most efficient way to read accurate 16 bit color data?
Sometimes it helps to write out the facts to help you brainstorm. I kept playing around with what I had and came up with something simpler. Instead of using the script to average out the histogram...
View ArticleSet zoom in CS5
We've been using the below Java code to set the zoom of a document in Photoshop 7 (yeah, I know - ancient) to fit the screen (like hitting Ctrl + 0 on the PC) but it no longer works in CS6. The...
View ArticleRe: Set zoom in CS5
app.runMenuItem(charIDToTypeID(("FtOn")));Newer versions of Photoshop have an application method for calling menu items.
View ArticleRe: Set zoom in CS5
That worked perfectly Michael, thanks so much. I did a quick search but didn't find anything by way of a list of these. I found one reference that mentioned a PDF in which the ScriptListener was...
View ArticleRe: Set zoom in CS5
There are a couple of lists but I think the best way to find the IDs you need is to use the scriptlistener plug-in for things that can be recorded to the log. Some things don't log, so for those you...
View ArticleRe: Auto crop each layer before exporting layers to files
Thank you for that script, works like a charm.Any chance of a similar one but with a .TIFF export?I have a bunch of them with multiple photos bundled together (an A4 scan), that I would like split and...
View ArticleRe: Select/Change Certain Color
Hi, 1) Based on your description/question, my script does not do what you are trying to do. Mine "applies" color. It does not "find" the color. 2) Below is my function for applying a color overlay...
View Article