Additional script alongside VSCode task to convert PlantUML diagrams to PNG #51

Closed
opened 2026-04-05 10:57:36 +02:00 by lars.winzer · 6 comments
lars.winzer commented 2026-04-05 10:57:36 +02:00 (Migrated from git.scicore.unibas.ch)

Feature Request

Summary

Another script finding all .puml files and converting them to .pngs is required, as this GitLab instance does not embed SVG files (see #50).

Required workarround

The SVGs could be converted to PNGs by using imagemagick, but this prooves to be difficult.

Description

The existing export-plantuml.sh file needs to be duplicated and the command modified.

Checklist

  • I have described the function in detail
  • I searched docs for alternative implementations matching my needs
  • I added relevant labels
## Feature Request <!--The reccommended type is: Task--> ### Summary Another script finding all `.puml` files and converting them to `.png`s is required, as this GitLab instance does not embed SVG files (see #50). ### Required workarround The SVGs could be converted to PNGs by using imagemagick, but this prooves to be difficult. ### Description The existing `export-plantuml.sh` file needs to be duplicated and the command modified. ### Checklist - [x] I have described the function in detail - [x] I searched docs for alternative implementations matching my needs - [x] I added relevant labels
lars.winzer commented 2026-04-05 10:57:49 +02:00 (Migrated from git.scicore.unibas.ch)

marked this task as related to #50

marked this task as related to #50
lars.winzer commented 2026-04-05 10:58:01 +02:00 (Migrated from git.scicore.unibas.ch)

assigned to @lars.winzer

assigned to @lars.winzer
lars.winzer commented 2026-04-05 10:58:42 +02:00 (Migrated from git.scicore.unibas.ch)

created branch feat/51-export-plantuml-to-png-script to address this issue

created branch [`feat/51-export-plantuml-to-png-script`](/cs108-fs26/Gruppe-13/-/compare/main...feat%2F51-export-plantuml-to-png-script) to address this issue
lars.winzer commented 2026-04-05 11:05:52 +02:00 (Migrated from git.scicore.unibas.ch)

added 8m of time spent at 2026-04-05 12:00:00 +0200

added 8m of time spent at 2026-04-05 12:00:00 +0200
lars.winzer commented 2026-04-05 11:08:25 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in merge request !78

mentioned in merge request !78
lars.winzer commented 2026-04-05 11:09:47 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit ae3db3f829

mentioned in commit ae3db3f829eee9227eacc965b21bfc665a4db83f
lars.winzer (Migrated from git.scicore.unibas.ch) closed this issue 2026-04-05 11:09:47 +02:00
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#51