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 have 178 pictures , I run this ,it error.
sudo python anim_encoder.py frames frames packing, num rects: 27 num frames: 20 Traceback (most recent call last): File "anim_encoder.py", line 234, in generate_animation(sys.argv[1]) File "anim_encoder.py", line 189, in generate_animation dy, dx = allocator.allocate(w, h) File "anim_encoder.py", line 111, in allocate raise RuntimeError() RuntimeError
I run example ,it's success
The text was updated successfully, but these errors were encountered:
This is a duplicate of #11. See #11 (comment) for details about what is going on.
Sorry, something went wrong.
No branches or pull requests
I have 178 pictures , I run this ,it error.
sudo python anim_encoder.py frames
frames packing, num rects: 27 num frames: 20
Traceback (most recent call last):
File "anim_encoder.py", line 234, in
generate_animation(sys.argv[1])
File "anim_encoder.py", line 189, in generate_animation
dy, dx = allocator.allocate(w, h)
File "anim_encoder.py", line 111, in allocate
raise RuntimeError()
RuntimeError
I run example ,it's success
The text was updated successfully, but these errors were encountered: