Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 363 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 363 Bytes

v0.2.0

  • Add support to reading images from a bytes buffer, e.g.
    with open("chicago.jpg", "rb") as f:
        img = accimage.Image(f.read())
    (This new functionality is thanks to @brhcriteo!)

v0.1.1

  • Bug fix: Horizontal crops prior to v0.1.1 didn't work.
  • Add pytest tests.py
  • Add travis building support

v0.1.0

Initial release