Commit Graph

  • d78371cccd remove a float/int problem David Schmidt 2013-05-23 19:45:39 +0300
  • 12cea19280 a break David Schmidt 2013-05-23 15:45:11 +0200
  • dad5e86226 fix gif test, fix gif optimization for palette length < 3 David Schmidt 2013-05-23 15:24:06 +0200
  • a9fd1f4a94 Merge pull request #225 from wiredfool/pr224 Alex Clark ☺ 2013-05-23 05:51:58 -0700
  • ff7865d02b Merge 587b9a79d8 into 258cf5300d wiredfool 2013-05-23 05:51:51 -0700
  • 258cf5300d Merge pull request #191 from wiredfool/namespaced Alex Clark ☺ 2013-05-23 05:51:36 -0700
  • a36f4fcf34 Merge baba2810ae into c84a77bae7 wiredfool 2013-05-23 05:51:30 -0700
  • 5cd1b9f01e minor addition David Schmidt 2013-05-23 14:31:48 +0200
  • a466b3e099 fixes #211 replace the gif optimization with a working version David Schmidt 2013-05-23 14:06:09 +0200
  • 6f3f916514 Merge c3d6b05d10 into c84a77bae7 Matt Davis 2013-05-22 09:29:46 -0700
  • c84a77bae7 Merge pull request #227 from wiredfool/warnings wiredfool 2013-05-22 09:28:37 -0700
  • ce6c6dab65 Merge 94d9218dd0 into cb28745049 wiredfool 2013-05-22 09:28:25 -0700
  • 94d9218dd0 enable warnings for test suite wiredfool 2013-05-22 09:26:41 -0700
  • baba2810ae version updates wiredfool 2013-05-21 21:46:36 -0700
  • b3752ca053 merge from master wiredfool 2013-05-21 21:29:58 -0700
  • 587b9a79d8 ducktype the array_interface obj to see if it provides tobytes or tostring wiredfool 2013-05-21 21:04:22 -0700
  • c3d6b05d10 Adding a test of fromarray that exercises the if strides is not None block. Matt Davis 2013-05-21 21:55:58 -0400
  • cb28745049 Wording Alex Clark 2013-05-21 17:44:21 -0400
  • 1082173030 Fix Image.fromarray with NumPy arrays Matt Davis 2013-05-21 18:35:11 -0300
  • 1c3ff8857a Merge pull request #220 from wiredfool/weba_transparent Alex Clark ☺ 2013-05-16 12:49:02 -0700
  • 1a02f3827d Merge a7d778eba4 into aea9570a2c wiredfool 2013-05-16 12:42:55 -0700
  • aea9570a2c Merge pull request #221 from wiredfool/jpeg_memoryleak Alex Clark ☺ 2013-05-16 12:42:45 -0700
  • a7d778eba4 added free buffer if there's a problem decoding wiredfool 2013-05-16 10:45:47 -0700
  • 4585930b5a Merge 158cdbe8db into 5c51ae02f3 wiredfool 2013-05-16 07:33:57 -0700
  • 158cdbe8db Enabling cleanup wiredfool 2013-05-16 08:32:24 -0600
  • 5c51ae02f3 Merge pull request #219 from wiredfool/maxblock wiredfool 2013-05-15 21:28:52 -0700
  • f6381ba00c Added cleanup method to prevent memory leaks from truncated jpeg decodes wiredfool 2013-05-15 21:16:37 -0700
  • c4a040d069 Whitespace, 8 space tabs -> 4 spaces wiredfool 2013-05-15 21:15:24 -0700
  • 601ff3bd2f Whitespace, 8 space tabs -> 4 spaces wiredfool 2013-05-15 21:14:03 -0700
  • 454a914b56 Whitespace, 8 space tabs -> 4 spaces wiredfool 2013-05-15 19:57:45 -0700
  • d0183dcaac Merge 37359369ce into 596a4ef1a3 wiredfool 2013-05-15 19:08:17 -0700
  • 5712126d3c Noted tested versions of libwebp wiredfool 2013-05-15 18:42:45 -0700
  • a5499170f9 Feature for transparent webp wiredfool 2013-05-15 17:22:41 -0700
  • 89b6820530 checking raw image length, cleanup and DRY wiredfool 2013-05-15 17:04:17 -0700
  • 11a0fb5f76 consolidated to WebPEncode_wrapper wiredfool 2013-05-15 16:56:59 -0700
  • a235a69d0c removed WebPGetFeatures_wrapper, as it's not used from python anymore wiredfool 2013-05-15 16:39:01 -0700
  • 596a4ef1a3 Move note Alex Clark 2013-05-15 16:54:49 -0400
  • 37359369ce Code to ensure buffer space for exif write and jpeg_write_scanline calls, tests, corrected buffer length calculation wiredfool 2013-05-14 22:29:31 -0700
  • 11ce826121 mixed 8 char tabs & spaces -> spaces wiredfool 2013-05-14 20:45:07 -0700
  • 071b8e6b46 Merge branch 'master' into maxblock wiredfool 2013-05-14 20:37:21 -0700
  • 94239540db fixing deferring the rgba tests, whitespace wiredfool 2013-05-13 22:21:52 -0700
  • 21e3fd2eb7 untabified whitespace wiredfool 2013-05-13 21:47:35 -0700
  • 9ac38c1a3a using the Py_RETURN_NONE macro wiredfool 2013-05-13 21:46:50 -0700
  • a7488d287e py3k -- PyUnicode_FromString instead of PyString_fromString wiredfool 2013-05-13 21:43:13 -0700
  • 014ca1497d versions, feature checking wiredfool 2013-05-13 21:28:18 -0700
  • 0472b91d16 really working webp alpha decoding wiredfool 2013-05-13 21:27:41 -0700
  • b52c22316f inprogress, sorta working wiredfool 2013-05-13 20:50:10 -0700
  • 4852aa5b65 working WebPGetFeatures wiredfool 2013-05-13 11:30:19 -0700
  • 3273b0c4b9 Merge branch 'master' of https://github.com/euangoddard/Pillow into weba_transparent wiredfool 2013-05-13 09:54:34 -0700
  • 310341cec7 merge from master wiredfool 2013-05-13 09:17:52 -0700
  • 5a0308cc19 Partial work to add a wrapper for WebPGetFeatures to correctly support #204 Euan Goddard 2013-05-13 17:02:36 +0100
  • 1344610a52 Added support for alpha transparent webp images #204 Euan Goddard 2013-05-13 17:01:42 +0100
  • e033990559 Merge ad39957bd0 into 9682f2297c Daniel Lindsley 2013-05-12 15:29:16 -0700
  • ad39957bd0 Added a note about how to install Pillow. Daniel Lindsley 2013-05-12 15:28:09 -0700
  • a2663641b6 Wording Alex Clark 2013-05-11 20:55:06 -0400
  • 637b276337 Add links Alex Clark 2013-05-11 20:51:46 -0400
  • 9444a3f97b Styling Alex Clark 2013-05-11 20:46:51 -0400
  • 72b94cbb94 Merge pull request #217 from angelnu/master Alex Clark ☺ 2013-05-11 17:44:56 -0700
  • b07523fa41 Merge 4e9a8ef7d7 into d6d68dfc98 angelnu 2013-05-11 17:39:38 -0700
  • 4e9a8ef7d7 Use the JPEG Plugin save instead of calling the ImageFile directly Angel Nunez Mencias 2013-05-12 02:34:07 +0200
  • d6d68dfc98 Wording Alex Clark 2013-05-11 20:25:51 -0400
  • 18ae40c561 Styling Alex Clark 2013-05-11 20:25:28 -0400
  • 7f43e99d36 Wording Alex Clark 2013-05-11 20:22:07 -0400
  • e1e19608b0 Wording Alex Clark 2013-05-11 20:20:52 -0400
  • 8a657e1949 Wording Alex Clark 2013-05-11 20:20:20 -0400
  • d95162920a Wording Alex Clark 2013-05-11 20:19:21 -0400
  • f5c5e4621b Bump Alex Clark 2013-05-11 20:14:48 -0400
  • 717b9599a3 Bump Alex Clark 2013-05-11 20:13:16 -0400
  • 9f71e960a3 Merge branch 'master' of github.com:python-imaging/Pillow Alex Clark 2013-05-11 20:12:51 -0400
  • 5d38c76899 Clean up SETUP SUMMARY; remove PIL_VERSION Alex Clark 2013-05-11 20:12:27 -0400
  • 7f408e0361 Merge pull request #216 from angelnu/master Alex Clark ☺ 2013-05-11 17:07:07 -0700
  • 48c9d1c18f Merge 04c1aee829 into 79186baec7 angelnu 2013-05-11 17:01:36 -0700
  • 79186baec7 _find_version appears unused Alex Clark 2013-05-11 20:01:03 -0400
  • 714211b327 Update URL Alex Clark 2013-05-11 19:57:26 -0400
  • 04c1aee829 Check qtables NULL pointer Angel Nunez Mencias 2013-05-12 01:56:15 +0200
  • 1e54021afc Flake8 fixes Alex Clark 2013-05-11 19:56:02 -0400
  • ebac93a6c5 Move COPYING -> docs/ Alex Clark 2013-05-11 19:30:13 -0400
  • 6599df461b Merge pull request #213 from mattip/master Alex Clark ☺ 2013-05-11 15:37:04 -0700
  • bc105f2735 Merge 6a942c3065 into 951d750275 Matti Picus 2013-05-11 15:36:42 -0700
  • 951d750275 Merge pull request #214 from manisandro/endian Alex Clark ☺ 2013-05-11 15:35:06 -0700
  • a5c414998d Merge e3f8395293 into 290e3e92a6 Sandro Mani 2013-05-11 15:34:46 -0700
  • 290e3e92a6 Wording Alex Clark 2013-05-08 16:06:16 -0400
  • e3f8395293 Fix test hardcoded for little endian Sandro Mani 2013-05-07 23:55:48 +0200
  • 6a942c3065 add assert to test Matti Picus 2013-05-07 23:49:45 +0300
  • af94b45cbc allow integer image resolution as well as rational Matti Picus 2013-05-07 23:33:21 +0300
  • 5ca04bb728 a test that fails for images with integer resolution Matti Picus 2013-05-07 23:23:51 +0300
  • eee43319bb Consistency Alex Clark 2013-05-03 21:17:46 -0400
  • bbff9bd4c3 Wording Alex Clark 2013-05-03 21:16:03 -0400
  • 377359dc5f Styling, wording, nits, et al Alex Clark 2013-05-03 21:12:28 -0400
  • d1b1520d79 Consistency Alex Clark 2013-05-03 21:10:54 -0400
  • 1e21f01c9e Wording Alex Clark 2013-05-03 21:01:59 -0400
  • 81a4a4a058 Wording Alex Clark 2013-05-03 21:01:19 -0400
  • 1e57fa3e0d Styling Alex Clark 2013-05-03 20:56:09 -0400
  • bf5ab42009 Wording and nits Alex Clark 2013-05-03 20:51:58 -0400
  • bdeb8307e3 Wording and nits Alex Clark 2013-05-03 20:48:33 -0400
  • 9b0ae4ea5a Move platform support into Installation section Alex Clark 2013-05-03 20:45:39 -0400
  • 375ce6d1fe Wording Alex Clark 2013-05-03 20:42:18 -0400
  • b066819aa5 Wording and other nits Alex Clark 2013-05-03 20:40:23 -0400
  • 4cbe53c547 Styling Alex Clark 2013-05-03 20:33:04 -0400
  • a7014f985b Styling, wording, and other nits Alex Clark 2013-05-03 20:30:51 -0400