Python Imaging Library (Fork)
Go to file
Alex Clark aa263857f3 Clean up Handbook
A while back somebody awesome forked the PIL Handbook (http://effbot.org/imagingbook/pil-index.htm) to Pillow. IIRC we tried to incorporate the handbook "seemlessly", which apparently meant not using the word "handbook" anywhere. Now that seems confusing, so I'm reorganizing all the handbook content under one section named "Handbook".

This commit:

- Moves guides.rst to handbook/index.rst
- Moves appendices.rst to handbook/
- Removes developer.rst from handbook index.
- Removes porting-pil-to-pillow.rst from handbook index.

Unrelated to the above:

- Shorten title "Porting existing PIL-based code to Pillow" to "Porting"
- Move text "Porting existing PIL-based code to Pillow" to faux sub-header (bold text not sub-header because there's only one section.)

"Porting" may be better named "Migrating", not sure yet.
2015-09-30 06:38:51 -04:00
depends Update WebP from 0.4.1 to 0.4.3 2015-05-19 13:01:03 +10:00
docs Clean up Handbook 2015-09-30 06:38:51 -04:00
libImaging Disable compiler optimizations for topalette and tobilevel functions for all msvc versions 2015-08-28 23:15:56 -07:00
PIL Py3 fixes for ImageQt.align8to32 2015-09-29 22:28:42 -07:00
Scripts Updated repository URL 2015-09-26 19:45:39 +10:00
Tests Merge pull request #1343 from radarhere/deprecated 2015-09-29 15:38:34 +01:00
Tk Removed support for Tk versions earlier than 8.4 2015-06-19 19:24:21 +10:00
winbuild Updated URLs for redirects 2015-09-28 21:53:25 +10:00
_imaging.c Fix indentation to match actual code flow 2015-09-15 01:01:04 -07:00
_imagingcms.c Fixed various typos 2015-06-08 01:17:49 +10:00
_imagingft.c Merge pull request #1247 from radarhere/freetype 2015-06-16 11:46:04 -07: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 Set landscape max-line-length 2015-07-21 18:23:55 +10:00
.travis.yml Skip hanging Pyroma tests on Python 2.6 2015-09-22 16:43:00 +03:00
appveyor.yml Added Python 3.3 to AppVeyor 2015-07-30 22:23:57 +10:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Updated Changes.rst [ci skip] 2015-09-29 15:38:23 +01:00
CONTRIBUTING.md Wording [ci skip] 2015-04-05 07:01:33 -04:00
decode.c Fixed typo 2015-08-21 19:45:12 +10:00
display.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
encode.c Reenabling failing/crashing tests, with fixes 2015-09-14 03:03:24 -07:00
LICENSE Move LICENSE from docs to make it more explicit [CI skip] 2015-03-26 13:52:57 +02:00
Makefile README fixes 2015-09-29 06:35:07 -04:00
MANIFEST.in Added test for GimpPaletteFile 2015-07-01 15:47:47 +10:00
map.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
mp_compile.py Revert "Style changes" 2015-09-13 14:31:49 +01: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 Clean up Handbook 2015-09-30 06:38:51 -04:00
RELEASING.md Update AppVeyor build number 2015-07-03 07:57:33 +03: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 Make zlib and jpeg required by default 2015-09-22 21:07:31 +01:00
test-installed.py flake8 2014-08-28 14:44:19 +03:00
tox.ini Fixed tox test script path 2015-06-27 09:10:01 +10: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://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%20build
   :target: https://travis-ci.org/python-pillow/Pillow
   :alt: Travis CI build status (Linux)

.. image:: https://img.shields.io/travis/python-pillow/pillow-wheels/latest.svg?label=OS%20X%20build
   :target: https://travis-ci.org/python-pillow/pillow-wheels
   :alt: Travis CI build status (OS X)

.. image:: https://img.shields.io/appveyor/ci/Pythonpillow/pillow/master.svg?label=Windows%20build
   :target: https://ci.appveyor.com/project/Pythonpillow/pillow
   :alt: AppVeyor CI build status (Windows)

.. image:: https://img.shields.io/pypi/v/pillow.svg
   :target: https://pypi.python.org/pypi/Pillow/
   :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/pillow.svg
   :target: https://pypi.python.org/pypi/Pillow/
   :alt: Number of PyPI downloads

.. image:: https://coveralls.io/repos/python-pillow/Pillow/badge.svg?branch=master&service=github
   :target: https://coveralls.io/r/python-pillow/Pillow?branch=master
   :alt: Code coverage

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

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

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

  - `Installation <https://pillow.readthedocs.org/installation.html>`_
  - `Handbook <https://pillow.readthedocs.org/handbook/index.html>`_

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

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

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

  - `Pre-fork <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#pre-fork>`_