Commit Graph

  • 7f178bc0b6 selftests pass with namespaces on py2.7/3.2 wiredfool 2013-04-08 22:42:49 -0700
  • 517e0210ab webp to PIL in selftest wiredfool 2013-04-08 22:41:31 -0700
  • 8295e33390 moved _webp into the PIL namespace wiredfool 2013-04-08 21:53:59 -0700
  • 088c752e40 basic sanity check that the version of the _imaging.c and Image.py files are the same wiredfool 2013-04-08 21:43:15 -0700
  • 7f698a6fc5 PIL imports work in python3/Ubuntu wiredfool 2013-04-08 20:55:06 -0700
  • c774f9ab4c merged pull request #88 to master, resolved conflicts wiredfool 2013-04-08 20:31:28 -0700
  • c18c494a6a Merge 07f632194d into 8e3072230f Sandro Mani 2013-04-08 17:54:34 -0700
  • 8e3072230f Merge pull request #178 from manisandro/endian Alex Clark ☺ 2013-04-08 17:54:26 -0700
  • 07f632194d Make quantization code more portable Sandro Mani 2013-04-08 00:52:15 +0200
  • 0486e082c9 Merge 2a2a1ea144 into 93a488ef76 Sandro Mani 2013-04-07 10:02:39 -0700
  • 2a2a1ea144 Fix tests which are hardcoded for little-endian CPUs Sandro Mani 2013-04-07 19:02:11 +0200
  • 7200c40ada s/tabs/spaces/ wiredfool 2013-04-05 15:57:07 -0700
  • a4a856b58a large exif segments wiredfool 2013-04-05 15:36:48 -0700
  • e969b5ae14 Merge branch 'master' of https://github.com/python-imaging/Pillow wiredfool 2013-04-05 11:54:36 -0700
  • 93a488ef76 Merge pull request #171 from wiredfool/ubuntu10-04 wiredfool 2013-04-05 10:42:37 -0700
  • 181484458c Merge 38b0bef464 into a213235e60 wiredfool 2013-04-05 10:41:45 -0700
  • a213235e60 Add donation info Alex Clark 2013-04-02 20:19:13 -0400
  • 9aff1c354b Merge pull request #172 from homm/alpha-blending-enhancement Alex Clark ☺ 2013-03-29 05:17:48 -0700
  • 4661a422d3 Merge ebb9029fbe into c20d24e421 homm 2013-03-27 12:22:41 -0700
  • ebb9029fbe add parentheses to avoid warnings homm 2013-03-27 23:19:04 +0400
  • a511ef8b05 move declarations to make ANSI compilers happy homm 2013-03-27 23:18:10 +0400
  • 38b0bef464 webp is in import, not a codec wiredfool 2013-03-27 10:00:35 -0700
  • 168e58f948 Merge branch 'ubuntu10-04' of github.com:wiredfool/Pillow wiredfool 2013-03-27 09:54:11 -0700
  • 86bb25e735 reenable basic webp test, skip if support not installed wiredfool 2013-03-27 09:52:01 -0700
  • 7129baa9b2 fix for if isinstance(filter, collections.Callable) crash. Python bug #7624 on <2.6.6 wiredfool 2013-03-27 09:44:28 -0700
  • c20d24e421 Merge pull request #170 from wiredfool/dpkg-arch Alex Clark ☺ 2013-03-27 09:07:54 -0700
  • fa97d4e55a Merge 8c55b8305c into 452a468ac8 wiredfool 2013-03-27 09:07:27 -0700
  • 8c55b8305c fixed duplicate dpkg wiredfool 2013-03-27 09:04:11 -0700
  • 452a468ac8 Merge pull request #162 from d-schmidt/master Alex Clark ☺ 2013-03-26 14:10:59 -0700
  • f3d4f0f974 Merge a05bf23b05 into 34c9cc6235 David Schmidt 2013-03-26 14:10:41 -0700
  • 34c9cc6235 Merge pull request #163 from ronaldoussoren/master Alex Clark ☺ 2013-03-26 06:08:36 -0700
  • cf2fac5ca7 Merge f50feb592b into 887f709b6e ronaldoussoren 2013-03-26 05:39:19 -0700
  • f50feb592b Explitly import JpegPresets from the PIL package Ronald Oussoren 2013-03-26 13:36:13 +0100
  • a05bf23b05 Merge branch 'master' of https://github.com/python-imaging/Pillow David Schmidt 2013-03-26 11:24:52 +0100
  • 5303f0ea66 added tests to cover save of four different png transparencies David Schmidt 2013-03-26 11:24:07 +0100
  • a83ef0f0ed ≈20% faster, 2 times more precisely (0.17% difference against 0.37%) homm 2013-03-25 09:49:35 +0400
  • 887f709b6e Merge pull request #159 from homm/master Alex Clark ☺ 2013-03-24 15:31:23 -0700
  • 2ce2b7856f Merge af96b5d4b2 into 4554bcb4e4 homm 2013-03-24 15:19:30 -0700
  • af96b5d4b2 Precision improvement. No performance affected. homm 2013-03-25 00:06:02 +0400
  • 4554bcb4e4 Merge pull request #156 from homm/master Alex Clark ☺ 2013-03-24 12:17:05 -0700
  • 705b501182 Merge 0663e14444 into 8244203366 homm 2013-03-23 08:46:52 -0700
  • 8244203366 Merge pull request #157 from wiredfool/webp_tests Alex Clark ☺ 2013-03-23 08:46:24 -0700
  • af08b427c5 Merge 5eae020aef into a690d67a59 wiredfool 2013-03-23 08:46:12 -0700
  • a690d67a59 Merge pull request #158 from wiredfool/maxblock Alex Clark ☺ 2013-03-23 08:45:49 -0700
  • 0663e14444 speedup. divisions replaced by shifts. homm 2013-03-23 16:51:55 +0400
  • e88490b4f2 Precision improvement. ≈60% performance lost homm 2013-03-23 14:26:14 +0400
  • 9cc6369872 Merge 2a743c9527 into 5aeb7b584b wiredfool 2013-03-22 22:29:50 -0700
  • 2a743c9527 JpegImagePlugin sets bufsize for optimized images wiredfool 2013-03-22 22:27:12 -0700
  • 5eae020aef py3 as well wiredfool 2013-03-22 21:25:37 -0700
  • f432530df3 approximate test for lossy image writing wiredfool 2013-03-22 21:15:45 -0700
  • c39a51bcf0 Significant performance improvement of alpha_composite function. homm 2013-03-23 05:44:36 +0400
  • 5aeb7b584b Merge pull request #155 from dwrobel/master Alex Clark ☺ 2013-03-22 12:09:11 -0700
  • 932637673c Merge 9f9ccc1664 into de210a2e21 dwrobel 2013-03-22 12:04:02 -0700
  • 9f9ccc1664 Fixes an uninitialized value for an optional parameter. Effectively, this prevented any remote scanners to be discovered. Damian Wrobel 2013-03-22 19:51:31 +0100
  • 638889cae0 replaced tabs with space in _imaging.c David Schmidt 2013-03-22 15:22:18 +0100
  • de210a2e21 Merge pull request #153 from manisandro/tempfile Alex Clark ☺ 2013-03-21 18:30:12 -0700
  • 9b0a676152 Merge e3cb3074ce into 2e888483a6 Sandro Mani 2013-03-21 18:11:44 -0700
  • e3cb3074ce Add tempfile for test output Sandro Mani 2013-03-22 01:58:19 +0100
  • 2e888483a6 Merge pull request #150 from d-schmidt/master Alex Clark ☺ 2013-03-21 13:22:46 -0700
  • cf24309293 Merge 511adfacf7 into b8fb2147ad David Schmidt 2013-03-21 13:00:26 -0700
  • 511adfacf7 fix png decode tRNS pattern David Schmidt 2013-03-21 21:00:25 +0100
  • b8fb2147ad Merge pull request #151 from Bouke/patch-1 Alex Clark ☺ 2013-03-21 11:03:54 -0700
  • 990b5a48e2 Merge ccec2f02a5 into 79ca29f2f5 Bouke Haarsma 2013-03-21 11:02:25 -0700
  • ccec2f02a5 Added link to travis-ci page Bouke Haarsma 2013-03-21 19:02:21 +0100
  • ecd55629be fix indention David Schmidt 2013-03-21 18:47:37 +0100
  • 1a40613ca5 fix indention David Schmidt 2013-03-21 18:43:22 +0100
  • 09315f263b fixing save of transparency palette png-images David Schmidt 2013-03-21 18:16:00 +0100
  • 677bdbf758 Merge 1ff2b6630a into 79ca29f2f5 David Schmidt 2013-03-21 08:59:58 -0700
  • 1ff2b6630a fixed bug with png-images with transparency palette David Schmidt 2013-03-21 16:54:04 +0100
  • 1713fef08f Merge branch 'master' of https://github.com/wiredfool/Pillow into readme Eric Soroos 2013-03-19 20:41:49 -0700
  • 79ca29f2f5 Merge pull request #146 from wiredfool/webp_tests Alex Clark ☺ 2013-03-19 14:52:07 -0700
  • 15981068a9 Merge 754eb19d9d into 3c93da2008 wiredfool 2013-03-19 13:58:04 -0700
  • 754eb19d9d Fixing deprecation warning on py26 wiredfool 2013-03-19 13:53:37 -0700
  • d678b97444 added write verification test wiredfool 2013-03-19 13:49:01 -0700
  • 02931c4956 checking results of webp decoding wiredfool 2013-03-19 13:40:10 -0700
  • 95353cff15 basic sanity test for webp wiredfool 2013-03-19 11:43:45 -0700
  • 3c93da2008 Merge pull request #145 from wiredfool/travis Alex Clark ☺ 2013-03-19 10:29:10 -0700
  • a39d5960d1 Merge 6bcc8a3922 into 2f4207c0d7 wiredfool 2013-03-19 10:24:50 -0700
  • 6bcc8a3922 added dependencies wiredfool 2013-03-19 10:18:25 -0700
  • 6471b58999 ::block formatting Eric Soroos 2013-03-18 22:53:41 -0700
  • eb4db1c951 Rst, not gfm. Eric Soroos 2013-03-18 22:51:37 -0700
  • e55a94567a Starting to integrate README Eric Soroos 2013-03-18 22:39:30 -0700
  • 2f4207c0d7 Merge pull request #143 from cgohlke/patch-9 Alex Clark ☺ 2013-03-18 14:22:00 -0700
  • c4faee72ef Merge ab94d0330f into b2998ada11 Christoph Gohlke 2013-03-18 13:46:58 -0700
  • ab94d0330f DOC: Fix Remove support for importing from the standard namespace Christoph Gohlke 2013-03-18 13:46:30 -0700
  • b2998ada11 Merge pull request #142 from cgohlke/patch-8 Alex Clark ☺ 2013-03-18 13:28:23 -0700
  • c11d9e5232 Merge 66a6a36ebe into ce738b72dc Christoph Gohlke 2013-03-18 13:21:53 -0700
  • 66a6a36ebe DOC: Remove support for importing from the standard namespace Christoph Gohlke 2013-03-18 13:19:19 -0700
  • ce738b72dc Merge pull request #141 from manisandro/memleak Alex Clark ☺ 2013-03-17 17:10:13 -0700
  • 47d3ccfb6f Merge b57c2ae0e9 into f5d427eb53 Sandro Mani 2013-03-17 17:00:24 -0700
  • b57c2ae0e9 Squash a memory leak Sandro Mani 2013-03-18 00:54:02 +0100
  • f5d427eb53 Merge pull request #140 from cgohlke/patch-7 Alex Clark ☺ 2013-03-16 11:50:55 -0700
  • 99d6b5387b Merge 1f41e25b4f into 6cc2942ca9 Christoph Gohlke 2013-03-16 09:19:00 -0700
  • 1f41e25b4f Fix AttributeError: 'module' object has no attribute 'isNumberType' Christoph Gohlke 2013-03-16 09:16:54 -0700
  • 6cc2942ca9 Add platform testing results from Mark Sienkiewicz Alex Clark 2013-03-15 16:50:59 -0400
  • f9a3390bc7 Add test instructions from Mark Sienkiewicz Alex Clark 2013-03-15 16:47:14 -0400
  • 3b3b1d5497 Change URL to http://python-imaging.github.com/ Alex Clark 2013-03-15 13:42:19 -0400
  • baea361b9a Release 2.0.0 \o/ 2.0.0 Alex Clark 2013-03-15 08:59:50 -0400
  • c5a9673e47 Add license Alex Clark 2013-03-15 08:54:04 -0400
  • 10da86b601 Wording Alex Clark 2013-03-15 08:47:10 -0400