Skip to main content

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]: 文字删除线

特别感谢

Project details


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.0b1.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

pil_utils-0.2.0b1-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file pil_utils-0.2.0b1.tar.gz.

File metadata

  • Download URL: pil_utils-0.2.0b1.tar.gz
  • Upload date:
  • Size: 12.5 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

Hashes for pil_utils-0.2.0b1.tar.gz
Algorithm Hash digest
SHA256 1353874c4a0cb8eff403fb5a541bafb478189974e7ccbd41f2e0ddea32dbbb24
MD5 a109512e365a52d32f0caf70ec181c7f
BLAKE2b-256 5f789c16eeff9c6595130512e786b3c6475fe3e04fcabfbb698f223d877dcea0

See more details on using hashes here.

File details

Details for the file pil_utils-0.2.0b1-py3-none-any.whl.

File metadata

  • Download URL: pil_utils-0.2.0b1-py3-none-any.whl
  • Upload date:
  • Size: 14.1 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

Hashes for pil_utils-0.2.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 64c784a0df5198a87d5dd9bf5ab6f6d7d98ee1ffd8ded0533adee8c1d5cdf547
MD5 d92b58bb1a2b3b05edc9f67eaba33492
BLAKE2b-256 5870fce53d0ae4151201f1a4c258534c4f8c8bef51e448889c34b70dbe08895d

See more details on using hashes here.

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