Commit Graph

8006 Commits

Author SHA1 Message Date
Stephen Johnson
7b9c19b293 Tweak PIL.rst namespace and description 2013-10-12 00:53:46 -07:00
Stephen Johnson
5c9329d5ba Fully document PIL.ImageDraw 2013-10-12 00:52:01 -07:00
wiredfool
215b61aadf added lab->srgb and srgb->lab->srgb tests 2013-10-11 23:39:16 -07:00
wiredfool
ace78d0734 Lab is Uint, Int, Int. Tests failing 2013-10-11 23:31:47 -07:00
wiredfool
cb9440a2f5 packing into 24bit 2013-10-11 23:31:26 -07:00
Stephen Johnson
88c700f3b2 Fully document PIL.ImageColor 2013-10-11 22:54:24 -07:00
Stephen Johnson
1e726ea36a Remove old ImageChops comments; redundant with docstrings 2013-10-11 22:46:57 -07:00
Stephen Johnson
a31a84f012 Remove ImageChops from PIL.rst 2013-10-11 22:46:39 -07:00
Stephen Johnson
546c20491f Improve ImageChops docstrings 2013-10-11 22:45:23 -07:00
Stephen Johnson
39d5e639f0 Fully document PIL.ImageChops 2013-10-11 22:45:09 -07:00
wiredfool
13d62c9f91 Added LAB to Unpack 2013-10-11 22:40:37 -07:00
wiredfool
eca93101de B->A, spacing 2013-10-11 22:40:14 -07:00
wiredfool
1111fca8c6 Solved Segfault 2013-10-11 22:29:19 -07:00
Stephen Johnson
b533aa665e Fix many formatting mistakes in PIL.Image's docstrings 2013-10-11 22:18:40 -07:00
Stephen Johnson
b25e8c5d18 Fully document PIL.Image from handbook 2013-10-11 22:18:28 -07:00
wiredfool
1c3932e89f Added LAB mode, core dumped 2013-10-10 23:27:34 -07:00
wiredfool
ac38d91a2d Well, now I know _why_ it's failing. We don't have a concept for LAB color 2013-10-10 23:02:33 -07:00
wiredfool
b506e2ad44 Fixed ability to create LAB profiles with color temperatures 2013-10-10 22:42:27 -07:00
wiredfool
9042f8c61f split tests, disable info difference tests 2013-10-10 22:16:56 -07:00
wiredfool
ce041fd199 moving string functions into python, py27 and py32 now really work the same 2013-10-10 22:12:45 -07:00
Alex Clark
7be6e26e7b Merge branch 'master' of github.com:python-imaging/Pillow 2013-10-10 05:24:14 -04:00
Alex Clark
8f81298a5a Add history [ci skip] 2013-10-10 05:24:10 -04:00
Alex Clark ☺
577780d2c2 Merge pull request #371 from irskep/doc-improvements
Move or copy a bunch of content from README.rst to docs/
2013-10-10 02:23:18 -07:00
Alex Clark ☺
efeb1458a2 Merge pull request #373 from wiredfool/setup
Style: Convert ''.split to iteration over tuple
2013-10-10 02:15:42 -07:00
Alex Clark
8ae54f2b40 Add history [ci skip] 2013-10-10 05:10:12 -04:00
Alex Clark ☺
8571c43e7f Merge pull request #368 from iElectric/respect_cflags_ldflags
respect CFLAGS/LDFLAGS when searching for headers/libs
2013-10-10 02:08:58 -07:00
wiredfool
473f5d8fc7 Changed ''.split to tuples 2013-10-09 21:44:05 -07:00
wiredfool
043dda21d2 Added tiff save option documentation 2013-10-08 22:41:44 -07:00
wiredfool
21697f676b Merge branch 'master' into tifftags 2013-10-08 21:34:02 -07:00
Steve Johnson
c3aaa9e9c4 Link to Github 2013-10-08 17:28:09 -07:00
Steve Johnson
7bcf0a17a4 Add myself to CONTRIBUTORS.rst 2013-10-08 17:24:42 -07:00
Steve Johnson
ea8b1ed321 Add global ToC back to index page 2013-10-08 17:23:39 -07:00
Steve Johnson
f218b8d68f Link to PyPI from index.rst; formatting fixes 2013-10-08 17:19:49 -07:00
Steve Johnson
2c5073e2e1 Bump required pillow version in docs/requirements.txt 2013-10-08 17:17:21 -07:00
Steve Johnson
cdaf584b63 Fix some readme formatting 2013-10-08 17:16:45 -07:00
Steve Johnson
9116813e70 Remove PIL porting guide from Readme 2013-10-08 17:15:58 -07:00
Steve Johnson
ea83ab9c58 Clarify contributor updates 2013-10-08 17:15:50 -07:00
Steve Johnson
ab1f35a8a8 Copy/move a bunch of README content to the doc site 2013-10-08 17:13:06 -07:00
Steve Johnson
36b370e465 Helpful sidebar 2013-10-08 16:34:24 -07:00
Steve Johnson
6fea2a5ad3 Simplify docs/conf.py 2013-10-08 16:19:35 -07:00
wiredfool
08347569b5 Another python 2.6 detail 2013-10-08 11:32:51 -07:00
wiredfool
e9b0b09b72 Python 2.6 compatibility 2013-10-08 10:43:55 -07:00
wiredfool
a91283061e Python3 fixes 2013-10-07 23:30:55 -07:00
wiredfool
0bded743f5 Additional test image 2013-10-07 23:14:46 -07:00
wiredfool
e35ed87be6 Writing multiple rational items 2013-10-07 23:09:41 -07:00
wiredfool
0204733fd6 Proper handling of both IFDs for libtiff usage 2013-10-07 23:03:50 -07:00
wiredfool
2188cf2baf typo 2013-10-07 23:03:13 -07:00
wiredfool
e6c8e5abec better handling of unicode, rational tuples 2013-10-07 23:02:59 -07:00
wiredfool
350cc702f1 Additional tests for reading and writing Tiff ImageFileDirectories 2013-10-07 23:01:15 -07:00
wiredfool
a3d267b96c Changes in the internal representation of ImageFileDirectory 2013-10-07 17:05:27 -07:00