Hugo
fe613b710c
Merge pull request #2535 from radarhere/freetype
...
Update FreeType to 2.8
2017-05-18 14:04:17 +03:00
Andrew Murray
13824d4d70
Updated freetype to 2.8
2017-05-18 19:08:20 +10:00
Hugo
79b251ab80
[CI skip]
2017-05-17 17:13:09 +03:00
Hugo
3bd86b9f51
Merge pull request #2525 from joshblum/fix-unboundlocalerror
...
Raise TypeError and not also UnboundLocalError in ImageFile.Parser()
2017-05-17 17:12:05 +03:00
Hugo
08c72a1720
flake8
2017-05-16 10:33:38 +03:00
hugovk
6e9e4c1027
Remove unexposed and unused code
2017-05-15 22:59:25 +03:00
hugovk
206e316c0e
Test limits of arc/ellipse's start and end
2017-05-15 22:58:51 +03:00
hugovk
f1631e0d05
Test drawing a rectangle bigger than the image
2017-05-15 21:44:28 +03:00
hugovk
5871b7a5ba
Test drawing a wide "line" from one point to another just draws a single point
2017-05-15 21:32:54 +03:00
hugovk
2968313bb6
Remove unrunnable code: ImagingDrawWideLine is only called (in _imaging.c) when (width <= 1) is false
2017-05-15 21:17:33 +03:00
Hugo
ae9181f0a4
Test polygons in RGB and L modes
2017-05-15 18:24:12 +03:00
Hugo
e77c3b3eb2
Test ellipse in RGB and L modes
2017-05-15 18:23:00 +03:00
Hugo
de1f156fcd
Add test file
2017-05-15 18:13:36 +03:00
Hugo
d4a350cd79
Test chord in RGB and L modes
2017-05-15 18:04:33 +03:00
Hugo
3db1944762
Test drawing polygons with sloped and flat lines
2017-05-15 17:09:29 +03:00
Hugo
f60095f973
Ignore test_images downloaded for tests
2017-05-15 16:11:49 +03:00
Hugo
b43a9ac3d4
Merge pull request #2531 from radarhere/url
...
Fixed Tox URL
2017-05-15 13:20:58 +03:00
Hugo
ddb40228fd
Update CHANGES.rst
2017-05-15 13:08:52 +03:00
Hugo
99032c7660
Merge pull request #2528 from hugovk/codecov
...
Use Codecov for coverage
2017-05-15 13:01:33 +03:00
Andrew Murray
18dcc438c1
Fixed URL
2017-05-15 19:56:16 +10:00
Hugo
bb7596d8b6
Fix option typo
2017-05-14 12:14:29 +03:00
Joshua Blum
a6874f01ac
Add test
2017-05-13 12:07:16 -04:00
Joshua Blum
e763c2281f
Update ImageFile.py
2017-05-13 12:07:16 -04:00
Hugo
94ca4f2db2
Disable Codecov PR comment https://docs.codecov.io/v4.3.6/docs/pull-request-comments
2017-05-13 18:25:14 +03:00
Hugo
82c51e4df9
Update CHANGES.rst [CI skip]
2017-05-13 17:00:53 +03:00
Hugo
d1feaf8046
Merge pull request #2527 from wiredfool/pr_2509
...
Use PNG for Image.show()
2017-05-13 16:59:20 +03:00
wiredfool
7f3a9c43da
Update CHANGES.rst [ci skip]
2017-05-13 14:28:48 +01:00
wiredfool
f3364de7b9
Merge pull request #2522 from wiredfool/WITH_DEBUG_flag
...
Remove WITH_DEBUG compilation flag
2017-05-13 14:28:10 +01:00
wiredfool
38613f72da
Update CHANGES.rst [ci skip]
2017-05-13 14:26:25 +01:00
wiredfool
f6f30b1c13
Merge pull request #2521 from adw1n/master
...
Fix for issue #2514 - error handling mistake in _webp.c
2017-05-13 14:24:51 +01:00
wiredfool
86bde427c3
refactor out options
2017-05-13 14:22:18 +01:00
wiredfool
dd5bfec11c
save_ppm doesn't take kwargs
2017-05-13 14:22:18 +01:00
Hin-Tak Leung
9f8aeb5d8e
put compress_level=1 inside Image._dump()
...
Better alternative to setting compress_level=1 than the secret handshake
in the last attempt.
The last in a series of changes to fix
https://github.com/python-pillow/Pillow/issues/2508
2017-05-13 14:22:18 +01:00
Hin-Tak Leung
74da5878c5
Do not down-convert if image is RGBA when showing.
...
The down-convert code would convert all RGB-based modes
(P RGB RGBX RGBA CMYK YCbCr LAB HSV) to RGB; but png can handle it!
2017-05-13 14:22:18 +01:00
Hin-Tak Leung
a2cb304f62
use PNG as intermediate format for viewing
2017-05-13 14:22:18 +01:00
Hugo
f785f76961
Update CHANGES.rst
...
[CI skip]
2017-05-13 13:21:20 +03:00
Hugo
2e492f8314
Merge pull request #2295 from radarhere/executable
...
Set executable flag on scripts with shebang line
2017-05-13 13:20:44 +03:00
Hugo
2c9eb17fdc
Update CHANGES.rst
...
[CI skip]
2017-05-13 12:49:47 +03:00
Hugo
310adf087f
Merge pull request #2460 from radarhere/health
...
Flake8
2017-05-13 12:48:44 +03:00
Andrew Murray
80806d349f
Added append_images to PDF saving
2017-05-13 14:26:52 +10:00
adw1n
6ce11c9e8c
Added tests that call _webp.WebPEncode and _webp.WebPDecode with invalid number of arguments.
2017-05-12 17:11:58 +02:00
Hugo
770cdc6aa6
Merge pull request #2523 from radarhere/references
...
Updated references to point to existing files
2017-05-12 16:23:34 +03:00
Andrew Murray
eda1a1e88e
Updated references to point to existing files [ci skip]
2017-05-12 22:52:44 +10:00
wiredfool
9385de58a7
Remove WITH_DEBUG compilation flag, non-debug code relies on interface existence
2017-05-12 02:55:44 -07:00
adw1n
9608e5050e
Fixed mistakes in error handling when PyArg_ParseTuple raises an exception.
2017-05-12 00:21:39 +02:00
wiredfool
23ed3cf4c2
Update CHANGES.rst [ci skip]
2017-05-11 20:21:08 +01:00
wiredfool
87ae05409c
Merge pull request #2516 from wiredfool/release_changes
...
Release Process Changes
2017-05-11 20:20:31 +01:00
Phus Lu
d7d7e63e01
Add new_mode function
...
Currently `new` function creates a grayscale image in stack, it will break `paste` a colorful(i.e. `RGBA`) image.
Repro Steps
```
pildriver.py save new.png paste open test1.png 0 200 paste open test2.png 0 0 new 400 400 0
```
We will get a **grayscale** new.png rather than a **RGBA** one.
This commit is to fix this by adding a new `new_mode` function.
```
pildriver.py save new.png paste open test1.png 0 200 paste open test2.png 0 0 new2 RGBA 400 400 0
```
2017-05-11 11:39:49 +08:00
wiredfool
67d6e00751
py3x fixes
2017-05-10 04:59:37 -07:00
wiredfool
cdd2236dd2
Restore PIL version
2017-05-10 04:43:08 -07:00