Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Oct 18, 2023
1 parent 9cec290 commit c88e34a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/site/markdown/export.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# How to Export a Diagram

Depending on the tooling platform you can export Open-BPMN diagrams as a SVG graphic. The SVG format allows a lossless export of the diagram. SVG files can be opened and edited using various tools.

In VSCode you can choose the diagram menu option "Diagram Export as SVG..."

<img src="export-diagram01.png">


## Convert SVG to PNG Graphics

You can also convert a SVG to a PNG Graphics file. You can use various tools for this.

### Gimp

Using Gimp provides an easy way to open and export SVG Grpahics.

1. Open the SVG file (change dimension if needed)

<img src="export-diagram02.png">

2. Save the Image with 'Export as...' and choose the .png file extension

Binary file added src/site/resources/images/export-diagram01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/images/export-diagram02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c88e34a

Please sign in to comment.