Commit Graph

  • 97f9579e8b Add history [ci skip] Alex Clark 2013-10-07 09:39:26 -0400
  • 056690792e Merge pull request #364 from wiredfool/premultiply Alex Clark ☺ 2013-10-07 06:38:11 -0700
  • f77d22ed37 Merge 10214bc6c4 into 930a55fdbf wiredfool 2013-10-07 06:37:46 -0700
  • 55913cab1b Print function in tutorial Steve Johnson 2013-10-06 22:54:39 -0700
  • b89ae08522 Add some main page info Steve Johnson 2013-10-06 22:49:20 -0700
  • c3a3c2ed66 Move PIL.Image to top of reference Steve Johnson 2013-10-06 22:43:46 -0700
  • 7659ec905d Remove plugins from built docs for now Steve Johnson 2013-10-06 22:43:32 -0700
  • fd7bfbe86b Update TIFF compression notes Steve Johnson 2013-10-06 22:41:25 -0700
  • 2987c5a7eb Mention WebP on the supported formats page Steve Johnson 2013-10-06 22:39:02 -0700
  • e8cc448fa0 Couple of compatibility updates Steve Johnson 2013-10-06 22:30:16 -0700
  • ff6951f2a4 Fix a tutorial section heading title case Steve Johnson 2013-10-06 21:59:08 -0700
  • 92d391c847 Also skip plugins.rst if skip_api_docs Steve Johnson 2013-10-06 21:57:08 -0700
  • 85adb13d57 Decrease ToC max depth to 2 Steve Johnson 2013-10-06 21:14:41 -0700
  • 869942d498 Split API reference into PIL vs plugins Steve Johnson 2013-10-06 21:14:13 -0700
  • e2d00e4fe8 Pare down index page sidebar Steve Johnson 2013-10-06 20:49:59 -0700
  • 1fa890f356 Fix version number on docs Steve Johnson 2013-10-06 20:48:18 -0700
  • 5d1ae90286 Fix page title Steve Johnson 2013-10-06 20:46:38 -0700
  • f75f83beb0 Fix minor typo Steve Johnson 2013-10-06 20:36:31 -0700
  • 5830393903 Switch to sphinx-better-theme Steve Johnson 2013-10-06 20:36:05 -0700
  • b4a8e023dd Writing your own file decoder Steve Johnson 2013-10-06 20:06:18 -0700
  • 6115049f45 Appendix stubs and all file formats Steve Johnson 2013-10-06 18:56:28 -0700
  • c38a858a6f Concepts Steve Johnson 2013-10-06 18:19:56 -0700
  • 9dc6f83803 Convert Tutorial section of PIL handbook Steve Johnson 2013-10-06 18:12:39 -0700
  • 9ea731287d Stub docs/handbook Steve Johnson 2013-10-06 17:30:20 -0700
  • 458a929706 skip_api_docs option in docs/conf.py Steve Johnson 2013-10-06 17:29:30 -0700
  • fa1db45a11 Add livereload to docs Steve Johnson 2013-10-06 17:06:00 -0700
  • 6a70617041 Formalize doc requirements Steve Johnson 2013-10-06 17:05:49 -0700
  • 930a55fdbf Add PyPI badges! Alex Clark 2013-10-06 11:22:41 -0400
  • 10214bc6c4 Premultiply RGBA images prior to transform and resize and undo after wiredfool 2013-10-04 13:25:32 -0700
  • b9f94b7632 adding RGBa->RGBA conversion wiredfool 2013-10-04 13:24:47 -0700
  • 7077cd18af Tests for premultiplication on transform/resize wiredfool 2013-10-04 12:55:25 -0700
  • cbfae86f24 Rework of the removal of the Py_ssize_t patch. Explictly downcast the py_ssize_t to ints rather than rely on ints coming back from PyArg_ParseTuple wiredfool 2013-10-04 11:27:28 -0700
  • c08679ede9 Merge branch 'master' of https://github.com/python-imaging/Pillow into pypy wiredfool 2013-10-04 08:42:47 -0700
  • 7ccc5115be Merge branch 'master' into pypy wiredfool 2013-10-04 08:41:49 -0700
  • fcfa97498b Add note about Linux distros Alex Clark 2013-10-04 07:13:14 -0400
  • f0f3f3243e Merge pull request #362 from cgohlke/patch-2 wiredfool 2013-10-03 20:27:59 -0700
  • 9b82b1cb49 Merge c9f7efa79d into 2246e69870 Christoph Gohlke 2013-10-03 19:30:17 -0700
  • c9f7efa79d Restore compatibilty with ANSI C again Christoph Gohlke 2013-10-03 19:30:07 -0700
  • 2246e69870 Merge pull request #361 from cgohlke/patch-1 wiredfool 2013-10-03 11:31:07 -0700
  • a572e10600 Merge 029fc76dd6 into 55a749633d Christoph Gohlke 2013-10-03 11:31:00 -0700
  • 55a749633d Merge pull request #360 from wiredfool/readme_2 wiredfool 2013-10-03 11:30:50 -0700
  • 029fc76dd6 Update Platform support Christoph Gohlke 2013-10-03 11:04:42 -0700
  • 366a6b74af Merge 851a47c44f into 4377f6a326 wiredfool 2013-10-03 09:23:36 -0700
  • 851a47c44f more testing added wiredfool 2013-10-03 09:21:11 -0700
  • 4377f6a326 Add history [ci skip] Alex Clark 2013-10-03 08:15:25 -0400
  • 84b0ba7207 Merge pull request #359 from wiredfool/pypy Alex Clark ☺ 2013-10-03 05:14:23 -0700
  • 30e6c6d1ab Merge branch 'master' into tifftags wiredfool 2013-10-02 22:30:01 -0700
  • c4f9fa7a40 Py3 -- can't join a string wiredfool 2013-10-02 22:23:27 -0700
  • dbf47837ce Add arbitrary tags to tiff images using an ImageFileDirectory wiredfool 2013-10-02 22:06:17 -0700
  • c5216d79c2 Py3 same test results as py2 wiredfool 2013-10-02 20:26:34 -0700
  • 1a6ca03ec7 switched travis to lcms2 wiredfool 2013-10-02 16:37:04 -0700
  • 95b2434eb2 added accessors for the 4 individual info fields wiredfool 2013-10-02 16:36:20 -0700
  • ce4671c14c better white point calculation, but still questionable wiredfool 2013-10-02 16:35:07 -0700
  • 2c46984ed1 one more condition on the name field wiredfool 2013-10-02 16:34:46 -0700
  • bded4abc9d profile name mostly working, profile info failing still since it's complicated sfuff that's not easily exposed in lcms2 wiredfool 2013-10-02 16:13:07 -0700
  • 16eed66095 requiring lcms > 2 wiredfool 2013-10-02 14:26:47 -0700
  • 7d7f2b21f3 Merge 5ac92bbbf1 into 3c2496e117 wiredfool 2013-10-02 12:08:26 -0700
  • 5ac92bbbf1 64 bit clean sizes to pass webp_metadata tests on PyPy 2.1.0 wiredfool 2013-10-02 12:03:06 -0700
  • c00a33f8a1 reduce text volume on failed test wiredfool 2013-10-02 12:02:18 -0700
  • 3c2496e117 Bump 2.2.1 Alex Clark 2013-10-02 13:07:32 -0400
  • 72b1f2012b Styling [ci skip] Alex Clark 2013-10-02 13:06:24 -0400
  • b145d302d9 Wording [ci skip] Alex Clark 2013-10-02 13:06:06 -0400
  • 7ef3406310 Fix manifest (again) Alex Clark 2013-10-02 13:02:23 -0400
  • abe682b877 Fix make pre Alex Clark 2013-10-02 12:59:05 -0400
  • 258434b8ef Fix test failures for Pypy 2.1 around memory mapping wiredfool 2013-10-02 09:56:29 -0700
  • 523a543ce9 Add history [ci skip] Alex Clark 2013-10-02 12:55:28 -0400
  • f07d9ee924 Merge pull request #358 from wiredfool/readme_2 Alex Clark ☺ 2013-10-02 09:38:52 -0700
  • 97be816dc6 Merge 6ff1e1e6ab into 41125689b1 wiredfool 2013-10-02 09:05:36 -0700
  • 6ff1e1e6ab Test matrix wiredfool 2013-10-02 09:04:00 -0700
  • 41125689b1 Merge pull request #357 from wiredfool/brew Alex Clark ☺ 2013-10-02 08:40:44 -0700
  • 0e9434cfd3 Merge c4758452bb into 9b0bc48d26 wiredfool 2013-10-02 08:37:23 -0700
  • c4758452bb try/except around homebrew, fixes #356 wiredfool 2013-10-02 08:36:47 -0700
  • 9b0bc48d26 Wording [ci skip] 2.2.0 Alex Clark 2013-10-02 07:18:39 -0400
  • 0c4d661406 Fix manifest Alex Clark 2013-10-02 07:15:04 -0400
  • 79e024d351 Wording [ci skip] Alex Clark 2013-10-02 07:09:49 -0400
  • b6e8a4a819 Wording [ci skip] Alex Clark 2013-10-02 07:07:14 -0400
  • 4bf9f9a3d7 Wording [ci skip] Alex Clark 2013-10-02 07:06:12 -0400
  • 9da4ba8a54 Add documentation for experimental wheel support Alex Clark 2013-10-02 06:54:19 -0400
  • 7eba803b9b Wording [ci skip] Alex Clark 2013-10-02 06:44:46 -0400
  • 92ed8bfcbf Add platform info from @wiredfool Alex Clark 2013-10-02 06:40:11 -0400
  • 13860addc4 versioning wiredfool 2013-10-01 23:22:45 -0700
  • 135c47e82a try the ascii version of cmsGetProfileInfo wiredfool 2013-10-01 23:22:37 -0700
  • e9e5599412 buildable, selftest registers properly wiredfool 2013-10-01 23:05:56 -0700
  • 88c584c5de product attributes wiredfool 2013-10-01 22:54:39 -0700
  • 9c0f4a131f LCMSBOOL -> cmsBool wiredfool 2013-10-01 22:24:41 -0700
  • a2fd0e99e2 createprofile wiredfool 2013-10-01 22:22:56 -0700
  • db4f11a05c DWORD -> cmsUInt32Number wiredfool 2013-10-01 22:16:59 -0700
  • e5a6615ad2 DWORD -> cmsUInt32Number wiredfool 2013-10-01 22:07:35 -0700
  • af1e525914 ic -> cms prefix change wiredfool 2013-10-01 22:03:52 -0700
  • c592845bd4 Error handling has changed, methods return null on error wiredfool 2013-10-01 21:55:59 -0700
  • 0043a22c23 Merge pull request #355 from wiredfool/test-transform Alex Clark ☺ 2013-10-01 01:30:53 -0700
  • 15c9a2853a Merge a0d7e72cbb into 41b1021ffe wiredfool 2013-09-30 22:47:38 -0700
  • a0d7e72cbb don't write the test image wiredfool 2013-09-30 22:47:22 -0700
  • 7546e1fb17 Py3. sigh wiredfool 2013-09-30 22:32:50 -0700
  • 46c58560ba adding memset test wiredfool 2013-09-30 22:10:19 -0700
  • 2afdc3776d quad test, with blank space test wiredfool 2013-09-30 22:01:23 -0700
  • 2241f744d9 extents test wiredfool 2013-09-30 21:57:19 -0700
  • 5e897341c6 Added mesh transform test wiredfool 2013-09-30 21:21:53 -0700
  • 41b1021ffe Merge pull request #354 from wiredfool/test_numpy Alex Clark ☺ 2013-09-30 17:10:28 -0700
  • b732962361 Merge 05d0aa65f1 into 2dca1a41f0 wiredfool 2013-09-30 17:06:18 -0700