Most efficient way to get pixelcolors of an image?

defn noob circularfunc at yahoo.se
Wed Jul 2 16:25:33 EDT 2008


this just shows a GUI that normally shows pictures but it doesnt show
any picture...


from PIL import Image

im = Image.open('C:/Users/saftarn/Desktop/images/giffer.gif')
im2 = Image.open('C:/Users/saftarn/Desktop/images/blob.jpg')

im.rotate(45).show()
im2.show()





More information about the Python-list mailing list