Re: Swatches name from color values
Using xbytor’s xtools’ Scripts "ColorSwatches.jsx" and "Stream.js" one can get a Swatch’s color, albeit … the Swatch is being identified by name and it seems possible to have more than one swatch with...
View ArticleRe: Swatches name from color values
It would be a round-about way – getting the names, then using the names to get the colours, then comparing those to the Foreground Color (or whatever). Hopefully someone else can offer more insight …...
View ArticleRe: Selecting the brightest pixels
the last channel is selected after i run the script and also before i run the script, because i use calculations command.. so before i run this script#target photoshop// check the histogram;var theHist...
View ArticleRe: Selecting the brightest pixels
why don't you just use a "levels" adjustment layer ontop of the layer you need to select the brightest pixels from? 1. add levels adjustment layer ontop of the layer that you need to select the...
View ArticleRe: load liquify interface
I try your suggestion and it worked until I quit the application PS. After restarting the application the action no longer works.Is there a way to launch the liquify interface with a script?
View ArticleRe: show mask action/script
Trying to take the code one step further by creating a script to toggle the layer mask visibility.I am able to call the showMask hideMask functions individually but not toggle the mask visibility yet....
View ArticleRe: Selecting the brightest pixels
Use activeDocument.selection.load(/*insert the Channel here*/, SelectionType.REPLACE, false)
View ArticleRe: Selecting the brightest pixels
Boo Radley thank for your method. The problem is that im trying to make it work either as an action or, if it's not posssible , as a script.
View ArticleRe: Selecting the brightest pixels
Please tell me how do i use it? do i just place it at the ned of the script? and what does it do? and please tell me whats left to do..it doesnt have to be a script... is it possible to finish it as an...
View ArticleRe: Selecting the brightest pixels
I have told you to use the line activeDocument.selection.load(/*insert the Channel here*/, SelectionType.REPLACE, false)and insert the channel at the appropriate place (where not "/*insert the Channel...
View ArticleRe: Selecting the brightest pixels
and please tell me whats left to do.The stuff leading up to this (Calculations, hiding other Layers if necessary, selecting the Channel, …) can be included in the Script. You can record the steps with...
View ArticleRe: Selecting the brightest pixels
Dear Christoph I assume you think i understand more than i actually do. Im asking you to forgive my ignorance, but I dont understand as much as you might expect from me. Im not lazy to improve myself,...
View ArticleRe: Selecting the brightest pixels
The name alone is not enough, you need to define the Channel. For example activeDocument.channels[activeDocument.channels.length - 1]signifies the last Channel. activeDocument.channels[0]the first (in...
View ArticleRe: Selecting the brightest pixels
Dear Christoph, can i ask you to write this code for me? I know what you have told me, and i know what i have told you. I should learn! I should learn to do my scripts myself. And i will once i have a...
View ArticleSaving batch of images down to multiple resolutions?
Something I've been running into but have no idea how to actually have Photoshop do this. When I get high res images from a client, we save them down to medium res and low res. To do this currently, I...
View ArticleRe: Saving batch of images down to multiple resolutions?
You may want to take a look at Image Processor Pro. It probably has everything you need. The current rev can be found...
View ArticleRe: Saving batch of images down to multiple resolutions?
Ya, I happened to run into that in my searching. Right now that is my fallback if I cannot figure out a simpler way for the non-photoshop savvy people in the office.
View ArticleRe: Script for deleting Hidden Layers which are not used in any Layer Comp?
Thanks for this great script. A thought on an improvement: it seems that if you have a layer group set to visible with all of its layers turned off, the delete script leaves these layers intact. Is...
View ArticleRe: Script for deleting Hidden Layers which are not used in any Layer Comp?
Paul does not visit here any more he is missed.
View Article