Python Imaging Library (Fork)
Go to file
storesource a42beccee7
Enabling background colour parameter on rotate
Enabling the user to choose the background colour of the final rotated image rather than just black. 
parameter added: backgroundcolor
2018-03-26 19:29:44 +05:30
.github Changed documentation references to 2.x to 2.7 [ci skip] 2018-01-02 12:51:54 +11:00
.travis Need to run install or develop for coverage 2017-12-28 14:51:55 +00:00
depends Updated libimagequant to 2.11.10 2018-03-11 00:05:46 +11:00
docs Merge pull request #3021 from python-pillow/docs-mv-intro-txt 2018-03-21 07:59:09 +00:00
src Enabling background colour parameter on rotate 2018-03-26 19:29:44 +05:30
Tests Merge pull request #3042 from hugovk/3006-parser-feed 2018-03-21 07:56:23 +00:00
winbuild Fixed msys64 build 2018-03-17 19:04:14 +11:00
.appveyor.yml Either appveyor.yml or .appveyor.yml is allowed, let's hide with other dotfiles 2018-03-18 11:15:54 +02:00
.codecov.yml Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]" 2018-01-10 16:33:15 +02:00
.coveragerc Don't exclude Windows code 2014-07-05 21:32:09 +03:00
.editorconfig Remove duplicate line [CI skip] 2016-09-03 12:37:47 +03:00
.gitattributes Set ContainerIO test file as binary 2017-03-26 23:30:05 -07:00
.gitignore Test with coverage on Windows, update 'setup.py test' 2017-12-28 14:48:19 +00:00
.landscape.yaml Set landscape max-line-length 2015-07-21 18:23:55 +10:00
.travis.yml Enable pip cache in Travis CI 2018-01-04 12:22:50 -08:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Update CHANGES.rst [ci-skip] 2018-03-21 08:03:35 +00:00
LICENSE Updated copyright year 2017-12-31 12:05:03 +11:00
Makefile Updated paths for src directory 2017-12-31 07:11:26 +11:00
MANIFEST.in Either appveyor.yml or .appveyor.yml is allowed, let's hide with other dotfiles 2018-03-18 11:15:54 +02:00
mp_compile.py pytest no longer supports EOL Python 3.3 2017-12-28 14:48:19 +00:00
README.rst Add Twitter badge 2018-01-04 12:09:01 +02:00
RELEASING.md Updated RELEASING.md [ci skip] 2017-10-21 10:00:01 +11:00
requirements.txt Sort requirements.txt alphabetically 2018-01-04 05:24:03 -08:00
selftest.py remove --installed tweaking in selftest.py 2017-12-28 14:51:55 +00:00
setup.cfg No need to run coverage on dev machines 2017-12-28 14:49:47 +00:00
setup.py Added missing whitespace 2018-03-06 19:53:07 +11:00
tox.ini tox: Allow passing arguments from tox to pytest 2018-03-06 18:16:26 +02: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.

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |linux| |macos| |windows| |coverage|
    * - package
      - |zenodo| |version|
    * - social
      - |gitter| |twitter|

.. |docs| image:: https://readthedocs.org/projects/pillow/badge/?version=latest
   :target: https://pillow.readthedocs.io/?badge=latest
   :alt: Documentation Status

.. |linux| 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)

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

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

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

.. |zenodo| image:: https://zenodo.org/badge/17549/python-pillow/Pillow.svg
   :target: https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow

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

.. |gitter| image:: https://badges.gitter.im/python-pillow/Pillow.svg
   :target: https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
   :alt: Join the chat at https://gitter.im/python-pillow/Pillow

.. |twitter| image:: https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg
   :target: https://twitter.com/PythonPillow
   :alt: Follow on https://twitter.com/PythonPillow

.. end-badges



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

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

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

- `Contribute <https://github.com/python-pillow/Pillow/blob/master/.github/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>`_