2005年04月18日 星期一 10:34
我有一个BMP图片,想作为二进制流写入另一个新建的文件中.请问应该如何处理. -- 欢迎访问我的Blog: http://spaces.msn.com/members/meaglith/ http://blog.360.yahoo.com/genednaparadox ---------------------------------------- .--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/ ------------------------------------------------- 沧海笑 滔滔两岸潮 浮沉随浪记今朝 苍天笑 纷纷世上潮 谁负谁胜天知晓 江山笑 烟两遥 涛浪淘尽红尘俗也知多少 竟惹寂寥 一襟晚照 苍生笑 不再寂寥 豪情仍在痴痴笑笑 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050418/0ae276e7/attachment-0001.html
2005年04月18日 星期一 11:34
On 4/18/05, Tintin <genedna at gmail.com> wrote: > > 我有一个BMP图片,想作为二进制流写入另一个新建的文件中.请问应该如何处理. > f = file('new.bmp', 'wb') content = file('orig.bmp', 'rb').read() f.write(content) -- Qiangning Hong Get Firefox! < http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050418/e321786e/attachment.htm
Zeuux © 2025
京ICP备05028076号