- Add support to reading images from a
bytes
buffer, e.g.(This new functionality is thanks to @brhcriteo!)with open("chicago.jpg", "rb") as f: img = accimage.Image(f.read())
- Bug fix: Horizontal crops prior to v0.1.1 didn't work.
- Add pytest tests.py
- Add travis building support
Initial release