Fastposter is a rapid poster development tool that allows you to quickly create posters. Simply upload a background image and place components (text
, image
, QR code
, avatar
) in the desired positions to generate a poster. Click the Code
button to directly generate SDK calling code in various languages, making development fast and easy.
It has served numerous e-commerce projects, with over 60,000
users across multiple projects. Tested in production environments over the years, it's proven to be 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.
If this project has been helpful to you, please give it a star.
Java
, Python
, PHP
, Go
, JavaScript
, mini-program
.jpeg
, png
, webp
, pdf
, base64
.docker run -it --name fastposter -p 5000:5000 fastposter/fastposter
Request Example (parameters can be passed directly):
// 1. Create a poster client object
FastposterClient client = FastposterClient.builder()
.endpoint("http://127.0.0.1:5000") // Set the access endpoint
.token("ApfrIzxCoK1DwNZOEJCwlrnv6QZ0PCdv") // Set the token
.build();
// 2. Prepare poster parameters
Map<String, Object> params = new HashMap<>();
params.put("name", "Test Text");
// 3. Generate and save the poster
client.buildPoster("80058c79d1e2e617").params(params).build().save("demo.png");
Author's WeChat: fastposter
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.