Commit Graph

  • ee04c7ceea Fixed another difference between PIL and Pillow David Schmidt 2013-01-11 13:24:44 +0100
  • a11ae00d7f Merge 91503cafd3 into a635a1dcb1 David Schmidt 2013-01-11 03:55:06 -0800
  • 91503cafd3 minor bugfix David Schmidt 2013-01-11 12:47:32 +0100
  • a635a1dcb1 Merge pull request #36 from d-schmidt/feature Alex Clark ☺ 2013-01-10 14:26:31 -0800
  • c30c38ceef Merge addf0f4d95 into b48257e259 David Schmidt 2013-01-10 13:44:41 -0800
  • addf0f4d95 Added possibility to save exif information in jpeg-files d-schmidt 2013-01-10 21:36:21 +0100
  • 54d4f5eb3c added option to load truncated image-files d-schmidt 2013-01-10 20:44:41 +0100
  • 900f3a8ff7 Added possibility to save gifs with a custom palette when using color mode P d-schmidt 2013-01-10 20:34:58 +0100
  • 45a97bb430 fixed an error with utf-8 chars in color profile names d-schmidt 2013-01-10 20:07:28 +0100
  • b48257e259 Merge pull request #35 from fluggo/master-1.7.8x Alex Clark ☺ 2013-01-10 06:59:12 -0800
  • 43ccb32d74 Merge 9f82f025dc into eaf27c93bd Brian Crowell 2013-01-10 06:58:39 -0800
  • 9f82f025dc Modified map.c to fix some MSVC10 compilation errors. Bryant Mairs 2013-01-09 21:30:33 -0800
  • e49cba9b32 Handle Sane option strings as Unicode strings Brian J. Crowell 2013-01-09 23:46:45 -0600
  • fb2ccb15a7 Set up Sane error object as exception instead of string Brian J. Crowell 2013-01-09 23:45:17 -0600
  • e84cc92036 Make pysane Python3-compatible Sandro Mani 2012-12-23 19:04:46 +0100
  • 67a131a9e1 Update the manifest to include a lot of missing files Brian J. Crowell 2012-11-10 11:01:14 -0600
  • decabcf96a 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
  • c952134e00 py3k: Issue warnings when using the old fromstring/tostring Brian J. Crowell 2012-11-08 22:59:38 -0600
  • a1c1654594 py3k: inquiry is now lenfunc Brian J. Crowell 2012-10-30 17:38:05 -0500
  • ec961de303 py3k: Remove use_2to3 from setup.py Brian Crowell 2012-10-28 10:33:58 -0500
  • 848579af9b py3k: Add Windows icon sanity test Brian Crowell 2012-10-25 17:00:19 -0500
  • 276cc421f7 py3k: Add XPM read test Brian Crowell 2012-10-25 08:12:13 -0500
  • d6a0dec15b py3k: Add TarIO test Brian Crowell 2012-10-25 07:57:39 -0500
  • 49b0d1563e py3k: Rewrite PdfImagePlugin into something more legible Brian Crowell 2012-10-24 08:37:27 -0500
  • 6765b8e026 py3k: Add .FLI sanity check, and fix palette bytes bug Brian Crowell 2012-10-24 08:25:00 -0500
  • 9921d838e4 py3k: Add Photoshop sanity check Brian Crowell 2012-10-24 08:24:26 -0500
  • 2972b2178e py3k: Add PCX to roundtrip test Brian Crowell 2012-10-23 22:22:38 -0500
  • 4f7d784a71 py3k: Actually fix the EPS encoder Brian Crowell 2012-10-23 22:21:19 -0500
  • 63be4a1334 py3k: Get rid of _ParserFile; io.BytesIO does its job Brian Crowell 2012-10-23 22:07:14 -0500
  • 8035b1a76a py3k: FIX: TGA missing o8 declaration Brian Crowell 2012-10-23 21:58:15 -0500
  • 254f0cf674 py3k: FIX: Bad upside-down check in BmpImagePlugin Brian Crowell 2012-10-23 21:56:54 -0500
  • a8599e8bb2 py3k: Remove ancient Python hacks Brian Crowell 2012-10-21 11:36:47 -0500
  • be560f00f5 py3k: Allow slicing for paths Christoph Gohlke 2012-10-21 11:01:14 -0500
  • a7e3b2e47b py3k: The big push Brian Crowell 2012-10-20 16:01:53 -0500
  • 8b704e3005 py3k: Publish both frombytes and fromstring in C modules for old Python Brian Crowell 2012-10-20 16:27:45 -0500
  • 275a895952 py3k: Type coercion is gone Brian Crowell 2012-10-19 07:54:55 -0500
  • 80c2fa60ae py3k: Sort by key, not cmp Brian Crowell 2012-10-16 22:58:14 -0500
  • af94e2d93d py3k: Map long type to int Brian Crowell 2012-10-16 22:54:38 -0500
  • 31c454b925 py3k: 2to3's "idiom" filter Brian Crowell 2012-10-16 22:39:56 -0500
  • 48cf699fe6 py3k: Change apply() to unpacking syntax Brian Crowell 2012-10-20 16:05:13 -0500
  • e2283c664b py3k: Integer long literals are no longer valid syntax Brian Crowell 2012-10-16 22:07:08 -0500
  • 260c1fad14 py3k: Convert StringIO.StringIO to io.BytesIO Brian Crowell 2012-10-16 22:01:19 -0500
  • dda0e9a3ed py3k: Tkinter module is now tkinter Brian Crowell 2012-10-16 21:58:29 -0500
  • fa348ee9fe py3k: __builtin__ module is now builtins Brian Crowell 2012-10-16 21:56:20 -0500
  • dfb1b144d8 py3k: Remove Image types import Brian Crowell 2012-10-15 22:14:10 -0500
  • f6fa0941fd py3k: Convert backticks to repr() Brian Crowell 2012-10-15 21:54:12 -0500
  • a453007651 py3k: sys.maxint renamed to sys.maxsize Brian Crowell 2012-10-15 21:52:31 -0500
  • 83ff0b3b31 py3k: Use relative imports Brian Crowell 2012-10-15 21:49:13 -0500
  • abd215e457 py3k: Remove tuples in parameter lists Brian Crowell 2012-10-15 21:32:28 -0500
  • 5076c35cc5 py3k: print is a function Brian Crowell 2012-10-15 21:27:35 -0500
  • aeab3f5911 py3k: Import reduce function Brian Crowell 2012-10-15 21:15:25 -0500
  • da1d715b8e py3k: Use isinstance for numbers and sequences Brian Crowell 2012-10-15 21:13:49 -0500
  • eed042fae5 py3k: __nonzero__ is now __bool__ Brian Crowell 2012-10-15 21:05:26 -0500
  • 3a665a7835 py3k: Add true Unicode support to OleFileIO Brian Crowell 2012-10-15 20:59:31 -0500
  • fc035814bd py3k: map and filter to list comprehensions Brian Crowell 2012-10-15 20:58:46 -0500
  • e514912378 py3k: Rewrite dictionary support for Tiff ImageFileDictionary Brian Crowell 2012-10-15 16:19:55 -0500
  • 09f1081c95 py3k: Fix up uses of dictionary views, ranges, and has_key() Brian Crowell 2012-10-15 16:18:27 -0500
  • b386ed14dd py3k: Remove callable() function Brian Crowell 2012-10-15 15:47:53 -0500
  • 718dbcc8ca py3k: Provide the missing pngtest_bad.png.base64 Brian Crowell 2012-10-15 15:29:43 -0500
  • c8ce29c239 FIX: Handle long values in _imaging getink Brian Crowell 2012-10-15 15:03:09 -0500
  • 197885164b py3k: Backport Gohlke's tests to run on 2.6/2.7 Brian Crowell 2012-10-15 00:55:39 -0500
  • ad784eb808 py3k: Import Christoph Gohlke's test suite Brian Crowell 2012-10-15 15:26:38 -0500
  • 9631d42b60 py3k: Use "y#" code in PyArg_ParseTuple where we expect byte data Brian Crowell 2012-10-14 11:38:06 -0500
  • 4459715b6e py3k: Fix strict aliasing warnings under Python 3 Brian Crowell 2012-10-13 23:48:01 -0500
  • af5228896a py3k: Add module initialization and unicode/bytes int/long thunks Brian Crowell 2012-10-13 23:47:30 -0500
  • 89e82c5888 py3k: Fix strict aliasing slip-up in _imaging Brian Crowell 2012-10-13 22:24:48 -0500
  • d28a2fee76 py3k: Remove HAVE_UNICODE from _imagingft Brian Crowell 2012-10-13 13:43:54 -0500
  • 804095ecb3 py3k: Use new buffer protocol Brian Crowell 2012-10-20 16:13:12 -0500
  • 9519013466 py3k: Modernize type declarations Brian Crowell 2012-10-13 11:53:07 -0500
  • 009eee0577 py3k: Get setup.py to run under python3 Brian Crowell 2012-10-11 07:57:21 -0500
  • 78575798d7 py3k: Update exception usage to modern syntax Brian Crowell 2012-10-10 22:52:53 -0500
  • 37f22ebfcd py3k: Use string methods instead of string module Brian Crowell 2012-10-10 17:11:13 -0500
  • d5d66db9de Modified map.c to fix some MSVC10 compilation errors. Bryant Mairs 2013-01-09 21:30:33 -0800
  • eaf27c93bd Merge pull request #33 from d-schmidt/bugfix 1.x Alex Clark ☺ 2013-01-10 04:45:50 -0800
  • 121f7bc013 Handle Sane option strings as Unicode strings Brian J. Crowell 2013-01-09 23:46:45 -0600
  • 5e935b8ee2 Set up Sane error object as exception instead of string Brian J. Crowell 2013-01-09 23:45:17 -0600
  • 085ca82e8c Make pysane Python3-compatible Sandro Mani 2012-12-23 19:04:46 +0100
  • 5ee44bb47d Merge a36338f195 into a8304648af David Schmidt 2013-01-09 15:46:10 -0800
  • a36338f195 fixed crash loading broken color profile from file-like object d-schmidt 2013-01-09 21:04:02 +0100
  • a8304648af Merge pull request #32 from lynx-r/master Alex Clark ☺ 2013-01-09 04:17:44 -0800
  • cf338cb533 Merge 8b14c9721a into d4c30b7171 lynx-r 2013-01-09 04:12:10 -0800
  • 8b14c9721a Move custom path of JPEG_ROOT, TIFF_ROOT, etc. before system. Alex Po 2013-01-09 15:48:06 +0400
  • d4c30b7171 Merge pull request #29 from twpayne/alpha-composite-rounding Alex Clark ☺ 2013-01-09 03:30:15 -0800
  • ebe856efd4 Merge 9d35947363 into 88a7672163 Tom Payne 2013-01-09 03:15:04 -0800
  • 88a7672163 Merge pull request #31 from cgohlke/patch-1 Alex Clark ☺ 2013-01-09 03:14:39 -0800
  • 5df692be11 Merge 11a859e7d3 into 0b06bdcb2f cgohlke 2012-12-20 21:50:50 -0800
  • 11a859e7d3 Make FLI image detection more stringent cgohlke 2012-12-20 21:47:45 -0800
  • 9d35947363 Avoid rounding error in Image.alpha_composite Tom Payne 2012-12-19 14:25:18 +0100
  • 0b06bdcb2f Merge pull request #24 from maebert/patch-1 Alex Clark ☺ 2012-12-06 16:26:06 -0800
  • 648a801cbd Merge 4e397a4d1c into 7c3431663f Manuel Ebert 2012-12-06 16:25:20 -0800
  • 7c3431663f Merge pull request #19 from fluggo/upstream Alex Clark ☺ 2012-12-06 16:24:05 -0800
  • 4e397a4d1c Radius was hardcoded to 2. Manuel Ebert 2012-12-06 16:19:55 -0800
  • dc585f81fb Merge 706f1e33c3 into 6bd4c34317 Brian Crowell 2012-12-06 13:35:22 -0800
  • 6bd4c34317 Merge pull request #23 from twpayne/alpha-composite Alex Clark ☺ 2012-12-06 07:18:14 -0800
  • b25d6816ae Merge e414c66070 into 4a10a363e4 Tom Payne 2012-12-04 07:47:20 -0800
  • e414c66070 Add Image.alpha_composite Tom Payne 2012-12-04 16:44:26 +0100
  • 706f1e33c3 Add files to the MANIFEST which were missing from the source distribution Brian J. Crowell 2012-11-10 11:26:37 -0600
  • 59510d46c6 Update the manifest to include a lot of missing files Brian J. Crowell 2012-11-10 11:01:14 -0600
  • 5dd80825b4 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
  • fcd6903151 fix packaging: py3.h must be included in distribution (tox tests didn't run without this) Mikhail Korobov 2012-10-30 00:32:47 +0600