-
Notifications
You must be signed in to change notification settings - Fork 149
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
Traceback (most recent call last): #11
Comments
RuntimeError is being raised when it falls out with a lot of images.
|
I'm seeing this same error with 45 images on RHEL 7. |
There is a constant set in You could try increasing the limit, however the resulting PNG will likely have a rather large filesize if you have that much image data. |
@wbond That makes sense; perhaps a parameter or more info in the error message would make sense. The X11-Canvas-Screencast project (rprichard/x11-canvas-screencast#2) makes use of this in order to essentially make videos, so those will probably end up with a large file size as you point out. https://github.com/sublimehq/anim_encoder/blob/master/anim_encoder.py#L44 |
Hi, script RuntimeError when 100 images need packing.
List error:
python anim_encoder.py ani2
ani2 packing, num rects: 2909 num frames: 50
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
The text was updated successfully, but these errors were encountered: