Skip to content

Releases: alexa-infra/pil-lite

0.1.1

20 Feb 11:36
Compare
Choose a tag to compare
  • 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)

0.1.0

10 May 14:04
Compare
Choose a tag to compare
  • update stb_image (v2.22), stb_image_write (v1.13) and stb_image_resize (v0.96) libraries
  • bump python version to 3.7, set travis tests to 2.7 and 3.7 only
  • added Image.show function (linux 'display' only right now)
  • bmp output
  • replace nosetests with pytest
  • limit input formats to png, jpg and bmp
  • limit output formats to png, jpg and bmp