PDA

View Full Version : [SOLVED] [Python] Help needed with Python Imaging Library


crazyfuturamanoob
October 23rd, 2008, 12:46 PM
When you read an image file with python, it returns a string, ofcourse.
But how to get that like image string from a PIL image?

E: Solved. tostring() does the job.