Python Imaging Library (Fork)
Go to file
Samuele Kaplun c07ce878d7 Fix EPS import
Fixes EPS import by adding the missing "showpage" Postscript command
to the end of the gs call.

See: https://bugs.ghostscript.com/show_bug.cgi?id=698272

Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
2017-09-09 12:01:38 +00:00
.github Caps and hyphen 2017-05-27 19:34:53 +03:00
.travis remove ppa 2017-06-22 08:01:03 -07:00
depends Merge pull request #2684 from wiredfool/termux 2017-08-17 11:54:04 +01:00
docs Merge pull request #2715 from radarhere/releasenotes 2017-09-09 10:27:53 +01:00
libImaging Fix need_horizontal and need_vertical conditions in resample 2017-09-01 00:24:49 +03:00
PIL Fix EPS import 2017-09-09 12:01:38 +00:00
Scripts Move so isn't installed globally 2017-07-27 14:12:28 +03:00
Tests Fix EPS import 2017-09-09 12:01:38 +00:00
Tk comments 2017-01-26 05:55:18 -08:00
winbuild Merge pull request #2669 from radarhere/openjpeg 2017-08-16 15:40:17 +01:00
_imaging.c Py_ssize_t is defined on windows 2017-09-04 09:58:05 +00:00
_imagingcms.c Update http to https 2017-02-14 11:27:02 +02:00
_imagingft.c Merge pull request #2706 from wiredfool/issue_2666 2017-09-04 11:26:28 +01:00
_imagingmath.c Removed powf support for older Python versions 2016-03-28 19:06:06 +11:00
_imagingmorph.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
_imagingtk.c Applied patch: a91559b82c to fix issue #1902 2017-01-26 05:31:45 -08:00
_webp.c Additional replacements of s# with PY_ARG_BYTES_LENGTH 2017-08-22 04:04:35 -07: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 Ignore test_images downloaded for tests 2017-05-15 16:11:49 +03:00
.landscape.yaml Set landscape max-line-length 2015-07-21 18:23:55 +10:00
.travis.yml Use default pypy/pypy3 2017-09-09 11:25:24 +03:00
appveyor.yml add pypy to appveyor 2017-07-03 23:05:25 +01:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Update CHANGES.rst [ci skip] 2017-09-09 10:36:37 +01:00
codecov.yml Disable Codecov PR comment https://docs.codecov.io/v4.3.6/docs/pull-request-comments 2017-05-13 18:25:14 +03:00
decode.c create separate ImagingJpegUseJCSExtensions function 2017-08-11 04:07:54 +03:00
display.c Removed disabled code 2017-09-01 21:11:26 +10:00
encode.c use RGBX rawmode for JPEG encoding as well 2017-08-11 04:10:55 +03:00
LICENSE Merge branch 'master' into license 2017-01-29 13:06:10 +02:00
Makefile Pypi doesn't accept multiple source archives anymore 2017-05-10 03:36:22 -07:00
MANIFEST.in Exclude .travis and contents from manifest 2017-01-30 19:51:28 +11:00
map.c move ImagingNewEpilogue functionality to ImagingNewPrologueSubtype 2017-08-06 14:12:55 +03:00
mp_compile.py Disable single-threaded build for pypy3.3 2017-06-08 23:55:40 +03:00
outline.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
path.c Remove code 'not yet implemented' since May 10, 2003 2017-05-22 23:02:08 +03:00
profile-installed.py Removed unused import 2016-05-10 23:10:44 +10:00
py3.h Drop support for Python 2.6 2016-11-22 04:23:55 -08:00
README.rst Removed reference to Landscape badge [ci skip] 2017-06-25 13:16:42 +10:00
RELEASING.md Update Releasing.md - single version identifier. [ci skip] 2017-07-01 13:51:03 +01:00
requirements.txt Add note about reqs [ci skip] 2016-03-23 17:23:08 -04:00
selftest.py Fix RAQM feature detection 2017-06-21 14:00:15 -07:00
setup.py basic support for termux (android) support (tested on chromeos/x86) 2017-08-09 13:22:58 +01:00
test-installed.py Add more detail to the appveyor test runs 2016-05-12 05:52:29 -07:00
tox.ini Fixed URL 2017-05-15 19:56:16 +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.

.. start-badges

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

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

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

.. 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>`_