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
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
wiredfool
c7d8f6553c
Merge pull request #2708 from radarhere/imagegrab
...
Removed debugging interface for Image.core.grabclipboard
2017-09-04 11:08:04 +01:00
wiredfool
af60917800
Merge pull request #2710 from radarhere/docs
...
Fixed documentation syntax
2017-09-04 11:07:39 +01:00
wiredfool
b2cd6aaff7
test for font memory leaks
2017-09-04 09:58:52 +00:00
Eric Soroos
41b5121d6e
refactor png leak test to use PillowLeakTestCase
2017-09-04 09:58:52 +00:00
wiredfool
ed68328c09
refactored memory leak test case
2017-09-04 09:58:05 +00:00
wiredfool
277935ae23
Py_ssize_t is defined on windows
2017-09-04 09:58:05 +00:00
wiredfool
dc7ee29c46
free before return, not after
2017-09-04 09:58:05 +00:00
wiredfool
c25cd96b71
Fix for truetype memory leak, #2629
2017-09-04 09:58:05 +00:00
wiredfool
539c5fdb5f
fixed malloc check
2017-09-04 09:58:05 +00:00
wiredfool
fd0e7be55a
Fix for memory leak in PILfont _font_text_asBytes, #2629
2017-09-04 09:58:05 +00:00
Andrew Murray
f5d6d8e57a
Fixed documentation syntax [ci skip]
2017-09-02 11:21:12 +10:00
Andrew Murray
6eccf8e4d7
Removed disabled code
2017-09-01 21:11:26 +10:00
Andrew Murray
6602c7cec4
Removed debugging lines
2017-09-01 21:06:22 +10:00
Andrew Murray
5c2df30ac3
Removed ImageDraw.Draw del calls
2017-09-01 21:06:22 +10:00
Andrew Murray
2ac18689d5
Removed unnecessary return statements
2017-09-01 21:06:22 +10:00
Andrew Murray
9e843a2d9b
Changed format of lambda calls
2017-09-01 21:05:40 +10:00
Andrew Murray
371933a597
Added tests
2017-09-01 20:36:51 +10:00
Andrew Murray
c10ad19a2b
Changed file opening in tests to use with
2017-09-01 20:03:54 +10:00
Andrew Murray
dcddc71dea
Removed debugging interface for Image.core.grabclipboard
2017-09-01 20:02:55 +10:00
Alexander
a7cf91499a
Regular comments instead of strings [ci skip]
2017-09-01 08:42:57 +03:00
Alexander Karpinsky
e6456643d4
Merge pull request #2707 from uploadcare/fix-box-resize
...
Fix resize with box when no resize required
2017-09-01 00:53:46 +03:00
Alexander
0acc2cea9c
Fix need_horizontal and need_vertical conditions in resample
2017-09-01 00:24:49 +03:00
Alexander
edcbd3f67d
Tests for skipping passes (are passed if disable the passes skipping)
2017-08-31 23:01:21 +03:00
Eric Soroos
ee430550eb
fix raqm with 0 length strings
2017-08-31 19:31:05 +00:00
Alexander
1e1f773f8a
Rename variables
2017-08-31 19:25:25 +03:00
Alexander
81c72bd297
Crop if box size matches requested size
2017-08-31 19:18:48 +03:00
wiredfool
c3fbd9de01
test for issue #2666
2017-08-31 08:56:06 -07:00
wiredfool
bb7124325e
Don't return null on empty string
2017-08-31 08:52:29 -07:00