Alex Clark
46baaaf2b2
Add AppVeyor badge [ci skip]
2015-10-04 06:53:00 -04:00
Alex Clark
2fa3738244
s/aclark4life/pillow/ [ci skip]
2015-10-04 06:36:17 -04:00
Alex Clark
5a8e6b38a9
Add Gratipay Badge [ci skip]
...
Note: anyone on the GitHub Pillow Team interested in receiving donations for their contributions may do so via the Gratipay Pillow Team (https://gratipay.com/pillow/ ). I'm not sure how to add folks, but if you are interested I will figure it out (I'm currently the only recipient.)
2015-10-04 06:34:34 -04:00
Alex Clark
fd005c6fa2
Add docs badge [ci skip]
...
Because more badges and the same badges duplicated in two places! (Maybe we only need badges in either the README.rst or docs/index.rst? Or maybe just we need to keep duplicating them. Not sure.)
2015-10-02 06:29:48 -04:00
wiredfool
88dbf06820
Update Release Notes [ci skip]
...
Updated release notes to cover the change to the handling of libjpeg and libz
Update installation.rst formatting
2015-10-02 03:07:20 -07:00
Alex Clark
c0dbeb0551
Ordering & remove plugins [ci skip]
...
Ordering & remove plugins from list (moved to reference folder)
2015-10-01 11:02:56 -04:00
wiredfool
dc5183fead
added release notes for 3.0.0, added them to index and toc
2015-10-01 15:50:07 +01:00
wiredfool
92f5133469
Merge pull request #1445 from radarhere/pdf
...
Added PDF multipage saving
2015-10-01 05:33:11 -07:00
Andrew Murray
125ec9c650
Added documentation
2015-10-01 19:45:27 +10:00
Alex Clark
cfd87ccad2
Move CI note to contributing
2015-09-30 08:37:02 -04:00
Alex Clark
ddb12e25b7
Wording
2015-09-30 08:30:40 -04:00
Alex Clark
b65c170b22
Order swap and remove old ref
2015-09-30 07:33:16 -04:00
Alex Clark
c446a8329e
Move Plugins to Reference
...
Plugin references were previously unlinked AFAICT, now moved to references/ and linked from references index. (I'm not sure I fully understand or can recall if these API references are generated once then updated or generated each time via `make html` ?)
2015-09-30 07:31:06 -04:00
Alex Clark
7ff78543c8
Port to the top
...
As "how to port" (make code written for PIL work with Pillow) is likely a FAQ, back to the top.
2015-09-30 07:28:35 -04:00
Alex Clark
e85d058f07
Add RTD blurb
2015-09-30 07:27:02 -04:00
Alex Clark
62068ff9a7
Remove extra header
2015-09-30 07:24:58 -04:00
Alex Clark
d194da6eda
Create developer section
...
- Move release notes & porting info to developer section
2015-09-30 06:56:48 -04:00
Alex Clark
aa263857f3
Clean up Handbook
...
A while back somebody awesome forked the PIL Handbook (http://effbot.org/imagingbook/pil-index.htm ) to Pillow. IIRC we tried to incorporate the handbook "seemlessly", which apparently meant not using the word "handbook" anywhere. Now that seems confusing, so I'm reorganizing all the handbook content under one section named "Handbook".
This commit:
- Moves guides.rst to handbook/index.rst
- Moves appendices.rst to handbook/
- Removes developer.rst from handbook index.
- Removes porting-pil-to-pillow.rst from handbook index.
Unrelated to the above:
- Shorten title "Porting existing PIL-based code to Pillow" to "Porting"
- Move text "Porting existing PIL-based code to Pillow" to faux sub-header (bold text not sub-header because there's only one section.)
"Porting" may be better named "Migrating", not sure yet.
2015-09-30 06:38:51 -04:00
Alex Clark
edb238f4e5
Shorten title; Clarify these are rst files
...
- Shorten "About Pillow" to Pillow (the reader likely already knows we're talking about Pillow)
- Clarify reference to rst files by using rst extension; Sphinx seems to recognize either convention, but humans (like me) forget exactly what Sphinx is doing sometimes.
2015-09-30 06:21:52 -04:00
Alex Clark
eabaef12fa
Remove pre-fork-readme
...
This exists here *too* and we probably don't need two copies: https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#pre-fork . Hence, this one can be removed.
2015-09-30 06:16:55 -04:00
wiredfool
ca929bdfc0
Merge pull request #1435 from radarhere/tiff
...
Minor Tiff formatting changes
2015-09-29 15:43:40 +01:00
wiredfool
89ccf66ff7
Merge pull request #1343 from radarhere/deprecated
...
Removed deprecated code
2015-09-29 15:38:34 +01:00
Alex Clark
8d615583d7
Wording [ci skip]
...
Remove comments on "friendly PIL fork"
2015-09-29 09:59:27 -04:00
Hugo van Kemenade
4d4dc99fa8
Mention when OS X support was added
...
To try and avoid confusion like http://stackoverflow.com/q/32799143/724176
2015-09-28 15:34:44 +03:00
Andrew Murray
1306f7d6af
Updated URLs for redirects
2015-09-28 21:53:25 +10:00
Andrew Murray
d097d44fa1
Updated documentation and removed deprecated comment
2015-09-23 22:14:06 +10:00
wiredfool
d4afc9ed1f
Documentation for requiring libjpeg and zlib unless disabled
2015-09-22 21:38:17 +01:00
wiredfool
de34547f33
Merge pull request #1419 from wiredfool/tiff-ifd-rewrite
...
Tiff ImageFileDirectory Rewrite
2015-09-20 10:36:19 +01:00
wiredfool
f0889a8e12
Merge pull request #1424 from wiredfool/doc-warnings
...
Fix sphinx build warnings
2015-09-20 10:32:32 +01:00
Andrew Murray
a3107af63f
Removed ImageFileIO, deprecated since PIL
2015-09-19 21:06:12 +10:00
wiredfool
a38fb2d0c5
Merge pull request #1384 from radarhere/gifparams
...
GIF 89a and animation parameters
2015-09-18 14:41:45 +01:00
Andrew Murray
01356a9ad8
Improved documentation [ci skip]
2015-09-18 21:41:36 +10:00
wiredfool
2af6971444
Fix sphinx build warnings
2015-09-14 07:38:46 -07:00
wiredfool
1614f2fdb5
Documentation for IFD Changes
2015-09-14 07:01:57 -07:00
Charles Merriam
5f2155d383
Update concepts.rst; clarify 'bands'
2015-09-03 13:26:04 -07:00
Andrew Murray
80b9f7c07e
Updated Platform Support for Yosemite [ci skip]
2015-08-30 21:17:06 +10:00
Charles Merriam
f211601ecd
In tutorial of pasting images, add to mask text.
...
Using an RGBA image as its own mask is a common question. It shows up in a dozen Stack Overflow questions, e.g., (http://stackoverflow.com/questions/5324647/how-to-merge-a-transparent-png-image-with-another-image-using-pil ). Adding a sentence to the tutorial gives people a chance of noticing this.
2015-08-23 18:30:39 -07:00
Andrew Murray
7c0554c74e
Added support for ImageGrab.grab to OS X
2015-08-01 17:44:13 +10:00
Andrew Murray
d072ee469c
Corrected ImageDraw multiline text param documentation [ci skip]
2015-07-15 22:43:52 +10:00
Hugo van Kemenade
7598f6c955
Add missing fill param
...
And re-order params to match method.
[CI skip]
2015-07-15 14:00:47 +03:00
Andrew Murray
94ed100bb2
Removed ImageDraw methods deprecated in PIL 1.1.15
2015-07-13 17:41:26 +10:00
David Schmidt
ac7b4b825a
gif doc improved
...
- missing closing brackt
- EOFError mentioned
2015-06-28 13:04:46 +02:00
Andrew Murray
65f5f05b4f
Added documentation for width and height properties [ci skip]
2015-06-26 20:14:26 +10:00
wiredfool
680aaa41cb
Merge pull request #1177 from radarhere/multiline
...
Multiline text
2015-06-20 13:58:28 -07:00
wiredfool
a92d737177
Merge pull request #1278 from wiredfool/winbuild
...
Windows Build/CI
2015-06-18 09:03:38 -07:00
Andrew Murray
9546fac7ec
Added multiline documentation
2015-06-18 13:22:04 +10:00
wiredfool
1f9f9cc206
Merge pull request #1170 from homm/fix-docs
...
Fix JPEG image format docs
2015-06-17 12:29:43 -07:00
Andrew Murray
d35ecbef84
Fixed various typos
2015-06-17 09:02:32 +10:00
wiredfool
6046ef2221
dash [ci skip]
2015-06-16 13:45:45 -07:00
wiredfool
cedb226ef2
Style nits
2015-06-16 13:29:30 -07:00