Veusz plugin to Save/Load re-editable images (Veusz-SVG or Veusz-PNG).
Veusz-SVG images contain self-describing Veusz code in their metadata
element.
Veusz-PNG images contain self-describing Veusz code in their tEXt
chunk.
- Clone this repository.
- Move
load_vszimg.py
andsavevszimg.py
to a place where you like. - Launch Veusz and import plugins from
Edit
->Preferences
->Plugins
. - Restart Veusz
- If you build Veusz by yourself in your Python environment (not independent executable), you cannnot import
load_vszimg.py
andsavevszimg.py
in the current version (Veusz 3.3.1). In this case, you can alternatively useload_vszpng.py
,load_vszimg.py
,save_vszpng.py
, andsave_vszpng.py
in the directoryfor_self-building_env
.
- If you build Veusz by yourself in your Python environment (not independent executable), you cannnot import
- You can save your veusz document as Veusz-SVG from
Tools
->Save Veusz-image
. - You can load an exsisting Veusz-SVG file from
Tools
->Load Veusz-image
.