added experimental gstreamer+cairo+rsvg based renderer

This commit is contained in:
Lukas Schauer 2021-03-26 03:59:03 +01:00
parent 2224b23c71
commit 2054bc1e97
No known key found for this signature in database
GPG key ID: 9C4DBE6CF438F333
3 changed files with 172 additions and 5 deletions

View file

@ -52,6 +52,9 @@ parser.add_argument('--imagemagick', action="store_true", default=False, help=''
Render frames using ImageMagick instead of Inkscape.
Usage: ./make.py yourproject/ --imagemagick
''')
parser.add_argument('--gst', action="store_true", default=False, help='''
Use gstreamer+cairo+rsvg based renderer
''')
if len(sys.argv) < 2:
parser.print_help()