当前位置:网站首页>fastposter v2.9.1 programmer must-have poster generator

fastposter v2.9.1 programmer must-have poster generator

2022-08-10 15:21:00 InfoQ

fastposter v2.9.1 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
50W+
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.1 released

  • Upgrade Pillow==9.2.0
  • Upgrade requests_cache==0.9.5
  • The unified return data is named in camel case
  • Clear unnecessary code

Pro v2.0.11 release

  • Solve batchesGenerate, uncontrollable number of bugs
  • Solve the bug that the Java version can not clear the directory in batches
  • Add docker image
  • Update document

Related address

  • Development documentation:
    https://poster.prodapi.cn/doc/
  • Online demo:
    https://poster.prodapi.cn/
  • 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 --namefast-poster -p 5000:5000 tangweixin/fast-poster
Second, edit poster
null
Third, generate code
null
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": "Artificial intelligence + machine learning",
"id": 2
}'

Response example (returns the access address of the poster)

{
"code": 0,
"msg": "success",
"data": {
"url": "https://poster.prodapi.cn/v/90295c118d4c8802"
}
}

Applicable scenarios:

  • Poster Generator
  • Poster Auto Generator
  • Poster Online Design Generator
  • Poster Generator Online Production
  • Generate Moments Poster
  • E-commerce Poster Editor
  • Certificate Creation
  • Certificate Automatic Generation Tool
  • Python Pillow drawing Pillow making posters
  • E-commerce main image editor
  • Java generates and shares poster images
  • WeChat applet generates posters and shares circle of friends
  • PHP generated poster image
  • custom business poster image
  • H5 generates poster image
  • canvas generates poster image
  • Generate poster image through JSON
  • BufferdImage drawing image
原网站

版权声明
本文为[InfoQ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/222/202208101446452268.html