Fix
- Avoid exception when n_frames is not set by Pillow (
d03db0f
) - Forward get_reader/get_writer kwargs to read/write (#979) (
a82037e
) - Allow incremental write in pillow (#978) (
2ed8fb4
) - Add
writeable_output=True
to pillow plugin to ensure data is writable by default (#976) (6412c98
)