generate only one output file

0 votes
asked Jun 2, 2016 in Wanted features by anonymous

Hello,

i would like to be able to gather all generated uml pictures to only one picture.

Imagine you have 2 files : file1.java and file2.java if in every java file i use the same output file name with @startuml myOutputFileName then i get only one output file but corresponding to the last "parsed" java file file2 for example.

If there a way to accumulate the diagrams corresponding to file1 and file2 into one picture file only ?   

1 Answer

0 votes
answered Feb 19, 2018 by Anthony-Gaudino (5,720 points)
You may use ImageMagick to glue the images together.
...