Pil-lite

Latest version: v0.1.1

Safety actively analyzes 619159 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.1

- build extension with CFFI
- drop CPP extension code, rewrite it on C
- drop cpython extension code
- drop requirement to have python shared library
- support pypy
- drop py2 support
- 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

- 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 outpug formats to png, jpg and bmp

0.0.7

- update stb_image, stb_image_write and stb_image_resize libraries
- use jpeg write functionality from stb_image_write
- remove jpeg-compressor dependency
- bump python version to 3.6 (latest tested)

0.0.6

- fix GCC 5 compilation (temporary)

0.0.5

- fix error message if image fails

0.0.4

- remove boost-python dependency

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.