diff --git a/src/site/markdown/export.md b/src/site/markdown/export.md new file mode 100644 index 00000000..2f168bd9 --- /dev/null +++ b/src/site/markdown/export.md @@ -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..." + + + + +## 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) + + + +2. Save the Image with 'Export as...' and choose the .png file extension + diff --git a/src/site/resources/images/export-diagram01.png b/src/site/resources/images/export-diagram01.png new file mode 100644 index 00000000..1cc25c23 Binary files /dev/null and b/src/site/resources/images/export-diagram01.png differ diff --git a/src/site/resources/images/export-diagram02.png b/src/site/resources/images/export-diagram02.png new file mode 100644 index 00000000..e50c04ec Binary files /dev/null and b/src/site/resources/images/export-diagram02.png differ