Python Imaging Library (Fork)
Go to file
Alex Clark d31c6c7847 Clean up Makefile and requirements.txt [ci skip]
- Remove relative calls to pip, python (assume virtualenv activated or otherwise "safe" global env)
- Full define development and documentation requirements in requirements.txt

``make test-dep`` installs documentation dependencies too, hopefully that's not too annoying.

This means development process for documentation and code can begin with:

    virtualenv .
    source bin/activate
    pip install -r requirements.txt
2015-06-07 09:38:09 -04:00
depends Update WebP from 0.4.1 to 0.4.3 2015-05-19 13:01:03 +10:00
docs Add headers [ci skip] 2015-05-08 07:28:50 -04:00
libImaging Removed unused variable in Jpeg2KEncode 2015-04-01 15:14:56 +11:00
PIL Fixed Tiff handling of bad EXIF data 2015-06-07 00:09:54 +10:00
Scripts Merge pull request #1172 from radarhere/gif 2015-06-04 13:07:58 +03:00
Tests Added test for bad EXIF data 2015-06-07 00:10:15 +10:00
Tk Update 2014-06-22 20:49:42 -04:00
_imaging.c fix imaging leaks in putdata and getlist 2015-04-16 20:09:39 +02:00
_imagingcms.c Added profile.tobytes() for ImageCms Profiles 2014-07-29 20:44:17 -07:00
_imagingft.c rearranged comments 2015-01-07 21:38:36 -08:00
_imagingmath.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imagingmorph.c Fix segfault when importing _imagingmorph 2014-06-24 19:06:05 -07:00
_imagingtk.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_webp.c webp: better error checking when using Mux API 2015-02-23 11:10:37 +01:00
.coveragerc Don't exclude Windows code 2014-07-05 21:32:09 +03:00
.gitattributes Add git attributes file for *.ppm, fixes #92 2013-03-10 08:28:15 -04:00
.gitignore Activated MPO detection. 2014-07-17 12:30:45 -04:00
.landscape.yaml Add Landscape config and badge 2014-10-01 14:46:32 +03:00
.travis.yml Pyroma (really docutils)' installation no longer slow on Py3 2015-05-08 00:05:59 +03:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Add 2.8.2 release info [ci skip] 2015-06-06 19:53:56 -04:00
CONTRIBUTING.md Wording [ci skip] 2015-04-05 07:01:33 -04:00
decode.c Release GIL during image load (decode). 2015-05-09 22:10:05 -07:00
display.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
encode.c Memory Leak, missing Py_DECREF 2014-09-24 15:46:34 -07:00
LICENSE Move LICENSE from docs to make it more explicit [CI skip] 2015-03-26 13:52:57 +02:00
Makefile Clean up Makefile and requirements.txt [ci skip] 2015-06-07 09:38:09 -04:00
MANIFEST.in Fix manifest [ci skip] 2015-03-27 06:56:34 -04:00
map.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
mp_compile.py Added missing future print imports and removed unnecessary imports 2015-05-23 20:28:41 +10:00
outline.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
path.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
profile-installed.py flake8 2014-08-28 14:44:19 +03:00
py3.h Update py3.h 2013-03-13 19:34:43 -07:00
README.rst Don't show pillow wheel building status [ci skip] 2015-04-04 09:12:42 -04:00
RELEASING.md Make note about hiding releases on PyPI [ci skip] 2015-04-04 08:31:29 -04:00
requirements.txt Clean up Makefile and requirements.txt [ci skip] 2015-06-07 09:38:09 -04:00
selftest.py Adjusted selftest feature label to be in sync with setup 2015-05-15 07:42:22 +10:00
setup.py Various Flake8 fixes to base scripts 2015-04-24 10:15:14 +10:00
test-installed.py flake8 2014-08-28 14:44:19 +03:00
tox.ini Add Python 3.4 2015-05-18 11:29:32 +03:00

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.

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

.. 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
   :alt: Code coverage

.. image:: https://landscape.io/github/python-pillow/Pillow/master/landscape.png
   :target: https://landscape.io/github/python-pillow/Pillow/master
   :alt: Code health

More Information
----------------

- `Changelog <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst>`_

  - `Pre-fork <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#02b5---117-1995-2010>`_

- `Contribute <https://github.com/python-pillow/Pillow/blob/master/CONTRIBUTING.md>`_

  - `Issues <https://github.com/python-pillow/Pillow/issues>`_

- `Documentation <http://pillow.readthedocs.org/>`_

  - `About <http://pillow.readthedocs.org/about.html>`_
  - `Guides <http://pillow.readthedocs.org/guides.html>`_
  - `Installation <http://pillow.readthedocs.org/installation.html>`_
  - `Reference <http://pillow.readthedocs.org/reference/index.html>`_