* Removed unnecessary `__all__` from the module. * Fixed typos in docstrings. * Added documentation for writing images.
0.2.0
Changes
* Simplified API: * `read` now accepts a file object instead of `bytes`. * Added functionality for writing farbfeld files: * New `write` function for writing pixel data to file objects. * Removed normalization code – this can be done trivially by libraries like NumPy.