Skip to content

DxqS/PIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Image Composition用 Python 实现图片合成 ==============================

海报生成API,基于 PIL,全面优化接口,更有 Python 范儿。

用来干啥

一些常见的场景

  • 宣传海报自定义合成
  • ...1

总而言之,可用来实现各种图片合成

轻松安装

**pic 适合版本python3+

可以通过以下方式安装

  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



  1. 想怎么合就怎么合

About

Python Image Composition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages