Python Imaging Library (Fork)
Go to file
shamsa 2801c19510 Add complex text support.
This pull request adds support for languages that require complex text layout.

We are using the Raqm library, that wraps FriBidi (for bidirectional
text support) and HarfBuzz (for text shaping), and does proper BiDi and script
itemization:
https://github.com/HOST-Oman/libraqm

This should fix #1089.
2016-02-16 12:06:37 +04:00
depends Merge pull request #1656 from wiredfool/manifest 2016-02-01 14:00:48 +02:00
docs Changes & release notes 2016-02-06 22:48:33 +11:00
libImaging Updated redirected URLs 2016-02-11 18:51:36 +11:00
PIL Add complex text support. 2016-02-16 12:06:37 +04:00
Scripts Move travis cruft out of scripts deployable directory 2016-01-31 17:16:54 +00:00
Tests Merge pull request #1723 from radarhere/show 2016-02-09 14:49:14 +02:00
Tk Fix crash in ImageTk.PhotoImage on win-amd64 2015-11-23 16:42:40 -08:00
winbuild Updated freetype to 2.6.3 2016-02-10 22:40:16 +11:00
_imaging.c input parameter filtering 2016-02-04 07:19:54 -08:00
_imagingcms.c Removed trailing whitespace 2015-10-11 21:24:35 +11:00
_imagingft.c Add complex text support. 2016-02-16 12:06:37 +04:00
_imagingmath.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imagingmorph.c Removed trailing whitespace 2015-10-11 21:24:35 +11: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
.editorconfig Get your EditorConfig plugin: http://editorconfig.org/ [CI skip] 2015-10-12 07:42:12 +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 Add complex text support. 2016-02-16 12:06:37 +04:00
appveyor.yml 3.2.0-dev versioning 2016-01-04 03:03:26 -08:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Updated redirected URLs 2016-02-11 18:51:36 +11:00
CONTRIBUTING.md How to report security vulnerabilites 2016-02-04 14:19:59 +02:00
decode.c Fixed typo 2015-08-21 19:45:12 +10:00
display.c Don't use int to handle type 2015-10-01 14:54:32 +01:00
encode.c Merge pull request #1638 from manisandro/conditional 2016-01-04 05:49:39 -08: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 Full grafts of Tests and PIL, Scripts, excluding build artifacts 2016-01-31 17:16:54 +00: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 Updated redirected URL 2016-02-02 11:29:32 +11:00
RELEASING.md Fixed URL [ci skip] 2016-01-21 22:35:30 +11:00
requirements.txt another release-test item 2015-10-01 21:23:49 +01:00
selftest.py Stopped modules from importing themselves 2015-12-02 16:37:50 +11:00
setup.py Add complex text support. 2016-02-16 12:06:37 +04:00
test-installed.py flake8 2014-08-28 14:44:19 +03:00
tox.ini Updated Tox URL 2015-12-28 10:05:13 +11: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://zenodo.org/badge/17549/python-pillow/Pillow.svg
   :target: https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow

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

.. 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/python-pillow/Pillow/master.svg?label=Windows%20build
   :target: https://ci.appveyor.com/project/python-pillow/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/github/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/en/latest/installation.html>`_
  - `Handbook <https://pillow.readthedocs.org/en/latest/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>`_