Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@alexa-infra alexa-infra released this 20 Feb 11:36
  • build extension with CFFI
  • drop CPP extension code, rewrite it on C
  • drop cpython extension code
  • drop requirement to have python shared library
  • drop py2 support
  • support pypy
  • py3.5+ type annotations, mypy checks
  • basic drawing functionality: create empty image, get/put pixel, draw rectangle
  • numpy array support: np.array(img) and img.fromarray(arr)