Andrew Murray
|
58cc23695d
|
Continuation line over-indented for visual indent
|
2018-07-02 19:21:44 +10:00 |
|
Andrew Murray
|
e7815ccd62
|
Block comment should start with '# '
|
2018-07-02 19:21:44 +10:00 |
|
Hugo
|
c222df2b56
|
Merge pull request #3137 from radarhere/pdf
Fixed saving a multiframe image as a single frame PDF
|
2018-07-01 22:18:48 +03:00 |
|
Hugo
|
be29d02652
|
Merge pull request #3147 from fozcode/fix-fillcolor
Fix transform fill color for alpha images
|
2018-07-01 22:14:24 +03:00 |
|
Hugo
|
af552801c2
|
Merge pull request #3186 from danpla/tga-write-rle
TGA: Add support for writing RLE data
|
2018-07-01 22:00:03 +03:00 |
|
Hugo
|
80d399a485
|
Merge pull request #3178 from danpla/tga-la
TGA: Read and write LA data
|
2018-07-01 21:57:10 +03:00 |
|
Hugo
|
c93bc51c5b
|
Merge pull request #3202 from radarhere/icns
Changed ICNS format tests to pass on OS X 10.11
|
2018-07-01 21:41:58 +03:00 |
|
Hugo
|
abae745da1
|
Merge pull request #3114 from tianyu139/hotfix
Fixed bug in ImageDraw.multiline_textsize()
|
2018-07-01 21:34:45 +03:00 |
|
Hugo
|
490464010a
|
Merge pull request #3113 from tianyu139/develop
Added getsize_multiline support for PIL.ImageFont
|
2018-07-01 21:33:21 +03:00 |
|
Hugo
|
d97e16c903
|
Merge pull request #3190 from radarhere/mimetype
Added ImageFile get_format_mimetype method
|
2018-07-01 21:19:57 +03:00 |
|
Hugo
|
40a0398657
|
Add spacing
|
2018-07-01 20:55:53 +03:00 |
|
Hugo
|
488161ebba
|
flake8
|
2018-07-01 20:54:12 +03:00 |
|
Hugo
|
2b09e7fa6a
|
Merge pull request #3099 from uploadcare/lut-numpy
NumPy support for LUTs
|
2018-07-01 13:18:03 +03:00 |
|
Hugo
|
597f067796
|
Merge pull request #2989 from hugovk/test-wal
Test WalImageFile
|
2018-07-01 09:34:15 +03:00 |
|
Hugo
|
bc192c6cfe
|
Merge pull request #3142 from radarhere/ellipse
Changed ellipse point calculations to be more evenly distributed
|
2018-07-01 08:44:17 +03:00 |
|
Hugo
|
5dda23d547
|
Merge pull request #3135 from hugovk/test-imagedraw2
Test ImageDraw2
|
2018-07-01 07:48:54 +03:00 |
|
Alex Clark
|
eafbb395a9
|
Merge pull request #1817 from radarhere/gd
Added GD tests
|
2018-06-30 18:01:36 -04:00 |
|
Andrew Murray
|
6793b5bbd5
|
Added ImageFile get_format_mimetype method
|
2018-06-30 21:08:41 +10:00 |
|
Andrew Murray
|
b0d9b0037b
|
Changed ICNS format tests to pass on OS X 10.11
|
2018-06-23 15:14:49 +10:00 |
|
Andrew Murray
|
bf96b9f87a
|
Updated redirected URLs [ci skip]
|
2018-06-23 10:58:41 +10:00 |
|
Daniel Plakhotich
|
1d20056234
|
TGA: Add support for writing RLE data
|
2018-06-15 23:01:06 +03:00 |
|
Daniel Plakhotich
|
65c7875ff7
|
TestFilePng: Fix test_save_l_transparency()
It now really tests the file after saving.
|
2018-06-14 12:46:35 +03:00 |
|
Daniel Plakhotich
|
39fae6e077
|
TGA: Read and write LA data
|
2018-06-14 12:18:08 +03:00 |
|
Hugo
|
48dda53c12
|
Merge pull request #3163 from radarhere/fillcolor
Fixed transform fillcolor argument when image mode is RGBA or LA
|
2018-06-14 09:25:00 +03:00 |
|
Andrew Murray
|
ae2ffb8a05
|
Fixed transform fillcolor argument when image mode is RGBA or LA
|
2018-06-12 04:41:46 +10:00 |
|
Andrew Murray
|
9a3d554c1d
|
Changed Exception tests to be more specific
|
2018-06-12 04:41:31 +10:00 |
|
Andrew Murray
|
5ef5a3c9b2
|
Corrected test
|
2018-06-06 22:34:09 +10:00 |
|
Hugo
|
e2127a6d60
|
Test ImageDraw2.ellipse
|
2018-05-31 15:11:50 +03:00 |
|
Hugo
|
67e5540021
|
Skip font tests when ImageFont not available
|
2018-05-31 15:11:50 +03:00 |
|
Hugo
|
031c4d937f
|
Test ImageDraw2
|
2018-05-31 15:11:50 +03:00 |
|
Andrew Murray
|
3d82672404
|
Added getrgb hsb color string
|
2018-05-31 06:14:29 +10:00 |
|
Andrew Murray
|
b50f63430f
|
Added getrgb hsv color string
|
2018-05-31 06:13:22 +10:00 |
|
Matt
|
d2854f3925
|
Add unit tests for alpha fill color fix
|
2018-05-30 15:05:58 +01:00 |
|
Andrew Murray
|
adda3b7473
|
Allow float values in getrgb hsl color string
|
2018-05-30 21:00:44 +10:00 |
|
Andrew Murray
|
8d8d00f304
|
Changed ellipse point calculations to be more evenly distributed
|
2018-05-27 15:32:22 +10:00 |
|
Andrew Murray
|
3bbd0a5810
|
Fixed saving a multiframe image as a single frame PDF
|
2018-05-18 22:15:45 +10:00 |
|
Hugo
|
33592b4f73
|
No need to import sys
|
2018-05-17 23:21:47 +03:00 |
|
Hugo
|
d524664215
|
Re-enable test for PyPy, we're long past 5.3.1
|
2018-05-17 22:18:33 +03:00 |
|
Hugo
|
90ab677d44
|
Re-enable test for PyPy
|
2018-05-17 22:18:18 +03:00 |
|
Andrew Murray
|
1c88afe5c0
|
Changed OS X references to macOS
|
2018-05-13 20:55:04 +10:00 |
|
Andrew Murray
|
c38f25a876
|
Corrected documentation syntax
|
2018-05-13 20:52:11 +10:00 |
|
Hugo
|
e33dd498f5
|
Prefer more conventional __version__ rather than PILLOW_VERSION
|
2018-04-25 11:21:38 +03:00 |
|
tianyu
|
58474d1c8d
|
Added test to ensure ImageDraw.multiline_textsize returns same value as ImageFont.getsize for single lines
|
2018-04-24 22:55:17 +08:00 |
|
tianyu
|
3fda581963
|
Added test for getsize_multiline
|
2018-04-24 22:27:29 +08:00 |
|
Alexander
|
997e554593
|
Revert ValueErrors to RuntimeErrors in ImageMorph module
|
2018-04-22 20:52:38 +03:00 |
|
Alexander Karpinsky
|
dddeecc945
|
Merge pull request #3055 from uploadcare/imagemorph-type-check
Fix incorrect image type checking in _imagingmorph module
|
2018-04-22 20:10:34 +03:00 |
|
Alexander
|
101c095e99
|
Add tests for wrong types
|
2018-04-22 19:51:57 +03:00 |
|
Hugo
|
04a1f71b4c
|
Merge pull request #3105 from radarhere/py3
Change Python version checks to use util
|
2018-04-22 18:37:33 +03:00 |
|
Andrew Murray
|
b4e6cdadac
|
Added py3 variable to _util
|
2018-04-20 09:19:13 +10:00 |
|
Andrew Murray
|
b560f5b417
|
Changed Python version checks in tests to use helper
|
2018-04-19 19:40:56 +10:00 |
|