Commit Graph

  • 25106c7e93 Fix link Alex Clark 2013-02-27 13:34:04 -0500
  • 4344ad714f Wording Alex Clark 2013-02-27 13:32:57 -0500
  • 38048e235e Wording Alex Clark 2013-02-27 13:31:40 -0500
  • e88b9033ef Wording Alex Clark 2013-02-27 13:30:47 -0500
  • f947165467 Clean up Alex Clark 2013-02-27 13:27:29 -0500
  • 8aa8cbd7be Remove image Alex Clark 2013-02-27 13:18:25 -0500
  • 2ccb0ad51c Wording Alex Clark 2013-02-27 13:05:23 -0500
  • f713c9d315 Create gh-pages branch via GitHub Alex Clark ☺ 2013-02-27 10:03:07 -0800
  • c965e52acc Add image Alex Clark 2013-02-27 13:02:32 -0500
  • f26c0edb17 Or not Alex Clark 2013-02-27 13:01:48 -0500
  • c319b66bab Add analytics Alex Clark 2013-02-27 13:00:51 -0500
  • 088ea92b8b Add image Alex Clark 2013-02-27 12:58:17 -0500
  • f8ea062eab Edit styles Alex Clark 2013-02-27 12:55:36 -0500
  • 534686e952 Fix rst links Alex Clark 2013-02-27 12:52:43 -0500
  • f528dca35b Update wording Alex Clark 2013-02-27 12:50:29 -0500
  • a71183dab5 better fix for #15 (with a test case now) Mikhail Korobov 2013-02-26 17:12:11 +0600
  • ee794e1501 An attempt to fix #15 for Python 3.x. Mikhail Korobov 2013-02-26 16:44:47 +0600
  • bb4eb53859 fix UnboundLocalError errors Mikhail Korobov 2013-02-26 16:31:44 +0600
  • c4baeccfce fix 2.6 tests by replacing usages of deprecated fromstring/tostring with frombytes/tobytes Mikhail Korobov 2013-02-26 16:28:34 +0600
  • aacb8097c3 better warning messages for fromstring/tostring Mikhail Korobov 2013-02-26 16:19:35 +0600
  • fbcc9b5c77 Test running improvements: all tests can be run with tox; run.py script exits with an error code in case of failures. Mikhail Korobov 2013-02-26 16:03:25 +0600
  • c44994b78c Fixing #41 issue with Py3k libs path Anton Vlasenko 2013-02-18 18:16:13 +0200
  • 416d5f70af Cast hash table values to unsigned long Sandro Mani 2013-02-18 16:48:46 +0100
  • fa2b10d5da Updated tags to the 2.3 standard and fixed spelling error in the comments. Tyler Garner 2013-02-16 11:16:16 -0500
  • bb07471d2e BUG: PIL Image array interface has the wrong size for YCbCr Christoph Gohlke 2013-02-13 19:52:32 -0800
  • 03b8960db2 Fix pildriver script Christoph Gohlke 2013-02-13 19:43:17 -0800
  • 4e981b2ef6 Use SetWindowLongPtr instead of SetWindowLong Christoph Gohlke 2013-02-13 19:10:28 -0800
  • 8b70b2fb79 Use Py_ssize_t instead of long Christoph Gohlke 2013-02-13 18:52:41 -0800
  • 007a4405de Use Py_ssize_t instead of long Christoph Gohlke 2013-02-13 18:48:46 -0800
  • d711d8ef82 Use Py_ssize_t instead of long Christoph Gohlke 2013-02-13 18:47:32 -0800
  • c334626b8b Use Py_ssize_t instead of long Christoph Gohlke 2013-02-13 18:42:46 -0800
  • 803022d93f Use Py_ssize_t instead of long Christoph Gohlke 2013-02-13 18:40:39 -0800
  • 2feb481ca2 Use Py_ssize_t instead of long Christoph Gohlke 2013-02-13 18:38:45 -0800
  • a0f1f6692c Use Py_ssize_t instead of long Christoph Gohlke 2013-02-13 18:36:09 -0800
  • dbf3d993ed BUG: Windows image viewer unable to open image Christoph Gohlke 2013-02-13 18:23:30 -0800
  • 849ce54421 Merge 3fd699dbeb into e09ff61b81 garnertb 2013-02-11 19:43:09 -0800
  • 3fd699dbeb Updated EXIF tags to the 2.3 standard and fixed spelling error in comments. Tyler Garner 2013-02-11 22:35:55 -0500
  • e09ff61b81 Merge pull request #50 from manisandro/master Alex Clark ☺ 2013-02-09 10:56:16 -0800
  • 5453b579d3 Merge a4e2016e06 into cb4f0f2b3c Sandro Mani 2013-02-09 10:54:49 -0800
  • a4e2016e06 Add COPYING file Sandro Mani 2013-02-09 19:49:32 +0100
  • cb4f0f2b3c Revert "Fix saving images with added transparency" Alex Clark 2013-02-06 09:25:03 -0500
  • c6b484affa Merge pull request #48 from manisandro/master Alex Clark ☺ 2013-02-05 17:20:15 -0800
  • 82bd7dc396 Merge 8c7c373676 into 8fc5fbc6c1 Sandro Mani 2013-02-05 15:54:54 -0800
  • 8c7c373676 Fix buffer overflow This patch was carried by fedora for python-imaging See https://bugzilla.redhat.com/show_bug.cgi?id=703212 Sandro Mani 2013-02-06 00:51:25 +0100
  • cc439099c1 Fix saving images with added transparency See http://mail.python.org/pipermail/image-sig/1999-February/000648.html This patch was carried by fedora for python-imaging Sandro Mani 2013-02-06 00:49:26 +0100
  • 41da6cdd87 remove double variable from setup.py David Schmidt 2013-02-01 17:59:29 +0100
  • 5baa1ac1b8 Added support for PNG images with transparency palette David Schmidt 2013-02-01 17:52:22 +0100
  • f3d601b579 Python 3-ified _imagingcms.c and display.c, at least when compiling for Py3.3x64 on Win7x64 with MSVC10. Bryant Mairs 2013-01-09 23:03:39 -0800
  • 103cf49c91 Fix rendered characters have been chipped for some TrueType fonts Takeshi KOMIYA 2013-01-31 14:52:15 +0900
  • ea1ce8fca9 Merge bc0e446340 into 8fc5fbc6c1 David Schmidt 2013-01-29 06:26:35 -0800
  • bc0e446340 removed doubled variable from setup.py David Schmidt 2013-01-29 15:25:55 +0100
  • 1746903f82 py3k: Use python3 version print Shuge Lee 2013-01-17 14:48:20 +0800
  • 8fc5fbc6c1 Merge pull request #38 from d-schmidt/master Alex Clark ☺ 2013-01-16 07:14:26 -0800
  • 8db7169a32 Merge remote-tracking branch 'upstream/master' Shuge Lee 2013-01-16 13:53:10 +0800
  • 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