当前位置:网站首页>fastposter v2.9.0 programmer must-have poster generator
fastposter v2.9.0 programmer must-have poster generator
2022-08-03 11:40:00 【InfoQ】
fastposter v2.9.0 Programmer must-have poster generator
The fastposter poster generator is a tool for rapid poster development.Just upload a background image and place the components in the corresponding position (
text,
picture,
two-dimensional,
avatar) to generate a poster.Click
code to directly generate calling codes in various languages, which is convenient for rapid development.
Now serving many e-commerce projects, many projects have
49W+ users,It has passed the test of many years of production environment and is stable and reliable.It is widely used in various e-commerce, distribution systems, e-commerce posters, e-commerce main images and other poster generation and production scenarios.
Community Edition v2.9.0 Released
- Support for parameters with the same name in the same poster
- Upgrade dependencies
requests==2.28.1
- Improve development documentation
Professional version v2.0.10 released
- Batch generation poster function
- Select poster > Download template > Import data (excel) > Generate poster > Package download
- Support file type selection
jpegpngpdf
- Add canvas transparent background effect layer
- Adjust the default text component
- When adding text, set the default font
- For text without automatic line wrapping, support dynamic change of text font size
- Optimize the isEmpty component
- The same poster supports repeated parameters
- Solve the problem that the background color of the poster is set, the transparency is less than 0.03 and cannot be echoed normally
- The problem that the dragging component cannot be activated immediately after being inactive
Related addresses
- Development documents:https://poster.prodapi.cn/doc/
- Online demo:https://poster.prodapi.en/
- Professional Edition Python Online Demo:https://poster.prodapi.cn/pro/
- Professional Java Online Demo:https://poster.prodapi.cn/pro/java/
Just three steps to complete the poster development
First, start the service
docker run -it --name fast-poster -p5000:5000 tangweixin/fast-poster
Second, editing poster

Third, generate code

Request example (the required parameters can be passed directly)
curl --location --request POST 'https://poster.prodapi.cn/api/link' \
--header 'Content-Type: application/json' \
--header 'token: ApfrIzxCoK1DwNZOEJCwlrnv6QZ0PCdv' \
--data-raw '{
"title": "AI+Machine Learning",
"id": 2
}'
Sample Response (returnaccess address of the poster)
{
"code": 0,
"msg": "success",
"data": {
"url": "https://poster.prodapi.cn/v/90295c118d4c8802"
}
}
Applicable scenarios:
- Poster Generator
- Automatic Poster Generation Tool
- Poster Online Design Generator
- Poster Generator Online Production
- Generate Moments Poster
- E-commerce Poster Editor
- Certificate Creation
- Automatic Certificate Generation Tool
- Python Pillow drawing Pillow making posters
- E-commerce main image editor
- Java generated sharing poster image
- WeChat applet generatedPoster sharing circle of friends
- PHP generates poster image
- Custom business poster image
- H5 generates poster image
- canvas generates poster image
- Generate poster image through JSON
- BufferdImage draw picture
边栏推荐
猜你喜欢
随机推荐
云原生 Dev0ps 实践
Matlab学习10-图像处理之傅里叶变换
智能合约是什么?
【Mysql】清理binlog日志的方法
VRRP协议的作用及VRRP+OSPF配置方法
Android 技术面试准备(含面试题及答案)
MySQL之json数据操作
CDH6.3.2开启kerberos认证
微信小程序获取用户手机号码
小身材有大作用——光模块基础知识(一)
Cookie and Session usage
LP流动性挖矿DAPP系统开发丨流动性挖矿功能原理及说明
【TypeScript】Why choose TypeScript?
XDR平台架构与关键技术解析
hystrix 服务熔断和服务降级
LeetCode——1161. 最大层内元素和
从零开始Blazor Server(6)--基于策略的权限验证
Cookie和Session使用
一个扛住 100 亿次请求的红包系统,写得太好了!!
Machine Learning (Chapter 1) - Feature Engineering









