Commit Graph

  • 78a0ab56a8 Added possibility to save exif information in jpeg-files d-schmidt 2013-01-10 21:36:21 +0100
  • 8fd4868a3d added option to load truncated image-files d-schmidt 2013-01-10 20:44:41 +0100
  • e87ad2a59a Added possibility to save gifs with a custom palette when using color mode P d-schmidt 2013-01-10 20:34:58 +0100
  • 14162dc500 fixed an error with utf-8 chars in color profile names d-schmidt 2013-01-10 20:07:28 +0100
  • 97bf36d84a Modified map.c to fix some MSVC10 compilation errors. Bryant Mairs 2013-01-09 21:30:33 -0800
  • 1a1e19d23c Handle Sane option strings as Unicode strings Brian J. Crowell 2013-01-09 23:46:45 -0600
  • 0a8d35fcc4 Set up Sane error object as exception instead of string Brian J. Crowell 2013-01-09 23:45:17 -0600
  • a15e762ba2 Make pysane Python3-compatible Sandro Mani 2012-12-23 19:04:46 +0100
  • 330b26a7aa Update the manifest to include a lot of missing files Brian J. Crowell 2012-11-10 11:01:14 -0600
  • 72c43eff7a Fix tox test running: port selftest.py to Python 3; make it clear Python 2.5 is no longer supported (its support is broken in many ways in this branch); remove bundled doctest.py module (it is in stdlib since forever); remove extra stuff from tox.ini Mikhail Korobov 2012-10-30 00:50:20 +0600
  • 34ad0b77ec py3k: Issue warnings when using the old fromstring/tostring Brian J. Crowell 2012-11-08 22:59:38 -0600
  • 9ab3ed3cc7 py3k: inquiry is now lenfunc Brian J. Crowell 2012-10-30 17:38:05 -0500
  • 2891d5a15e py3k: Remove use_2to3 from setup.py Brian Crowell 2012-10-28 10:33:58 -0500
  • 965928c63f py3k: Add Windows icon sanity test Brian Crowell 2012-10-25 17:00:19 -0500
  • 730c6dd79d py3k: Add XPM read test Brian Crowell 2012-10-25 08:12:13 -0500
  • bd957a9f62 py3k: Add TarIO test Brian Crowell 2012-10-25 07:57:39 -0500
  • 152da842ba py3k: Rewrite PdfImagePlugin into something more legible Brian Crowell 2012-10-24 08:37:27 -0500
  • 348e97027d py3k: Add .FLI sanity check, and fix palette bytes bug Brian Crowell 2012-10-24 08:25:00 -0500
  • 5bc836b79b py3k: Add Photoshop sanity check Brian Crowell 2012-10-24 08:24:26 -0500
  • 0bc8cfc90c py3k: Add PCX to roundtrip test Brian Crowell 2012-10-23 22:22:38 -0500
  • 727c068231 py3k: Actually fix the EPS encoder Brian Crowell 2012-10-23 22:21:19 -0500
  • 5addfab281 py3k: Get rid of _ParserFile; io.BytesIO does its job Brian Crowell 2012-10-23 22:07:14 -0500
  • 825718a76a py3k: FIX: TGA missing o8 declaration Brian Crowell 2012-10-23 21:58:15 -0500
  • d6c6dd4a88 py3k: FIX: Bad upside-down check in BmpImagePlugin Brian Crowell 2012-10-23 21:56:54 -0500
  • ebc23bf531 py3k: Remove ancient Python hacks Brian Crowell 2012-10-21 11:36:47 -0500
  • cb979c43c3 py3k: Allow slicing for paths Christoph Gohlke 2012-10-21 11:01:14 -0500
  • 6f797c5851 py3k: The big push Brian Crowell 2012-10-20 16:01:53 -0500
  • 3c448d81ca py3k: Publish both frombytes and fromstring in C modules for old Python Brian Crowell 2012-10-20 16:27:45 -0500
  • 952685faa1 py3k: Type coercion is gone Brian Crowell 2012-10-19 07:54:55 -0500
  • 12d8977542 py3k: Sort by key, not cmp Brian Crowell 2012-10-16 22:58:14 -0500
  • 67316d78f9 py3k: Map long type to int Brian Crowell 2012-10-16 22:54:38 -0500
  • 73f7c7a187 py3k: 2to3's "idiom" filter Brian Crowell 2012-10-16 22:39:56 -0500
  • da5ca4caea py3k: Change apply() to unpacking syntax Brian Crowell 2012-10-20 16:05:13 -0500
  • 1a82abcad1 py3k: Integer long literals are no longer valid syntax Brian Crowell 2012-10-16 22:07:08 -0500
  • d37a2e192c py3k: Convert StringIO.StringIO to io.BytesIO Brian Crowell 2012-10-16 22:01:19 -0500
  • b0f6f95bdb py3k: Tkinter module is now tkinter Brian Crowell 2012-10-16 21:58:29 -0500
  • 59d1372940 py3k: __builtin__ module is now builtins Brian Crowell 2012-10-16 21:56:20 -0500
  • 2868e0cb0b py3k: Remove Image types import Brian Crowell 2012-10-15 22:14:10 -0500
  • 9cdb285398 py3k: Convert backticks to repr() Brian Crowell 2012-10-15 21:54:12 -0500
  • 2a81f6266f py3k: sys.maxint renamed to sys.maxsize Brian Crowell 2012-10-15 21:52:31 -0500
  • 6a68d03bab py3k: Use relative imports Brian Crowell 2012-10-15 21:49:13 -0500
  • 7a3feb2ae4 py3k: Remove tuples in parameter lists Brian Crowell 2012-10-15 21:32:28 -0500
  • 2b31043fbb py3k: print is a function Brian Crowell 2012-10-15 21:27:35 -0500
  • 61038ad796 py3k: Import reduce function Brian Crowell 2012-10-15 21:15:25 -0500
  • 659f1ba68f py3k: Use isinstance for numbers and sequences Brian Crowell 2012-10-15 21:13:49 -0500
  • 3189876053 py3k: __nonzero__ is now __bool__ Brian Crowell 2012-10-15 21:05:26 -0500
  • a5e800bfc3 py3k: Add true Unicode support to OleFileIO Brian Crowell 2012-10-15 20:59:31 -0500
  • f1666cbb21 py3k: map and filter to list comprehensions Brian Crowell 2012-10-15 20:58:46 -0500
  • 48b0e0c6e0 py3k: Rewrite dictionary support for Tiff ImageFileDictionary Brian Crowell 2012-10-15 16:19:55 -0500
  • bb1f0b8609 py3k: Fix up uses of dictionary views, ranges, and has_key() Brian Crowell 2012-10-15 16:18:27 -0500
  • 4f120b9757 py3k: Remove callable() function Brian Crowell 2012-10-15 15:47:53 -0500
  • f760f9f8d5 py3k: Provide the missing pngtest_bad.png.base64 Brian Crowell 2012-10-15 15:29:43 -0500
  • 3400e6b573 FIX: Handle long values in _imaging getink Brian Crowell 2012-10-15 15:03:09 -0500
  • c35207cbc1 py3k: Backport Gohlke's tests to run on 2.6/2.7 Brian Crowell 2012-10-15 00:55:39 -0500
  • e1009da27c py3k: Import Christoph Gohlke's test suite Brian Crowell 2012-10-15 15:26:38 -0500
  • 7de6ab5108 py3k: Use "y#" code in PyArg_ParseTuple where we expect byte data Brian Crowell 2012-10-14 11:38:06 -0500
  • a948d0a3ac py3k: Fix strict aliasing warnings under Python 3 Brian Crowell 2012-10-13 23:48:01 -0500
  • 39484c3632 py3k: Add module initialization and unicode/bytes int/long thunks Brian Crowell 2012-10-13 23:47:30 -0500
  • 30333de036 py3k: Fix strict aliasing slip-up in _imaging Brian Crowell 2012-10-13 22:24:48 -0500
  • 77256df067 py3k: Remove HAVE_UNICODE from _imagingft Brian Crowell 2012-10-13 13:43:54 -0500
  • 71c817c707 py3k: Use new buffer protocol Brian Crowell 2012-10-20 16:13:12 -0500
  • 4a4d7dcf3b py3k: Modernize type declarations Brian Crowell 2012-10-13 11:53:07 -0500
  • edfe1062ef py3k: Get setup.py to run under python3 Brian Crowell 2012-10-11 07:57:21 -0500
  • ab29a5a223 py3k: Update exception usage to modern syntax Brian Crowell 2012-10-10 22:52:53 -0500
  • 3ab0a29887 py3k: Use string methods instead of string module Brian Crowell 2012-10-10 17:11:13 -0500
  • a9d42aebc7 fixed crash loading broken color profile from file-like object d-schmidt 2013-01-09 21:04:02 +0100
  • 5e7920d0f6 Move custom path of JPEG_ROOT, TIFF_ROOT, etc. before system. Alex Po 2013-01-09 15:48:06 +0400
  • 23ebec0080 Avoid rounding error in Image.alpha_composite Tom Payne 2012-12-19 14:25:18 +0100
  • 4204c24df6 Make FLI image detection more stringent cgohlke 2012-12-20 21:47:45 -0800
  • ab94dde3da Radius was hardcoded to 2. Manuel Ebert 2012-12-06 16:19:55 -0800
  • d03b1fbb24 Add files to the MANIFEST which were missing from the source distribution Brian J. Crowell 2012-11-10 11:26:37 -0600
  • 3a21c8893a Add Image.alpha_composite Tom Payne 2012-12-04 16:44:26 +0100
  • 833b2b5f63 Release 1.7.8 Alex Clark 2012-11-01 17:09:46 -0400
  • 8e0c27437e Fix formatting of installation summary Alex Clark 2012-11-01 17:08:29 -0400
  • 4d4e2de42b Removed doctests.py that made tests of other packages fail. tdesvenain 2012-09-21 14:15:54 +0200
  • f4d9eaca53 revert last commit, images rendered didn't match very well tdesvenain 2012-07-29 17:05:54 +0200
  • f242f72736 Added a psd mode (mode 4, 16 bits). tdesvenain 2012-07-29 16:02:26 +0200
  • 1a8f45bc50 Fix opening psd files with RGBA layers when A mode is not of type 65535 but 3. Fixes issue https://github.com/python-imaging/Pillow/issues/3 tdesvenain 2012-07-29 15:48:40 +0200
  • 997de5608a Fix a bug in quantize() causing PIL crashes. Lars Yencken 2012-09-05 13:23:57 +1000
  • 323824f8b2 Fix URL Alex Clark 2012-08-22 16:47:36 -0400
  • 61e266aa2f Save issues and comments Alex Clark 2012-07-24 18:04:07 -0400
  • cac1398a51 Save watchers Alex Clark 2012-07-24 17:55:18 -0400
  • 63a4cb7957 Change URL Alex Clark 2012-07-24 17:44:21 -0400
  • 8182f046d5 Test travis Alex Clark 2012-07-11 12:17:29 -0400
  • b8cabe1a3b Test travis Alex Clark 2012-07-11 12:15:27 -0400
  • 3bd4f26f24 Better import of _imaging Corey Richardson 2012-06-15 17:39:51 -0300
  • b07b19c00b Make things more Python 3 friendly. Python 3 still doesn't work because of C code that doesn't compile with Python 3. Marc Abramowitz 2012-06-11 22:13:40 -0700
  • dae289d0d1 Add .travis.yml for Travis CI (http://travis-ci.org/) Marc Abramowitz 2012-06-05 21:51:56 -0700
  • 353543d3a5 Add support for tox (http://tox.testrun.org/) Marc Abramowitz 2012-06-05 21:33:18 -0700
  • 3e709faeb2 Add .gitignore Shuge Lee 2013-01-16 13:46:33 +0800
  • 1e120cb951 fixed reading of EPS pictures found in: http://www.mail-archive.com/image-sig@python.org/msg03054.html Tom Gross 2012-04-26 17:00:22 +0200
  • 2b54c9959e Use "from PIL import Imagexx" instead of "import Imagexx" Shuge Lee 2013-01-16 11:53:53 +0800
  • 065f59f04d Fixed draw_text/draw_text.py on Ubuntu Shuge Lee 2013-01-16 11:52:55 +0800
  • acdda34589 Small changed, using range() instead of deprecated xrange() Shuge Lee 2013-01-16 11:05:50 +0800
  • 03c5242269 Small changed, fixed spell pixsel -> pixel Shuge Lee 2013-01-16 10:59:22 +0800
  • d22ae7a3ad Using relation path in demo; using captcha image instead of lena Shuge Lee 2013-01-16 10:49:20 +0800
  • cb743697fc Small chagned, clean up code Shuge Lee 2013-01-15 11:03:52 +0800
  • 0d5950ea45 Merge e90d90d60a into a635a1dcb1 David Schmidt 2013-01-11 05:52:41 -0800
  • e90d90d60a Fixed another PIL Pillow difference bug David Schmidt 2013-01-11 14:41:38 +0100
  • 33bf5d9d37 Improved load truncated images David Schmidt 2013-01-11 14:40:02 +0100