Commit Graph

3824 Commits

Author SHA1 Message Date
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
60902efeb0 Added test 2015-08-22 23:03:11 +10:00
Andrew Murray
2d9f091a30 Improved handling of getink color 2015-08-22 22:29:23 +10:00
Andrew Murray
e623f96f57 Fixed typo 2015-08-21 19:45:12 +10:00
Sandy
93a8e43ddf ImagePalette: Add param documentation 2015-08-20 15:25:08 -04:00
Hugo van Kemenade
e4f68d0658 Merge pull request #1376 from radarhere/travis
Disabled Travis coverage script for nightly
2015-08-11 21:58:02 +03:00
Andrew Murray
e9f0d53382 Disabled Travis coverage scripts for nightly build 2015-08-11 23:37:41 +10:00
Hugo van Kemenade
b1e081bfc2 Update CHANGES.rst [CI skip] 2015-08-11 14:15:08 +03:00
Hugo van Kemenade
8011dd96a9 Merge pull request #1361 from hugovk/python_dev2
Test on Python 3.5 dev and 3.6 nightly
2015-08-11 14:14:30 +03:00
Hugo van Kemenade
79f588b009 Update CHANGES.rst [CI skip] 2015-08-09 11:27:24 +03:00
Hugo van Kemenade
d66f9eb7ea Merge pull request #1373 from radarhere/rotate
Fix fast rotate operations
2015-08-09 11:26:51 +03:00
Hugo van Kemenade
63213db338 Merge pull request #1374 from radarhere/flake
Flake8 fix
2015-08-06 13:05:43 +03:00
Andrew Murray
e271471f8e Flake8 fix 2015-08-06 00:24:08 +10:00
Andrew Murray
f6d11a2803 Only use fast rotate operations if the expand flag is in use or the image is square 2015-08-06 00:23:14 +10:00
Hugo van Kemenade
d958d4853d Update CHANGES.rst [CI skip] 2015-08-05 16:42:20 +03:00
Hugo van Kemenade
60cb3f7550 Merge pull request #1372 from radarhere/pathlib
Added support for pathlib Path objects to open and save
2015-08-05 16:41:40 +03:00
Andrew Murray
7775ff3ac7 Updated docstrings 2015-08-05 22:32:15 +10:00
Andrew Murray
cf4145e2c9 Added test for pathlib 2015-08-05 21:29:24 +10:00
Andrew Murray
457d39832d Added support for pathlib Path objects to open and save 2015-08-05 20:54:33 +10:00
Hugo van Kemenade
6ffa876d33 Update CHANGES.rst [CI skip] 2015-08-04 15:37:41 +03:00
Hugo van Kemenade
8faf299ca0 Merge pull request #1333 from radarhere/format
Changed register calls to use format property
2015-08-04 15:37:09 +03:00
Hugo van Kemenade
63ea8ff5eb Update CHANGES.rst [CI skip] 2015-08-01 10:55:04 +03:00
Hugo van Kemenade
1368d972e7 Merge pull request #1367 from radarhere/imagegrab
Added support for ImageGrab.grab to OS X
2015-08-01 10:54:31 +03:00
Andrew Murray
7c0554c74e Added support for ImageGrab.grab to OS X 2015-08-01 17:44:13 +10:00
Hugo van Kemenade
ab9f995dd8 Update CHANGES.rst [CI skip] 2015-07-31 19:13:20 +03:00
Hugo van Kemenade
e442a72baa Merge pull request #1365 from radarhere/psdraw
Fixed PSDraw stdout Python 3 compatibility
2015-07-31 19:12:47 +03:00
Andrew Murray
f5df0b86fc Fixed PSDraw stdout Python 3 compatibility 2015-07-31 20:59:59 +10:00
Hugo van Kemenade
63d62b4192 Update CHANGES.rst [CI skip] 2015-07-30 22:07:03 +03:00
Hugo van Kemenade
b7b321d13d Merge pull request #1363 from radarhere/winbuild
Added Python 3.3 to AppVeyor
2015-07-30 22:06:18 +03:00
Andrew Murray
45efd74864 Added Python 3.3 to AppVeyor 2015-07-30 22:23:57 +10:00
hugovk
50a3c32d4c Test on Python 3.5/3.6 dev 2015-07-29 22:55:01 +03:00
Hugo van Kemenade
2e9a827675 Merge pull request #1358 from radarhere/patch-1
Changed indentation to be consistent
2015-07-29 22:46:34 +03:00
Andrew Murray
3a25b1cd9b Added test for _getexif TypeError 2015-07-29 23:38:26 +10:00
Andrew Murray
87d00fe441 Catch TypeError in _getexif file seek 2015-07-29 20:01:23 +10:00
Andrew Murray
9e994b9e42 Changed indentation to be consistent 2015-07-28 19:59:52 +10:00
Nicholas Jones
1589052fb5 Fix setup.py for Solaris/SmartOS 2015-07-27 13:07:35 -04:00
Andrew Murray
38b18115cb Merge pull request #1353 from Sapphire64/testfix
Fixing typo to have proper testing
2015-07-23 19:42:44 +10:00
Anton Vlasenko
a90e72076a Fixing typo to have proper testing 2015-07-23 11:29:26 +02:00
Hugo van Kemenade
892b734c6b Merge pull request #1352 from radarhere/landscape
Set landscape max-line-length
2015-07-21 11:49:52 +03:00
Andrew Murray
31edcad8f8 Set landscape max-line-length 2015-07-21 18:23:55 +10:00
Hugo van Kemenade
eee98f8043 Update CHANGES.rst [CI skip] 2015-07-19 20:27:53 +03:00
Hugo van Kemenade
e1fb53f83f Merge pull request #1350 from radarhere/1328_mpo_fix
Treat MPO with unknown header as base JPEG file
2015-07-19 20:24:30 +03:00
Andrew Murray
2a3a34d2ff Treat MPO with unknown header as base JPEG file 2015-07-19 22:56:04 +10:00
Hugo van Kemenade
df02be0c70 Merge pull request #1348 from radarhere/docs
Corrected ImageDraw multiline text param documentation [ci skip]
2015-07-15 15:49:25 +03:00
Andrew Murray
d072ee469c Corrected ImageDraw multiline text param documentation [ci skip] 2015-07-15 22:43:52 +10:00
Andrew Murray
ee40cb06fa Merge pull request #1346 from python-pillow/hugovk-patch-1-docs
Added missing fill param
2015-07-15 22:34:18 +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
Hugo van Kemenade
4666fcf8be Update CHANGES.rst [CI skip] 2015-07-13 20:21:14 +03:00
Hugo van Kemenade
ad2b3aa8de Merge pull request #1344 from radarhere/tests
Added additional tests for TiffImagePlugin
2015-07-13 20:20:11 +03:00
Andrew Murray
c7339c244e Added additional tests for TiffImagePlugin 2015-07-13 23:37:44 +10:00