Python论坛  - 讨论区

标题:[python-chinese] 怎么将文件作为二进制流写入另一个文件

2005年04月18日 星期一 10:34

Tintin genedna at gmail.com
Mon Apr 18 10:34:26 HKT 2005

我有一个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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月18日 星期一 11:34

Qiangning Hong hongqn at gmail.com
Mon Apr 18 11:34:35 HKT 2005

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号