pic: Python Image Composition用 Python 实现图片合成
==============================
海报生成API,基于 PIL,全面优化接口,更有 Python 范儿。
用来干啥
----------------
一些常见的场景
* 宣传海报自定义合成
* ... [1]_
总而言之,可用来实现各种图片合成
.. [1] 想怎么合就怎么合
轻松安装
----------------
**pic 适合任意版本python
可以通过以下方式安装
1. 从 PYPI 官方源下载安装 (在国内使用可能比较慢或不稳定)::
pip install -U PIC
简单上手
----------------
登陆微信::
# 导入模块
from PIC import *
# 初始化机器人,扫码登陆
poster = Poster()
添加图片::
res = poster.add_img()
添加文案::
poster.add_text()
保存::
poster.save()
模块特色
----------------
说明文档
----------------
http://pic.readthedocs.io
项目主页
----------------
http://github.com/DxqS/PIC
--------
Raw data
{
"_id": null,
"home_page": "https://github.com/DxqS/PIC",
"name": "PIC",
"maintainer": "",
"docs_url": null,
"requires_python": null,
"maintainer_email": "",
"keywords": "PIL,pillow",
"author": "Dxq",
"author_email": "chk0125@126.com",
"download_url": "https://files.pythonhosted.org/packages/65/19/37140136887158daa9bbfda19f61a3a6cecc7ee5cdbb8c985712d5f3705e/PIC-0.1.0.tar.gz",
"platform": "",
"description": "pic: Python Image Composition\u7528 Python \u5b9e\u73b0\u56fe\u7247\u5408\u6210\r\n==============================\r\n\r\n\u6d77\u62a5\u751f\u6210API\uff0c\u57fa\u4e8e PIL\uff0c\u5168\u9762\u4f18\u5316\u63a5\u53e3\uff0c\u66f4\u6709 Python \u8303\u513f\u3002\r\n\r\n\r\n\u7528\u6765\u5e72\u5565\r\n----------------\r\n\r\n\u4e00\u4e9b\u5e38\u89c1\u7684\u573a\u666f\r\n\r\n* \u5ba3\u4f20\u6d77\u62a5\u81ea\u5b9a\u4e49\u5408\u6210\r\n* ... [1]_\r\n\r\n\u603b\u800c\u8a00\u4e4b\uff0c\u53ef\u7528\u6765\u5b9e\u73b0\u5404\u79cd\u56fe\u7247\u5408\u6210\r\n\r\n.. [1] \u60f3\u600e\u4e48\u5408\u5c31\u600e\u4e48\u5408\r\n\r\n\r\n\u8f7b\u677e\u5b89\u88c5\r\n----------------\r\n\r\n**pic \u9002\u5408\u4efb\u610f\u7248\u672cpython\r\n\r\n\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u5b89\u88c5\r\n\r\n1. \u4ece PYPI \u5b98\u65b9\u6e90\u4e0b\u8f7d\u5b89\u88c5 (\u5728\u56fd\u5185\u4f7f\u7528\u53ef\u80fd\u6bd4\u8f83\u6162\u6216\u4e0d\u7a33\u5b9a)::\r\n\r\n pip install -U PIC\r\n\r\n\u7b80\u5355\u4e0a\u624b\r\n----------------\r\n\r\n\r\n\u767b\u9646\u5fae\u4fe1::\r\n\r\n # \u5bfc\u5165\u6a21\u5757\r\n from PIC import *\r\n # \u521d\u59cb\u5316\u673a\u5668\u4eba\uff0c\u626b\u7801\u767b\u9646\r\n poster = Poster()\r\n\r\n\u6dfb\u52a0\u56fe\u7247::\r\n\r\n res = poster.add_img()\r\n\r\n\u6dfb\u52a0\u6587\u6848::\r\n\r\n poster.add_text()\r\n\r\n\u4fdd\u5b58::\r\n\r\n poster.save()\r\n\r\n\u6a21\u5757\u7279\u8272\r\n----------------\r\n\r\n\r\n\u8bf4\u660e\u6587\u6863\r\n----------------\r\n\r\nhttp://pic.readthedocs.io\r\n\r\n\u9879\u76ee\u4e3b\u9875\r\n----------------\r\n\r\nhttp://github.com/DxqS/PIC\r\n\r\n\r\n--------\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\u56fe\u7247\u5408\u6210 API",
"version": "0.0.1",
"split_keywords": [
"pil",
"pillow"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "21a291973287150fb7fdb4415c370993",
"sha256": "292fc41b3844ee0a85b1173d8241cdafad4cd7d268ff2a17904c31c5a2fba2eb"
},
"downloads": -1,
"filename": "PIC-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "21a291973287150fb7fdb4415c370993",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3463,
"upload_time": "2017-05-06T14:06:03",
"upload_time_iso_8601": "2017-05-06T14:06:03.760816Z",
"url": "https://files.pythonhosted.org/packages/65/19/37140136887158daa9bbfda19f61a3a6cecc7ee5cdbb8c985712d5f3705e/PIC-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2017-05-06 14:06:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "DxqS",
"github_project": "PIC",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pillow",
"specs": []
}
],
"lcname": "pic"
}