added experimental gstreamer+cairo+rsvg based renderer
This commit is contained in:
parent
2224b23c71
commit
2054bc1e97
3 changed files with 172 additions and 5 deletions
3
make.py
3
make.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue