Python Imaging Library (Fork)
Go to file
2014-10-19 13:54:18 +04:00
depends Make OpenJPEG with 4 job slots - ~2.2 times faster (take 2) 2014-08-21 14:50:11 +03:00
docs More JPEG documentation, fixes #890 2014-09-24 16:30:39 -07:00
libImaging Do not use lineOut buffer if source and destination are different. 2014-10-19 13:54:18 +04:00
PIL highlevel api 2014-10-15 04:08:21 +04:00
Sane Rename and rst-i-fy 2014-06-22 20:11:59 -04:00
Scripts Extract __main__ section of PIL/ImageFont.py into Scripts/createfontdatachunk.py 2014-07-07 22:31:20 +03:00
Tests improve test: test grayscale and rgba with same cases 2014-10-19 13:54:18 +04:00
Tk
_imaging.c support for multiple passes with only two transposes 2014-10-19 13:54:13 +04:00
_imagingcms.c Added profile.tobytes() for ImageCms Profiles 2014-07-29 20:44:17 -07:00
_imagingft.c
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c
.coveragerc Don't exclude Windows code 2014-07-05 21:32:09 +03:00
.gitattributes
.gitignore Activated MPO detection. 2014-07-17 12:30:45 -04:00
.travis.yml Updated merge from master 2014-09-26 16:07:52 -07:00
CHANGES.rst Version Bump -- 2.6.0 2014-10-01 09:59:00 -07:00
CONTRIBUTING.md Mention Coveralls 2014-09-17 20:24:34 +03:00
decode.c Added the JPEG2000 memory leak fix to decode.c 2014-09-12 22:09:26 -07:00
display.c
encode.c Memory Leak, missing Py_DECREF 2014-09-24 15:46:34 -07:00
Makefile Doc targets + help for makefile 2014-07-14 21:02:12 -07:00
MANIFEST.in Fix MANIFEST 2014-08-19 08:52:24 -04:00
map.c
mp_compile.py Merge branch 'master' into flake8 2014-09-14 10:23:51 +03:00
outline.c
path.c
profile-installed.py flake8 2014-08-28 14:44:19 +03:00
py3.h
README.rst Remove Landscape badge until Landscape fixed 2014-09-17 10:06:57 +03:00
RELEASING.md Create RELEASING.md 2014-09-24 10:17:04 +03:00
requirements.txt
selftest.py Update selftest.py for hopper 2014-09-04 09:50:47 +03:00
setup.py box blur dummy 2014-10-12 16:30:00 +04:00
test-installed.py flake8 2014-08-28 14:44:19 +03:00
tox.ini

Pillow
======

*Python Imaging Library (Fork)*

Pillow is the "friendly" PIL fork by `Alex Clark and Contributors <https://github.com/python-pillow/Pillow/graphs/contributors>`_. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. For more information, please `read the documentation <http://pillow.readthedocs.org/>`_,  `check the changelog <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst>`_ and `find out how to contribute <https://github.com/python-pillow/Pillow/blob/master/CONTRIBUTING.md>`_.

.. image:: https://travis-ci.org/python-pillow/Pillow.svg?branch=master
   :target: https://travis-ci.org/python-pillow/Pillow
   :alt: Travis CI build status

.. image:: https://pypip.in/v/Pillow/badge.png
    :target: https://pypi.python.org/pypi/Pillow/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/Pillow/badge.png
    :target: https://pypi.python.org/pypi/Pillow/
    :alt: Number of PyPI downloads

.. image:: https://coveralls.io/repos/python-pillow/Pillow/badge.png?branch=master
  :target: https://coveralls.io/r/python-pillow/Pillow?branch=master