anim_encoder
anim_encoder copied to clipboard
imread and imsave are no longer available in scipy.misc, please update script to use imageio instead
Both _imread_ and _imsave_ are not available on current version of scipy: ``` AttributeError: module 'scipy.misc' has no attribute 'imread' ``` Need to change ``` import scipy.misc as misc ```...
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,...
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...
I would like to get this working on my mac but it looks to have trouble on a non-Ubuntu machine. Forgive my ignorance but is there a good recipe to...
This implementation feature detect `window.requestAnimationFrame` on load and provides either an empty wrapping function if no support or a function which calls `window.requestAnimationFrame` with the supplied function. Pros: 1. Give...
Error
Hello, I get a Traceback error when trying to use the script on Ubuntu Vagrant. vagrant@vagrant-ubuntu-trusty-64:~/anim_encoder$ ./anim_encoder.py computer_typing libdc1394 error: Failed to initialize libdc1394 Traceback (most recent call last): File...
the JSON encoder was erroring out on some values because they were of type 'long' and appending an 'L' to the end of everything.
Hello! Just for information, it missing python-imaging package in your prerequisites to exectute your script ++