I have a image….i want to change the pixel values in the image by cumulative addition.
example:
if it rains the pixels in the image will get changed by some percentage and if it rains again some other time the pixels values have to change again cumulatively.
i have gdal and python in my system..what i should do?