当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
asdn涨薪技术之apifox+Jenkins如何玩转接口自动化测试
【倒计时5天】探索音画质量提升背后的秘密,千元大礼等你来拿
OFDM 十六讲 4 -What is a Cyclic Prefix in OFDM
微信小程序获取用户手机号码
[LeetCode—Question 2 Sum of Two Numbers Detailed Code Explanation ] The source code is attached, which can be copied directly
Fastjson反序列化
小身材有大作用——光模块寿命分析(二)
零拷贝、MMAP、堆外内存,傻傻搞不明白...
LeetCode-1796. 字符串中第二大的数字
MySQL - 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded
Dva.js 新手入门指南
bash case用法
Matlab学习11-图像处理之图像变换
【JDBC以及内部类的讲解】
零信任架构分析【扬帆】
Generate interface documentation online
实现2d人物在跳跃的同时左右移动
缓存--伪共享问题
进程内存
LeetCode 899 Ordered queue [lexicographical order] HERODING's LeetCode road


![[Detailed explanation of binary search plus recursive writing method] with all the code](/img/51/c4960575a59f8ca7f161b310e47b27.png)






