A simple PIL wrapper and text-to-image tool
Project description
pil-utils
功能
- 提供
BuildImage
类,方便图片尺寸修改、添加文字等操作 - 提供
Text2Image
类,方便实现文字转图,支持少量BBCode
标签
使用示例
BuildImage
from pil_utils import BuildImage
# output: BytesIO
output = BuildImage.new("RGBA", (200, 200), "grey").circle().draw_text((0, 0, 200, 200), "测试test😂").save_png()
Text2Image
from pil_utils import Text2Image
# img: PIL.Image.Image
img = Text2Image.from_text("@mnixry 🤗", 50).to_image(bg_color="white")
- 使用
BBCode
from pil_utils import text2image
# img: PIL.Image.Image
img = text2image("N[size=40][color=red]O[/color][/size]neBo[size=40][color=blue]T[/color][/size]\n[align=center]太强啦[/align]")
目前支持的 BBCode
标签:
[align=left|right|center][/align]
: 文字对齐方式[color=#66CCFF|red|black][/color]
: 字体颜色[stroke=#66CCFF|red|black][/stroke]
: 描边颜色[font=Microsoft YaHei][/font]
: 文字字体[size=30][/size]
: 文字大小[b][/b]
: 文字加粗[i][/i]
: 文字斜体[u][/u]
: 文字下划线[del][/del]
: 文字删除线
特别感谢
- HibiKier/zhenxun_bot 基于 Nonebot2 开发,非常可爱的绪山真寻bot
- kyamagu/skia-python Python binding to Skia Graphics Library
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pil_utils-0.2.0b2.tar.gz
(12.6 kB
view details)
Built Distribution
File details
Details for the file pil_utils-0.2.0b2.tar.gz
.
File metadata
- Download URL: pil_utils-0.2.0b2.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.0 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e8ceab3e2b3ae84072290bfe9593941b0e4e62a6ede203f3f91222680d86b41 |
|
MD5 | ea7ed784b55f9c31acdcf61ae501f10d |
|
BLAKE2b-256 | b626527a63917db7822c06e98115122aa91b5a1e65c4674b0ba55e46ee43265c |
File details
Details for the file pil_utils-0.2.0b2-py3-none-any.whl
.
File metadata
- Download URL: pil_utils-0.2.0b2-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.0 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2eb506ad2f7d43796dc86abea2d5c74d2f59c7c50921856872ea118e7c52ab19 |
|
MD5 | 3dec471529b9055223313fb4b4511c4b |
|
BLAKE2b-256 | 07ccbb85bc45333cf11d6c5d9be61dd74e63328286b88e3c6a447d7fb5840fbc |