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.
But how to get that like image string from a PIL image?
E: Solved. tostring() does the job.