Quote:
|
Originally Posted by Squggle Thanks for the link to the brushes
I'm still after an automated process which finds all of the specular highlights in the image such as the center of a candle flame, fairy light bulb ect.. and stamps a star to mimic a starburst filter on the camera. |
Definitely not doable with an action.
A script could be programmed to examine an image pixel by pixel (or by groups of pixels, i.e., 3x3 [or whatever size]) looking for a specified minimum brightness range. The programming challenge would be restricting the "star stamp" to only
one location within a given area. i.e., the center of a flame, that would be comprised of hunderds of pixels having very similar hue and brightness values.
Suggest you post your question at
http://www.ps-scripts.com, where several highly qualified scripting jocks hang out. If this is doable, one of those dudes would no doubt jump at the chance of crafting such a script.