Daniel Nogradi > I don't need the histogram really, only the mean color > value, but as far as I can see the 'mean' attribute only applies to an > image and a mask can not be specified.
You can slice parts of the image, and then use the ImageStat.Stat(im).mean On it. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list