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

Cant convert gif to svg #19

Open
arshad111 opened this issue Sep 23, 2020 · 0 comments
Open

Cant convert gif to svg #19

arshad111 opened this issue Sep 23, 2020 · 0 comments

Comments

@arshad111
Copy link

arshad111 commented Sep 23, 2020

python script gives below error while o convert gif to svg

Process color_trace worker #2:
Traceback (most recent call last):
  File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 748, in process_worker
    q1_job(q2, total, layers, settings, **job_args)
  File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 641, in q1_job
    raise e
  File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 615, in q1_job
    quantize(this_scaled, this_reduced, settings['colors'], algorithm=settings['quantization'], dither=settings['dither'])
  File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 141, in quantize
    with open(src, 'rb') as srcfile:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpwb9prs3z/0~scaled.png'
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