Commit Graph

3906 Commits

Author SHA1 Message Date
wiredfool
89ccf66ff7 Merge pull request #1343 from radarhere/deprecated
Removed deprecated code
2015-09-29 15:38:34 +01:00
wiredfool
29d512a330 Updated Changes.rst [ci skip] 2015-09-29 15:38:23 +01:00
Alex Clark
0387cfe912 Remove badge [ci skip]
Landscape.io is down #1351.
2015-09-29 10:03:10 -04:00
Alex Clark
8d615583d7 Wording [ci skip]
Remove comments on "friendly PIL fork"
2015-09-29 09:59:27 -04:00
Alex Clark
131dd5c795 Merge pull request #1444 from python-pillow/readme-fixes
README fixes [ci skip]
2015-09-29 09:43:23 -04:00
Alex Clark
ff8c671f74 s/http/https/ [ci skip] 2015-09-29 07:11:55 -04:00
Alex Clark
5b8d75f812 README fixes
- Add Makefile target ``make readme`` to run ``viewdoc``
- Reorg "More Info" sections
  - Docs to the top
  - Less doc links (folks can find more than installation & guides from documentation link)
  - Add link to PRs
  - Reorg link to pre-fork changes
2015-09-29 06:35:07 -04:00
Alex Clark
5d85ac727f Wording [ci skip]
Drop the quotes on "friendly PIL fork" and add title case
2015-09-29 06:08:09 -04:00
Andrew Murray
009bbb753d Update CHANGES.rst 2015-09-29 19:51:24 +10:00
Andrew Murray
a2718e1c6e Merge pull request #1443 from python-pillow/hugovk-patch-1
Docs: Mention when OS X support was added
2015-09-29 19:01:59 +10: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
Hugo van Kemenade
eecd489ccf Merge pull request #1442 from radarhere/redirect
Updated URLs for redirects
2015-09-28 15:13:43 +03:00
Andrew Murray
1306f7d6af Updated URLs for redirects 2015-09-28 21:53:25 +10:00
Hugo van Kemenade
3ac31a71d2 Merge pull request #1440 from radarhere/diffcover
Updated repository URL
2015-09-26 20:15:29 +03:00
Andrew Murray
626fd6b1a0 Updated repository URL 2015-09-26 19:45:39 +10:00
wiredfool
62b54692fb Update CHANGES.rst [ci skip] 2015-09-24 21:54:41 +01:00
wiredfool
388b2dab0c Merge pull request #1428 from uploadcare/load-broken-images
Load more broken images
2015-09-24 21:53:36 +01:00
Hugo van Kemenade
31524b2e6b Update CHANGES.rst [CI skip] 2015-09-23 09:39:58 +03:00
Hugo van Kemenade
9a94cbcd27 Merge pull request #1439 from wiredfool/require-zlib
Require zlib and libjpeg
2015-09-23 09:38:39 +03:00
homm
62a52a7a34 replace broken image 2015-09-23 00:33:03 +03:00
wiredfool
d4afc9ed1f Documentation for requiring libjpeg and zlib unless disabled 2015-09-22 21:38:17 +01:00
wiredfool
29601ca119 Make zlib and jpeg required by default 2015-09-22 21:07:31 +01:00
wiredfool
86be61b3c6 Merge pull request #1437 from hugovk/pyroma2.6
Skip Pyroma on Python 2.6
2015-09-22 16:10:38 +01:00
hugovk
ec40c150cc Skip hanging Pyroma tests on Python 2.6 2015-09-22 16:43:00 +03:00
hugovk
e69306e3ff Skip hanging Pyroma tests on Python 2.6 2015-09-22 16:39:26 +03:00
wiredfool
c98a4ad02b Merge pull request #1436 from hugovk/coveralls3.2
Coveralls 4.0 doesn't support Python 3.2
2015-09-22 14:16:36 +01:00
hugovk
8e39cc67dd Coveralls 4.0 doesn't support Python 3.2 2015-09-22 15:23:20 +03:00
Andrew Murray
b4605f8045 Update CHANGES.rst 2015-09-20 23:19:55 +10:00
wiredfool
2a3d124684 Update CHANGES.rst [ci skip] 2015-09-20 11:05:50 +01:00
wiredfool
eaabb21b4a Merge pull request #1429 from ericfrederich/conversion
use png when converting from a QImage to a Pillow Image
2015-09-20 11:04:16 +01:00
wiredfool
cae6a5f86c Merge pull request #1427 from radarhere/fix
Removed trailing whitespace
2015-09-20 10:48:06 +01:00
wiredfool
85767c26d3 Update CHANGES.rst [ci skip] 2015-09-20 10:43:29 +01:00
wiredfool
68dd0ac2cc Merge pull request #1430 from ericfrederich/qt_align
bug fix: Qt wants data aligned to 32 bits
2015-09-20 10:41:38 +01:00
wiredfool
24f7bf5c37 Update CHANGES.rst [ci skip] 2015-09-20 10:37:29 +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
970ac4c7e1 Update CHANGES.rst [ci skip] 2015-09-20 10:33:52 +01:00
wiredfool
2350eaad17 Merge pull request #1423 from wiredfool/debug-logging
Removing spammy debug logging
2015-09-20 10:32:47 +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
71c95c8e5f Restored deprecated methods with errors instead 2015-09-19 21:36:19 +10:00
Andrew Murray
5835c1e09c Added deprecation warning to ImageDraw setfont method, as specified in docs 2015-09-19 21:12:10 +10:00
Andrew Murray
baa5143394 Removed methods deprecated in 2.0 2015-09-19 21:06:12 +10:00
Andrew Murray
47366692d9 Removed ImagePalette methods, deprecated in 2.6 2015-09-19 21:06:12 +10:00
Andrew Murray
a3107af63f Removed ImageFileIO, deprecated since PIL 2015-09-19 21:06:12 +10:00
Andrew Murray
3841a11fb5 Removed ImageFont filename param, deprecated in 2.1 2015-09-19 21:06:12 +10:00
Andrew Murray
3e47ddbeeb Removed comment that Python 2 behaviour is deprecated 2015-09-19 21:06:11 +10:00
Eric L Frederich
e67a4c4270 preserve alpha during conversion; add tests; found bug and added TODOs 2015-09-18 16:15:24 -04:00
Eric L Frederich
86e775daa3 bug fix: Qt wants data aligned to 32 bits
Images in Qt show up incorrectly if each line is not aligned to 32 bits.

It is pretty common for an image's lines to be 32-bit alinged by chance.
Obviously any 32-bit image will not have any problem.
For the bug to manifest itself you'd need...
* a 1-bit image whose width is not a multiple of 32
* an 8-bit image who width is not a multiple of 4

Testing more images now and added a 7x13 png test image
2015-09-18 16:07:35 -04:00
wiredfool
58af64e245 Update CHANGES.rst [ci skip] 2015-09-18 14:44:01 +01:00
wiredfool
3177a3807a Update CHANGES.rst 2015-09-18 14:43:40 +01:00
wiredfool
a38fb2d0c5 Merge pull request #1384 from radarhere/gifparams
GIF 89a and animation parameters
2015-09-18 14:41:45 +01:00