Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PNG Process Export (New MS) #157

Merged
merged 14 commits into from
Nov 22, 2023
Merged

PNG Process Export (New MS) #157

merged 14 commits into from
Nov 22, 2023

Conversation

jjoderis
Copy link
Contributor

Summary

Closes: #144

  • Processes can be exported in the Form of PNG files
  • Processes can be copied from the modeler into the clipboard in the form of a PNG image

Details

  • fixed the util functions in the bpmn-helper to also find participants (getChildren, getAllElements, getElementById,...)
  • Pressing CTRL+C in the modeler copies a PNG (of the currently selected elements) of the process into the users clipboard that may be pasted into other programs
  • The user can select to export processes as PNG images
  • The PNG export has the options to also export referenced processes and collapsed subprocesses
  • The PNG export has three "quality" options that will upscale the PNG image from the SVG with different factors (1.5 , 2.5, 4); the final upscaling might be smaller if the process diagram is too big to be exported with the selected amount of upscaling

@LucasMGo LucasMGo merged commit 02c3515 into main Nov 22, 2023
2 checks passed
@LucasMGo LucasMGo deleted the ms2/png-export branch November 22, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export of Processes: BPMN, Zip, PDF, SVG, PNG
2 participants