bibliopixel.drivers.movie_writer module

class bibliopixel.drivers.movie_writer.MovieWriter(*args, filename='output.gif', render=None, divide=1, frames=0, time=10, speed=1.0, options=None, gif_dir=None, **kwds)[source]

Bases: bibliopixel.drivers.driver_base.DriverBase

An animation that writes animated GIFs for each frame in the contained animation.

cleanup()[source]

Called to shut this driver down, and stop all threads and processes.

set_project(project)[source]
update_colors()[source]

Apply any corrections to the current color list and send the results to the driver output. This function primarily provided as a wrapper for each driver’s implementation of _compute_packet() and _send_packet().