Max M wrote: > Oh, programmers loves this kind stuff. You should get tons of answers.
data = '80 00 00 00'
import Image
v = Image.fromstring("F", (1, 1), data, "hex", "F;32BF").getpixel((0, 0))
</F>
--
http://mail.python.org/mailman/listinfo/python-list
