Python论坛  - 讨论区

标题:[python-chinese] 请问如何解决利用PIL画图时,无法正常显示中文字符串的问题?

2005年06月11日 星期六 19:01

fei feiyafei at gmail.com
Sat Jun 11 19:01:21 HKT 2005

最近写一个程序,需要在图片上写上一些中文。结果总是显示出来乱码。怀疑是字
体没有设置好,但是PIL不支持ttf字体,好像PIL plus(收费)才支持。有谁遇见
过同样的问题么?

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

2005年06月11日 星期六 19:06

Zoom Quiet zoom.quiet at gmail.com
Sat Jun 11 19:06:17 HKT 2005

http://blog.tcchou.org/Members/tcchou/python/chcaptcha
http://blog.tcchou.org/code/misc/chcaptcha.py

台湾朋友成功的创建了!

在 05-6-11,fei<feiyafei at gmail.com> 写道:
> 最近写一个程序,需要在图片上写上一些中文。结果总是显示出来乱码。怀疑是字
> 体没有设置好,但是PIL不支持ttf字体,好像PIL plus(收费)才支持。有谁遇见
> 过同样的问题么?
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
[Time is unimportant, only life important!]

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

2005年06月11日 星期六 20:12

fei feiyafei at gmail.com
Sat Jun 11 20:12:56 HKT 2005

谢谢你啊,我google了好久都没有结果,你这么快就找到了。我马上试试。


Zoom Quiet 写道:

>http://blog.tcchou.org/Members/tcchou/python/chcaptcha
>http://blog.tcchou.org/code/misc/chcaptcha.py
>
>台湾朋友成功的创建了!
>
>在 05-6-11,fei<feiyafei at gmail.com> 写道:
>  
>
>>最近写一个程序,需要在图片上写上一些中文。结果总是显示出来乱码。怀疑是字
>>体没有设置好,但是PIL不支持ttf字体,好像PIL plus(收费)才支持。有谁遇见
>>过同样的问题么?
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>
>>    
>>
>
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>  
>


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

2005年06月11日 星期六 21:37

Tony Lu zblux at yahoo.com
Sat Jun 11 21:37:55 HKT 2005


fei <feiyafei at gmail.com> wrote:ллÄã°¡£¬ÎÒgoogleÁ˺þö¼Ã»Óнá¹û£¬ÄãÕâô¿ì¾ÍÕÒµ½ÁË¡£ÎÒÂíÉÏÊÔÊÔ¡£


Zoom Quiet дµÀ:

>http://blog.tcchou.org/Members/tcchou/python/chcaptcha
>http://blog.tcchou.org/code/misc/chcaptcha.py
>
>̨ÍåÅóÓѳɹ¦µÄ´´½¨ÁË£¡
>
>ÔÚ 05-6-11£¬fei дµÀ£º
> 
>
>>×î½üдһ¸ö³ÌÐò£¬ÐèÒªÔÚͼƬÉÏдÉÏһЩÖÐÎÄ¡£½á¹û×ÜÊÇÏÔʾ³öÀ´ÂÒÂë¡£»³ÒÉÊÇ×Ö
>>ÌåûÓÐÉèÖú㬵«ÊÇPIL²»Ö§³Öttf×ÖÌ壬ºÃÏñPIL plus£¨ÊÕ·Ñ£©²ÅÖ§³Ö¡£ÓÐË­Óö¼û
>>¹ýͬÑùµÄÎÊÌâô£¿
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>
>> 
>>
>
>
> 
>
>------------------------------------------------------------------------
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
> 
>

_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese


		
---------------------------------
Discover Yahoo!
 Get on-the-go sports scores, stock quotes, news & more. Check it out!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050611/0631ecd1/attachment.html

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

2005年06月12日 星期日 15:54

lihui lihuimail at gmail.com
Sun Jun 12 15:54:17 HKT 2005

可以直接支持,用utf-8编码,选择相应的中文字库即可

在 05-6-11,fei<feiyafei at gmail.com> 写道:
> 谢谢你啊,我google了好久都没有结果,你这么快就找到了。我马上试试。
> 
> Zoom Quiet 写道:
> 
> >http://blog.tcchou.org/Members/tcchou/python/chcaptcha
> >http://blog.tcchou.org/code/misc/chcaptcha.py
> >
> >台湾朋友成功的创建了!
> >
> >在 05-6-11,fei<feiyafei at gmail.com> 写道:
> >
> >
> >>最近写一个程序,需要在图片上写上一些中文。结果总是显示出来乱码。怀疑是字
> >>体没有设置好,但是PIL不支持ttf字体,好像PIL plus(收费)才支持。有谁遇见
> >>过同样的问题么?
> >>_______________________________________________
> >>python-chinese list
> >>python-chinese at lists.python.cn
> >>http://python.cn/mailman/listinfo/python-chinese
> >>
> >>
> >>
> >
> >
> >
> >
> >------------------------------------------------------------------------
> >
> >_______________________________________________
> >python-chinese list
> >python-chinese at lists.python.cn
> >http://python.cn/mailman/listinfo/python-chinese
> >
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
my gmail:lihuimail(at)gmail.com

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号