bioio.writers.timeseries_writer.TimeseriesWriter

class bioio.writers.timeseries_writer.TimeseriesWriter[source]

A writer for timeseries Greyscale, RGB, or RGBA image data. Primarily directed at formats: “gif”, “mp4”, “mkv”, etc.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

save(data, uri[, dim_order, fps, fs_kwargs])

Write a data array to a file.

Attributes