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

using --export-png as parameter to inkscape is deprecated #42

Open
dvzrv opened this issue Sep 20, 2020 · 0 comments
Open

using --export-png as parameter to inkscape is deprecated #42

dvzrv opened this issue Sep 20, 2020 · 0 comments

Comments

@dvzrv
Copy link
Contributor

dvzrv commented Sep 20, 2020

The use of --export-png over plain -o (which derives the type from the file suffix) is deprecated.

This can be changed in renderlib.py

cmd = 'inkscape --export-background=white --export-background-opacity=0 --export-width={1} --export-height={2} --export-png="{3}" "{4}" 2>&1 >/dev/null'.format(task.workdir, width, height, outfile, infile)

mstock added a commit to mstock/intro-outro-generator that referenced this issue Jul 16, 2021
This was suggested in voc#42 and prevents a warning when using Inkscape.
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

No branches or pull requests

1 participant