We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm passing the following command to convert a JPG to SVG but it's not generating any new file in the output directory:
python3 color_trace_multi.py --input="/content/logo.jpg" --output="/content/color-results" --colors=2
The text was updated successfully, but these errors were encountered:
I believe the output argument is a path to the output file, so make sure it is not a directory and that it ends with the .svg extension.
Sorry, something went wrong.
You should mask sure five system commands: pngquant, pngnq, convert, identify, potrace can work.
work for me
i'm able to reproduce it
No branches or pull requests
I'm passing the following command to convert a JPG to SVG but it's not generating any new file in the output directory:
The text was updated successfully, but these errors were encountered: