W. eWatson schrieb:
Diez B. Roggisch wrote:
W. eWatson schrieb:
I have an image of described as:
Img Info: {}
size: (640, 480)
format: None
mode: P
palette: <ImagePalette.ImagePalette instance at 0x02393378>
bands: ('P',)
type: <type 'instance'>
I'd like to write it to a file. Apparently, I need to convert it to a
string first. How do I do that? Pickle?
Did you bother reading the PIL documentation just for about 30seconds?
http://www.pythonware.com/library/pil/handbook/image.htm
Hint: look for "save".
Diez
So, you are telling me what? To save it as a jpg file, or maybe a bmp
file? All of them have headers, right?
Yes. Where exactly do you say "I don't want headers, I want raw data
dumped to the disk"?
Diez
--
http://mail.python.org/mailman/listinfo/python-list