Python Imaging Library (Fork)
Go to file
Nicolas F 052ea606bf Clean up defines and includes for Windows
1)  Renamed USE_INLINE to PIL_USE_INLINE to avoid conflicts with
    other headers/libraries.

2)  Replace __WIN32__ and WIN32 with _WIN32

3)  Don't define WIN32 when the compiler is MSVC but not on Windows
    Why would you even...

4)  Don't define strcasecmp if you're not even going to use it.

5)  Don't include Windows.h with undefs for compilers newer than
    1998 everywhere.

6)  Don't surpress warnings for MSVC++ 4.0. People still using
    MSVC++ 4.0 deserve it.

7)  Don't include things that are already included in Windows.h
2014-05-09 21:05:30 +02:00
depends refactored out dependencies 2014-03-26 13:22:37 -07:00
docs Merge pull request #551 from wiredfool/with 2014-04-17 22:20:30 -07:00
Images Updated icons. 2014-03-26 14:08:54 +00:00
libImaging Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
PIL Merge pull request #551 from wiredfool/with 2014-04-17 22:20:30 -07:00
Sane Fix issue 447: Apparently some drivers only emit SANE_STATUS_EOF once, and SANE_STATUS_IO_ERROR after that. The code however assumed that the driver keeps emitting SANE_STATUS_EOF. This commit fixes this. 2014-01-26 00:11:15 +01:00
Scripts More WS cleanup courtesy of @Arfrever 2013-06-30 18:46:03 -04:00
Tests On Py3.4, a PendingDeprecationWarning comes from Coverage.py for using the imp module. This warning causes 3.4 builds to fail so ignore the warning from importing coverage. 2014-05-09 11:41:43 +03:00
Tk Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imaging.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
_imagingcms.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
_imagingft.c initialize unused pointer to prevent freeing without allocating 2014-01-27 23:24:42 -08:00
_imagingmath.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imagingtk.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_webp.c do not use loseless abi until it supported 2014-01-17 17:24:52 +04:00
.gitattributes Add git attributes file for *.ppm, fixes #92 2013-03-10 08:28:15 -04:00
.gitignore Update .gitignore from https://github.com/github/gitignore keeping Vim and emacs cruft 2014-04-08 12:22:39 +03:00
.travis.yml 'Dummy' commit to force rebuild. Extra reporting may be useful too. 2014-05-09 13:21:26 +03:00
CHANGES.rst Update CHANGES.rst [ci skip] 2014-04-17 22:22:16 -07:00
decode.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
display.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
encode.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
Makefile Fix make pre 2013-10-02 12:59:05 -04:00
MANIFEST.in Fix manifest 2014-04-02 18:41:03 -04:00
map.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02: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
py3.h Update py3.h 2013-03-13 19:34:43 -07:00
README.rst Use SVG Travis CI badge [ci skip] 2014-04-09 10:37:03 +03:00
selftest.py Added tests and fixed a few bugs that the tests threw up. 2014-03-19 12:16:14 +00:00
setup.py Bump all the version numbers 2014-04-02 15:25:46 -07:00
tox.ini Added clean/build to tox to make it behave like travis 2013-07-08 23:10:21 -04:00

Pillow
======

*Python Imaging Library (Fork)*

Pillow is the "friendly" PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.

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

.. 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-imaging/Pillow/badge.png?branch=master
  :target: https://coveralls.io/r/python-imaging/Pillow?branch=master

The documentation is hosted at http://pillow.readthedocs.org/. It contains installation instructions, tutorials, reference, compatibility details, and more.