Fredrik Lundh пишет:
> like most PIL methods, convert returns the converted image. try changing
> your code to:
>
> im = im.convert('1')
> im.save('file-1bit.bmp')Oh. My fault. Thank you. It's works as expected. -- Alexander _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
