Commit Graph

9749 Commits

Author SHA1 Message Date
Alex Clark ☺
056690792e Merge pull request #364 from wiredfool/premultiply
Alpha Premultiplication support for transform and resize
2013-10-07 06:38:11 -07:00
Steve Johnson
55913cab1b Print function in tutorial 2013-10-06 22:54:39 -07:00
Steve Johnson
b89ae08522 Add some main page info 2013-10-06 22:49:20 -07:00
Steve Johnson
c3a3c2ed66 Move PIL.Image to top of reference 2013-10-06 22:43:46 -07:00
Steve Johnson
7659ec905d Remove plugins from built docs for now 2013-10-06 22:43:32 -07:00
Steve Johnson
fd7bfbe86b Update TIFF compression notes 2013-10-06 22:41:25 -07:00
Steve Johnson
2987c5a7eb Mention WebP on the supported formats page 2013-10-06 22:39:02 -07:00
Steve Johnson
e8cc448fa0 Couple of compatibility updates 2013-10-06 22:30:16 -07:00
Steve Johnson
ff6951f2a4 Fix a tutorial section heading title case 2013-10-06 21:59:08 -07:00
Steve Johnson
92d391c847 Also skip plugins.rst if skip_api_docs 2013-10-06 21:57:08 -07:00
Steve Johnson
85adb13d57 Decrease ToC max depth to 2 2013-10-06 21:53:26 -07:00
Steve Johnson
869942d498 Split API reference into PIL vs plugins 2013-10-06 21:53:26 -07:00
Steve Johnson
e2d00e4fe8 Pare down index page sidebar 2013-10-06 21:53:26 -07:00
Steve Johnson
1fa890f356 Fix version number on docs 2013-10-06 21:53:26 -07:00
Steve Johnson
5d1ae90286 Fix page title 2013-10-06 21:53:26 -07:00
Steve Johnson
f75f83beb0 Fix minor typo 2013-10-06 21:53:26 -07:00
Steve Johnson
5830393903 Switch to sphinx-better-theme 2013-10-06 21:53:26 -07:00
Steve Johnson
b4a8e023dd Writing your own file decoder 2013-10-06 21:53:25 -07:00
Steve Johnson
6115049f45 Appendix stubs and all file formats 2013-10-06 21:53:22 -07:00
Steve Johnson
c38a858a6f Concepts 2013-10-06 21:39:20 -07:00
Steve Johnson
9dc6f83803 Convert Tutorial section of PIL handbook 2013-10-06 21:39:08 -07:00
Steve Johnson
9ea731287d Stub docs/handbook 2013-10-06 20:27:59 -07:00
Steve Johnson
458a929706 skip_api_docs option in docs/conf.py 2013-10-06 20:27:59 -07:00
Steve Johnson
fa1db45a11 Add livereload to docs 2013-10-06 20:27:59 -07:00
Steve Johnson
6a70617041 Formalize doc requirements 2013-10-06 20:27:46 -07:00
Alex Clark
930a55fdbf Add PyPI badges!
http://codeinthehole.com/writing/pypi-readme-badges/
2013-10-06 11:22:41 -04:00
wiredfool
10214bc6c4 Premultiply RGBA images prior to transform and resize and undo after 2013-10-04 13:25:32 -07:00
wiredfool
b9f94b7632 adding RGBa->RGBA conversion 2013-10-04 13:24:47 -07:00
wiredfool
7077cd18af Tests for premultiplication on transform/resize 2013-10-04 12:55:25 -07:00
wiredfool
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 2013-10-04 11:29:01 -07:00
wiredfool
c08679ede9 Merge branch 'master' of https://github.com/python-imaging/Pillow into pypy 2013-10-04 08:42:47 -07:00
wiredfool
7ccc5115be Merge branch 'master' into pypy 2013-10-04 08:41:49 -07:00
Alex Clark
fcfa97498b Add note about Linux distros 2013-10-04 07:13:14 -04:00
wiredfool
f0f3f3243e Merge pull request #362 from cgohlke/patch-2
Restore compatibilty with ANSI C again
2013-10-03 20:27:59 -07:00
Christoph Gohlke
c9f7efa79d Restore compatibilty with ANSI C again 2013-10-03 19:30:07 -07:00
wiredfool
2246e69870 Merge pull request #361 from cgohlke/patch-1
Update Platform support
2013-10-03 11:31:07 -07:00
wiredfool
55a749633d Merge pull request #360 from wiredfool/readme_2
Readme Updates
2013-10-03 11:30:50 -07:00
Christoph Gohlke
029fc76dd6 Update Platform support 2013-10-03 11:04:42 -07:00
wiredfool
851a47c44f more testing added 2013-10-03 09:21:11 -07:00
Alex Clark
4377f6a326 Add history [ci skip] 2013-10-03 08:15:25 -04:00
Alex Clark ☺
84b0ba7207 Merge pull request #359 from wiredfool/pypy
Fixes to make Pypy 2.1.0 work on Ubuntu 12.04/64
2013-10-03 05:14:23 -07:00
wiredfool
30e6c6d1ab Merge branch 'master' into tifftags 2013-10-02 22:30:01 -07:00
wiredfool
c4f9fa7a40 Py3 -- can't join a string 2013-10-02 22:23:27 -07:00
wiredfool
dbf47837ce Add arbitrary tags to tiff images using an ImageFileDirectory 2013-10-02 22:06:17 -07:00
wiredfool
c5216d79c2 Py3 same test results as py2 2013-10-02 20:26:34 -07:00
wiredfool
1a6ca03ec7 switched travis to lcms2 2013-10-02 16:37:04 -07:00
wiredfool
95b2434eb2 added accessors for the 4 individual info fields 2013-10-02 16:36:20 -07:00
wiredfool
ce4671c14c better white point calculation, but still questionable 2013-10-02 16:35:07 -07:00
wiredfool
2c46984ed1 one more condition on the name field 2013-10-02 16:34:46 -07:00
wiredfool
bded4abc9d profile name mostly working, profile info failing still since it's complicated sfuff that's not easily exposed in lcms2 2013-10-02 16:13:07 -07:00