To reduce the color depth of an image in PIL:
            im = im.convert(mode="P", palette=Image.ADAPTIVE)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to