Andrew Murray
|
0a44d58314
|
Convert int values of RATIONAL TIFF tags to floats
|
2018-09-07 20:35:55 +10:00 |
|
Hugo
|
fa14698e66
|
Merge pull request #3233 from hugovk/PYTHONOPTIMIZE
Fix code for PYTHONOPTIMIZE
|
2018-09-05 19:57:10 +03:00 |
|
Andrew Murray
|
4a34116be5
|
Removed duplicate code
|
2018-09-01 18:30:04 +10:00 |
|
Andrew Murray
|
0411caba67
|
Catch ValueError when processing the edge of an image
|
2018-09-01 17:18:13 +10:00 |
|
Andrew Murray
|
fda3db6494
|
Merge pull request #3273 from radarhere/imagefilter
Changed Kernel to subclass BuiltinFilter
|
2018-09-01 09:45:43 +10:00 |
|
Hugo
|
2d6f0f77da
|
Fix typo
|
2018-08-25 19:06:11 +03:00 |
|
Hugo
|
29b2c6e23d
|
Only import cffi where needed, to avoid problems with PYTHONOPTIMIZE=2
|
2018-08-25 19:06:11 +03:00 |
|
Hugo
|
d7e4d3db3f
|
Convert assert into exception
|
2018-08-25 19:06:11 +03:00 |
|
Hugo
|
fc8717fb04
|
Remove docstring formatting for when PYTHONOPTIMIZE=2
|
2018-08-25 19:06:11 +03:00 |
|
Hugo
|
3cf6ad1895
|
Remove ununsed font_getabc
|
2018-08-25 18:56:50 +03:00 |
|
Hugo
|
6fc1e79e96
|
Remove ununsed draw_point. Only draw_points is used by ImageDraw.py
|
2018-08-25 18:56:50 +03:00 |
|
Hugo
|
bdf2705cd3
|
Remove ununsed draw_line. Only draw_lines is used by ImageDraw.py
|
2018-08-25 18:56:50 +03:00 |
|
Andrew Murray
|
3ae5f05410
|
Changed Kernel to subclass BuiltinFilter, instead of the other way around
|
2018-08-25 23:30:47 +10:00 |
|
Andrew Murray
|
e3aaa80c06
|
Added NumPy to documentation
|
2018-08-12 13:58:26 +10:00 |
|
Andrew Murray
|
046df78448
|
Fixed typos
|
2018-08-11 16:39:49 +10:00 |
|
Andrew Murray
|
1648676435
|
Fixed typo [ci skip]
|
2018-08-09 20:54:16 +10:00 |
|
Alexander Karpinsky
|
90a94e7dae
|
Merge pull request #3219 from DerDakon/invalid-free
Avoid invalid free if out of memory
|
2018-07-22 17:06:35 +03:00 |
|
Andrew Murray
|
448beaa9aa
|
Improved wording [ci skip]
|
2018-07-12 19:48:59 +10:00 |
|
tsennott
|
50d6611587
|
moved tuple test to assert method in PillowTestCase; added docs
|
2018-07-09 07:04:48 -07:00 |
|
tsennott
|
1eed17c70e
|
tightened up colorize(); split tests; moved tuple comparison fcn to helper.py
|
2018-07-08 20:09:39 -07:00 |
|
tsennott
|
4a6ec5ca72
|
updated colorize to allow optional black/white positions; enhanced tests
|
2018-07-07 18:19:26 -07:00 |
|
tsennott
|
b19c460568
|
fixed mapping function, now smooth
|
2018-07-06 19:49:07 -07:00 |
|
tsennott
|
3c6fd275c8
|
added assert for midpoint range
|
2018-07-06 19:09:57 -07:00 |
|
tsennott
|
adf570a77e
|
adding tests, updated docstring and comments
|
2018-07-06 18:42:16 -07:00 |
|
tsennott
|
63d8637bb8
|
adding three-color feature to ImageOps.colorize
|
2018-07-06 18:18:06 -07:00 |
|
Rolf Eike Beer
|
b565f45d77
|
avoid invalid free if out of memory
The surrounding code suggests this should only be freed if it was allocated
locally.
|
2018-07-04 20:40:12 +02:00 |
|
Hugo
|
5d751572cc
|
Merge pull request #2922 from radarhere/fill_ink
Skip outline if the draw operation fills with the same colour
|
2018-07-02 22:19:35 +03:00 |
|
Hugo
|
959db43d22
|
Merge pull request #3173 from radarhere/flake8
Flake8 fixes
|
2018-07-02 21:42:17 +03:00 |
|
Hugo
|
4d88e2852e
|
Merge pull request #2187 from jdufresne/open-warning
Avoid deprecated 'U' mode when opening files
|
2018-07-02 21:34:32 +03:00 |
|
Andrew Murray
|
2630054266
|
Removed unused import
|
2018-07-02 19:26:07 +10:00 |
|
Andrew Murray
|
c2189235af
|
Line too long
|
2018-07-02 19:26:02 +10:00 |
|
Andrew Murray
|
145589ef14
|
Ambiguous variable name 'l'
|
2018-07-02 19:21:44 +10:00 |
|
Andrew Murray
|
e7cfa15216
|
Visually indented line with same indent as next logical line
|
2018-07-02 19:21:44 +10:00 |
|
Andrew Murray
|
0e61d4be9f
|
Removed unused variables
|
2018-07-02 19:21:44 +10:00 |
|
Andrew Murray
|
32cebddd1e
|
Multiple imports on one line
|
2018-07-02 19:21:44 +10:00 |
|
Andrew Murray
|
e7815ccd62
|
Block comment should start with '# '
|
2018-07-02 19:21:44 +10:00 |
|
Andrew Murray
|
fe42591f5f
|
Removed redundant backslash between brackets
|
2018-07-02 19:20:48 +10:00 |
|
Andrew Murray
|
5a33e02072
|
Commented unused variable
|
2018-07-02 19:20:48 +10:00 |
|
Andrew Murray
|
bf29960283
|
Fixed multiple spaces after operator
|
2018-07-02 19:20:48 +10:00 |
|
Hugo
|
ae9f62040d
|
5.3.0.dev0 version bump
|
2018-07-02 10:26:56 +03:00 |
|
Hugo
|
c28bf86b7e
|
5.2.0 version bump
|
2018-07-01 22:40:29 +03: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
|
8e3c450de2
|
Merge pull request #3143 from radarhere/qt
If a Qt version is already imported, attempt to use it first
|
2018-07-01 22:16:05 +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
|
241ea6b283
|
Merge pull request #3196 from tkoeppe/avg_fix
[QuantOctree.c] Remove erroneous attempt to average over an empty range
|
2018-07-01 21:45:46 +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
|
cebcc06a1b
|
Merge pull request #3216 from radarhere/mmap
Changed mmap file pointer to use context manager
|
2018-07-01 20:59:54 +03:00 |
|