How to generate an Image Map using Java code?

0 votes
asked Apr 4, 2018 in Wanted features by Sapio
I saw in your API documentation (http://plantuml.com/api) that is possible to generate PNG file using java code. I'm using the PNG generation from a String and it works, but since there's some link in my diagrams, I need also to generate the Image Map. How can I do it using java code?

Thanks.

1 Answer

0 votes
answered Sep 18, 2019 by valexiev (1,200 points)

See https://forum.plantuml.net/5037 (the `-pipemap` option)

...