Hi,
I am looking for a python script that allows me to automate the color balancing of a raster dataset consisting of over 300 orthophoto tiles. I want through the script adjust both parameters on orthophotos: contrast and brightness. Anyone has an idea how can I accomplish this task by using the arcpy python module or Model Builer?
Thank you
Regards.
Have you explored the arcpy.mapping.Layer object's brightness and contrast properties?