JavaFX for server-side image generation

后端 未结 3 1752
野的像风
野的像风 2020-12-08 23:25

This could sound strange but I want to generate my chart images on server side using JavaFX. Because JavaFX has nice canvas API to perform image transformations joins and p

3条回答
  •  旧巷少年郎
    2020-12-09 00:21

    Perhaps something similar to this solution would be helpful?

    JavaFX 2.1: Toolkit not initialized

    Otherwise, I would consider creating a service and pushing the image to a datastore and retrieving it in your spring application.

    Hope that provides at least a little help!

提交回复
热议问题