Andrew Murray
|
4eccadced4
|
Document that getcolors() returns colors in the image mode [ci skip]
|
2021-01-09 21:30:16 +11:00 |
|
Alexander
|
1ff61bcaa6
|
use offset for all binary input functions instead of slicing
|
2020-12-30 19:10:50 +11:00 |
|
Alexander
|
3757b8c748
|
remove extra i8 calls where input is proved bytes[] or int
|
2020-12-30 19:04:11 +11:00 |
|
Hugo van Kemenade
|
85d61ca7d5
|
Merge pull request #5139 from radarhere/repr_png
Added exception explaining that _repr_png_ saves to PNG
|
2020-12-29 12:43:22 +02:00 |
|
Hugo van Kemenade
|
5c64438792
|
Merge pull request #5090 from radarhere/valueerror
Do not catch a ValueError only to raise another
|
2020-12-29 12:19:16 +02:00 |
|
Andrew Murray
|
fdce845364
|
Added exception explaining that _repr_png_ saves to PNG
|
2020-12-27 15:36:16 +11:00 |
|
Andrew Murray
|
ff0ad9af34
|
Do not catch a ValueError only to raise another
|
2020-12-12 23:36:57 +11:00 |
|
Andrew Murray
|
a666c91e10
|
Allow putpalette to accept 1024 integers to include alpha values
|
2020-12-12 14:12:30 +11:00 |
|
Hugo van Kemenade
|
0893f502c3
|
Document when deprecations will be removed [CI skip]
|
2020-12-10 14:32:43 +02:00 |
|
Andrew Murray
|
7e2015c75f
|
init() if one of the formats is unrecognised
|
2020-11-11 21:05:57 +11:00 |
|
Andrew Murray
|
ddbd529573
|
Corrected comment
|
2020-10-09 01:16:23 +11:00 |
|
Andrew Murray
|
7a1f0f6a8f
|
Fixed bug in Exif __delitem__
|
2020-10-05 09:45:05 +11:00 |
|
Andrew Murray
|
2e029d9a79
|
Merge pull request #4840 from essarrjay/patch-1
Image.thumbnail docstring: added missing filters
|
2020-09-12 11:03:56 +10:00 |
|
nulano
|
a340dc5fd3
|
Merge remote-tracking branch 'upstream/master' into formats
|
2020-09-04 21:07:34 +02:00 |
|
Hugo van Kemenade
|
e0eec1eb56
|
Merge branch 'master' into rm-3.5
|
2020-09-01 20:16:46 +03:00 |
|
Andrew Murray
|
f9f492b2b1
|
Added HAMMING to thumbnail docstring [ci skip]
|
2020-08-27 19:55:24 +10:00 |
|
Andrew Murray
|
70d868ef59
|
Lint fix
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-08-15 13:56:51 +10:00 |
|
essarrjay
|
fce34a0d7b
|
Fixed line-length formatting
Fixed line length issues in formatting [ci skip]
|
2020-08-05 12:11:22 -07:00 |
|
essarrjay
|
9cdfb296e5
|
Image.thumbnail docstring: added Image.BOX filter
[ci skip] updated docstring of Image.thumbnail to include Image.BOX filter as a resampling option.
|
2020-08-05 11:18:18 -07:00 |
|
Andrew Murray
|
1c85b9fec7
|
Document exception [ci skip]
|
2020-08-05 11:32:30 +01:00 |
|
nulano
|
30c4945d9c
|
document Image.open(formats=...) parameter
|
2020-08-03 00:38:59 +02:00 |
|
nulano
|
2b061b68db
|
add formats parameter to Image.open to restrict list of formats attempting to read an image file
|
2020-08-03 00:24:02 +02:00 |
|
Hugo van Kemenade
|
10615a7da7
|
Upgrade Python syntax for 3.6+
Co-authored-by: nulano <nulano@nulano.eu>
|
2020-07-30 10:09:18 +03:00 |
|
Andrew Murray
|
11de331886
|
Merge pull request #4798 from hugovk/rm-deprecated-notimplemented
Remove long-deprecated Image.py functions
|
2020-07-24 20:48:20 +10:00 |
|
Andrew Murray
|
265bfef36e
|
Improved documentation
|
2020-07-21 20:46:50 +10:00 |
|
Andrew Murray
|
56a43a5fa7
|
Fixed typo
|
2020-07-21 20:42:42 +10:00 |
|
Hugo van Kemenade
|
40aefc6ba5
|
Remove im.offset, deprecated in 2001; and fromstring and tostring, deprecated in 2013
|
2020-07-17 10:55:20 +03:00 |
|
nulano
|
7ce6a15062
|
Merge remote-tracking branch 'upstream/master' into refs-animated
# Conflicts:
# docs/reference/Image.rst
|
2020-07-11 12:33:36 +02:00 |
|
nulano
|
73c5dffb5a
|
fix ImageTransformHandler and ImagePointHandler references
|
2020-07-11 13:25:10 +10:00 |
|
nulano
|
0083ebb3d4
|
fix various reference typos
|
2020-07-11 13:25:10 +10:00 |
|
nulano
|
74899cd6cf
|
Merge branch 'master' into refs-animated
|
2020-07-02 12:58:09 +01:00 |
|
nulano
|
9019af5f32
|
Merge branch 'master' into refs-const
|
2020-06-28 10:55:26 +01:00 |
|
Andrew Murray
|
4ae694cd7b
|
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
Fix exception causes all over the codebase
|
2020-06-28 15:22:05 +10:00 |
|
nulano
|
f5b4565d8c
|
document is_animated and n_frames
|
2020-06-27 17:24:13 +02:00 |
|
nulano
|
3342270947
|
fix Image constants references
(cherry picked from commit 5511111f3b )
|
2020-06-27 15:39:55 +02:00 |
|
Andrew Murray
|
ee06255ff0
|
Deprecated _showxv
|
2020-06-23 22:20:58 +10:00 |
|
Andrew Murray
|
9979efff12
|
Merge pull request #4646 from nulano/show-command
Deprecate Image.show(command="...")
|
2020-06-23 19:47:57 +10:00 |
|
nulano
|
c15dda4308
|
fix typo
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-06-21 12:16:27 +01:00 |
|
Andrew Murray
|
34ba2ae139
|
Removed comments suggesting users override functions
|
2020-06-21 20:26:10 +10:00 |
|
Ram Rachum
|
2f0d430807
|
Fix exception causes all over the codebase
|
2020-06-21 13:21:25 +03:00 |
|
nulano
|
2155c16ae0
|
improve warning wording
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-06-20 12:00:30 +01:00 |
|
nulano
|
5e8854b8db
|
add note about overriding Image.show behaviour
|
2020-06-15 14:54:38 +02:00 |
|
nulano
|
097104278b
|
add docs for features module
|
2020-06-13 04:28:02 +02:00 |
|
Andrew Murray
|
09d58147ca
|
Changed errors to be code formatted, instead of bold
|
2020-06-12 23:57:21 +10:00 |
|
Hugo van Kemenade
|
794e9f0f0e
|
Merge pull request #4637 from radarhere/v2
Use ImageFileDirectory_v2 in Image.Exif
|
2020-06-10 06:55:15 +03:00 |
|
Andrew Murray
|
0cc2e696cb
|
Corrected reading EXIF metadata without prefix
|
2020-06-07 20:01:04 +10:00 |
|
Hugo van Kemenade
|
4363507d16
|
Merge pull request #4608 from radarhere/numpy
|
2020-06-03 18:43:47 +03:00 |
|
Andrew Murray
|
ccac9e1a3a
|
Changed to ImageFileDirectory_v2
|
2020-06-03 22:11:51 +10:00 |
|
Hugo van Kemenade
|
02d55b79c1
|
Merge pull request #4560 from radarhere/xmp
|
2020-06-01 10:49:00 +03:00 |
|
nulano
|
66954ad176
|
deprecate Image.show(command="...")
|
2020-05-25 18:57:02 +02:00 |
|