FastPoster has released a 1.4.2 cross – language poster generator

FastPoster has released 1.4.2 Cross Language Poster Builder with one minute poster development

future:

  • Perfect Docker mirroring
  • Introduce asynchronous asyncio
  • Upgrade Python to 3.9.6
  • Upgraded Pillow version is 8.3.1
  • Cluster deployment adaptation
  • Pillow paints posters for performance optimization
  • Add startup instructions

fixbug:

  • Solve PHP code generation issues
  • Solve the problem that Docker image cannot run after packaging
  • Solve the problem of auxiliary lines being dashed lines

The warehouse address

Welcome to light up the little star ⭐ to speed up the project iteration.

  • Code repository – GitHub
  • Code repository – Gitee

Java client code calls preview

Throws IOException {public static void main(String[] args) throws IOException {FastPosterClient = new FastPosterClient("https://poster.prodapi.cn/", "ApfrIzxCoK1DwNZO", "EJCwlrnv6QZ0PCdvrWGi"); // HashMap<String, String bb0 params = new HashMap<>(); Params. put(" NICKNAME ", "Showcase "); params.put(" NICKNAME "," Showcase "); // String posterId = "25"; String url = client.geturl (postId, params); System.out.println("url=" + url); // Save to local Client.saveToPath (url, "temp.png"); }

Just three steps to complete the poster developmentStart the service > Edit the poster > The generated code

I. Start the service

docker run --name fast-poster -p 9001:9001 tangweixin/fast-poster

Second, edit the poster

3. Generate code

Detailed introduction document

https://gitee.com/psoho/fast-poster