Suggestions for Creating an Image for Each Word in a Text

前端 未结 3 876
孤街浪徒
孤街浪徒 2021-01-23 07:19

I am looking for a way to automatically create an image rendering for each word in a text file (I am working on an \"easy\" way to display a complex script on computers and cell

相关标签:
3条回答
  • 2021-01-23 07:42

    For simple I would use Perl::GD. I have used it in the past. Take a look at this.

    0 讨论(0)
  • 2021-01-23 07:47

    Use Gtk3::WebKit to capture rendered HTML to any libcairo output target.

    As of 2011, this is the most modern and flexible solution.


    Sample rendering to PNG of the whole Khmer phrase

    0 讨论(0)
  • 2021-01-23 07:55

    Another option would be to prerender the texts with LaTeX.

    0 讨论(0)
提交回复
热议问题