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

Photoshop script .DS_Store

I'm using Photoshop script. I get files from folders. My problem is that when I get the files and place them in an array the array contains hidden files that are in the folder for example ".DS_Store". I can get…

VIEW QUESTION
Back To Top
Search