Commit Graph

6444 Commits

Author SHA1 Message Date
wiredfool
9f787f6e3d Merge pull request #2735 from uploadcare/deprecate-some-ops
Deprecate ImageOps undocumented functions
2017-09-19 10:46:22 +01:00
wiredfool
4dcfd969ee Merge pull request #2741 from radarhere/freetype
Updated freetype to 2.8.1
2017-09-19 10:41:40 +01:00
wiredfool
f3867f99f8 Merge pull request #2742 from radarhere/player
Fixed bug where player script was skipping the first image
2017-09-19 10:40:36 +01:00
Andrew Murray
269b50e7a8 Fixed bug where player script was skipping the first image 2017-09-17 13:36:32 +10:00
Andrew Murray
3852df109c Updated freetype to 2.8.1 2017-09-17 11:44:39 +10:00
Alexander Karpinsky
574a8e4793 Merge pull request #2739 from uploadcare/convert-tabs-to-spaces
Fix indention in Imaging.h
2017-09-16 21:26:50 +03:00
Alexander
763df3d90b Convert tabs to spaces in Imaging.h 2017-09-16 20:46:09 +03:00
Alexander
60f44c83df Add to release notes 2017-09-15 00:55:19 +03:00
Alexander Karpinsky
1f61c4efd4 Merge pull request #2686 from uploadcare/new-dirty
Use ImagingNewDirty when possible
2017-09-14 14:14:33 +03:00
Alexander Karpinsky
51cee56245 Merge pull request #2732 from uploadcare/filter-cleanup
Cleanup Filter.c
2017-09-14 14:04:03 +03:00
Alexander
be02f87ee7 fix comment [ci skip] 2017-09-14 14:02:30 +03:00
Alexander
8b1a3cc80c DeprecationWarning tests 2017-09-14 02:49:05 +03:00
Alexander
6900a7707f ImageFilter.BoxBlur 2017-09-14 01:59:25 +03:00
Alexander
d5f069472d Deprecate ImageOps undocumented functions 2017-09-14 01:48:27 +03:00
Alexander
ef1df617f9 move _i2f to utils 2017-09-12 17:35:38 +03:00
wiredfool
3b5c2c30be Merge pull request #2679 from uploadcare/fast-filters
Fast filters
2017-09-10 17:22:00 +01:00
wiredfool
e310b38ba6 Update CHANGES.rst [ci skip] 2017-09-10 17:21:41 +01:00
Alexander Karpinsky
97141bcfd6 Merge pull request #2728 from uploadcare/fast-geometry
Faster ImagingFlipLeftRight
2017-09-10 13:08:24 +03:00
Alexander
98ee46827c MultibandFilter 2017-09-10 12:59:51 +03:00
Alexander
6df28bc359 Faster ImagingFlipLeftRight 2017-09-10 12:45:45 +03:00
Alexander Karpinsky
1bd1cb14c7 Merge pull request #2726 from uploadcare/fast-rgb2l
Faster RGB to L and RGBA to LA conversion
2017-09-10 10:24:03 +03:00
Alexander
765c7eb7de Shift is faster than devision 2017-09-10 01:14:53 +03:00
wiredfool
f589a61e22 Update CHANGES.rst [ci skip] 2017-09-09 13:43:03 +01:00
wiredfool
a795714a8f Merge pull request #2722 from wiredfool/pr_2636
Updated version of #2636
2017-09-09 13:42:44 +01:00
Eric Soroos
c42867fa2c Added expected result, renamed images 2017-09-09 12:01:38 +00:00
Samuele Kaplun
c07ce878d7 Fix EPS import
Fixes EPS import by adding the missing "showpage" Postscript command
to the end of the gs call.

See: https://bugs.ghostscript.com/show_bug.cgi?id=698272

Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
2017-09-09 12:01:38 +00:00
wiredfool
bb291dcbd1 Merge pull request #2723 from wiredfool/pr_2697
Updated version of #2697
2017-09-09 12:02:57 +01:00
Eric Soroos
566d69483d rewording 2017-09-09 10:29:49 +00:00
Alexander
d6ec5df08d no longer true 2017-09-09 10:17:14 +00:00
Alexander
b91d7c997e Release notes for my changes 2017-09-09 10:17:14 +00:00
wiredfool
5238e7ccc8 Update CHANGES.rst [ci skip] 2017-09-09 10:36:37 +01:00
wiredfool
66a9a916e0 Merge pull request #2703 from kkopachev/patch-1
Fix comment about palette class in quantize method
2017-09-09 10:29:59 +01:00
wiredfool
c0c7c22749 Merge pull request #2715 from radarhere/releasenotes
Added release notes for #2708
2017-09-09 10:27:53 +01:00
wiredfool
2024986613 Merge pull request #2712 from python-pillow/ico-246-docs
Fix docs to match code
2017-09-09 10:24:03 +01:00
wiredfool
04052e85c9 Merge pull request #2647 from radarhere/spider
Added file pointer save to SpiderImagePlugin
2017-09-09 10:23:45 +01:00
wiredfool
a223122d28 Merge pull request #2713 from radarhere/tga
Add targa version 2 footer
2017-09-09 10:21:23 +01:00
wiredfool
81b7a943ac Merge pull request #2714 from radarhere/pyaccess
Removed unnecessary lines
2017-09-09 10:18:42 +01:00
wiredfool
dac2f7a597 Merge pull request #2721 from hugovk/default-pypy-pypy3
Travis CI: Use default pypy/pypy3
2017-09-09 10:17:00 +01:00
Hugo
9b613c1bb6 Use default pypy/pypy3 2017-09-09 11:25:24 +03:00
Andrew Murray
3861380834 Added release notes for #2708 [ci skip] 2017-09-06 13:41:57 +10:00
Andrew Murray
2ebf9aed38 Fixed typo [ci skip] 2017-09-06 13:30:22 +10:00
Andrew Murray
5628b7a9ad Removed unnecessary line 2017-09-06 11:22:13 +10:00
Andrew Murray
e02f828358 Combined duplicate lines 2017-09-06 11:21:50 +10:00
Andrew Murray
2840905efe Changed string to bytes 2017-09-06 09:13:31 +10:00
Hugo
2aee124fb5 Fix docs to match code
Code was fixed in https://github.com/python-pillow/Pillow/pull/2267 but not the docs.
2017-09-05 13:43:34 +03:00
wiredfool
e0eb92ac0e Update Changes.rst [ci skip] 2017-09-04 11:29:55 +01:00
wiredfool
39df75bd07 Merge pull request #2706 from wiredfool/issue_2666
Fix for crash drawing empty strings
2017-09-04 11:26:28 +01:00
wiredfool
e71757aa6f Merge pull request #2634 from wiredfool/issue_2629
Fix for memory leaks in font handling
2017-09-04 11:23:57 +01:00
wiredfool
3fb62360e6 Update CHANGES.rst [ci skip] 2017-09-04 11:20:34 +01:00
wiredfool
2611b2caa5 Merge pull request #2689 from radarhere/tests
Added tests
2017-09-04 11:15:28 +01:00