Skip to main content

No project description provided

Project description

基于pillow的简单文本转图片渲染工具

示例代码:

from easy_wrap import Drawer

text = "... the text you want to render ....测试自动换行"

font_path = "msyh.ttc"
font_size = 30
drawer = Drawer(font_path, font_size)

image_width = 180
canvas = drawer.draw_text(text, image_width)

# save the image
canvas.save(open("test.png", "wb")) 

特性:

  • 快速,800字平均渲染时长为0.03s(i7 cpu 2.7GHz)
  • 遵循如下换行规则(与css word-break: normal 稍有差异)
    • 纯中文:自动换行,一个汉字看做一个单词;
    • 纯英文:看做一个单词,不换行;
    • 遇到英文空格或者换行符:会换行;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

easy_wrap-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page