// "Gamma Adjustment Batch: 0.5" // this macro opens images or stacks and batch changes // the gamma on each image to .5, then saves the changed image // to the appointed directory. Easily modifiable in line 8, just // change value=0.5 to whatever gamma value you desire. rawdir = getDirectory("Choose Source Directory "); refineddir = getDirectory("Choose Destination Directory "); print("The directory you chose was..."); print(rawdir); list = getFileList(rawdir); for (i=0; i