Ouptut Image Resolution

0 votes
asked Jan 17, 2013 in Closed question / help by anonymous
Hi guys,

Thanks for a nice product!

Just one comment for improvement. Is it possible to have ability to fix a resolution so that when the diagram becomes big i get a larger image as an output instead of getting small image with low resolution graphics.

Thanks,

Ruben

1 Answer

0 votes
answered Jan 28, 2013 by plantuml (295,000 points)

I am not sure to understand your need.
But here what you can do to change image resolution.

You can either fix "dots per inch" with to following command:
skinparam dpi 300

Or use the scale command, as explain here: http://plantuml.sourceforge.net/commons.html

@startuml
scale 180*90
Bob->Alice : hello
@enduml

 

Hope it helps!

commented Jun 10, 2017 by anonymous
> skinparam dpi 300

as i understood it is not work for salt, i am right?
...