skip to Main Content

Photoshop: Loop until desired value is reached

I run the below script to check Luminosity of the pixel based on Color Sampler picked. And then automaticaly adjust exposure until Luminosity of the desired pixel has reached 235~. //Get color sampler values var colorSampler = app.activeDocument.colorSamplers[0]; //RGB values…

VIEW QUESTION
Back To Top
Search