Andrew Murray
|
f45d2e296d
|
Ensure palette string matches RGB mode
|
2021-06-19 09:16:05 +10:00 |
|
Hugo van Kemenade
|
3cbf4d5ef7
|
Merge pull request #5379 from radarhere/numpy
Allow converting an image to a numpy array to raise errors
|
2021-05-20 15:09:02 +03:00 |
|
Andrew Murray
|
3795772187
|
Use python3
|
2021-05-08 12:37:06 +10:00 |
|
Andrew Murray
|
0f68e63793
|
Allow for sys.stdout.buffer to be missing
|
2021-05-03 18:07:05 +10:00 |
|
Andrew Murray
|
fae9afe351
|
Replace sys.stdout with sys.stdout.buffer when saving
|
2021-04-29 21:35:57 +10:00 |
|
Andrew Murray
|
7c0344bb99
|
For special image modes, revert default resize resampling to NEAREST
|
2021-04-17 12:18:42 +10:00 |
|
Andrew Murray
|
77a8a53a94
|
Allow converting an image to a numpy array to raise errors
|
2021-04-03 13:20:58 +11:00 |
|
Andrew Murray
|
2c8684c525
|
Moved getxmp() into JpegImageFile
|
2021-04-01 22:28:37 +11:00 |
|
Hugo van Kemenade
|
6812205f18
|
Merge pull request #5144 from UrielMaD/feature_xmp
|
2021-04-01 12:44:47 +03:00 |
|
Andrew Murray
|
80878fa4c6
|
Merge branch 'master' into modes
|
2021-03-31 18:58:11 +11:00 |
|
Hugo van Kemenade
|
e405ab300b
|
Merge pull request #5351 from radarhere/categories
|
2021-03-28 14:34:50 +03:00 |
|
Andrew Murray
|
f799915d6f
|
Merge pull request #5304 from nulano/5300
Do not premultiply alpha when resizing with Image.NEAREST resampling
|
2021-03-28 16:02:01 +11:00 |
|
Andrew Murray
|
71cd97a519
|
Added deprecation warnings
|
2021-03-28 15:51:28 +11:00 |
|
Hugo van Kemenade
|
5e1d304769
|
Merge pull request #5353 from radarhere/quantize_attributes
Use quantization method attributes
|
2021-03-27 20:01:49 +02:00 |
|
nulano
|
49fa3656b1
|
do not premultiply alpha when resizing with Image.NEAREST resampling
|
2021-03-23 13:16:20 +01:00 |
|
Andrew Murray
|
4e0bc3bab6
|
Use quantization method attributes
|
2021-03-22 19:44:56 +11:00 |
|
Andrew Murray
|
0ff9879171
|
Document supported quantization methods for RGBA images
|
2021-03-22 19:21:31 +11:00 |
|
Andrew Murray
|
ab56edb49f
|
Documented default quantization method
|
2021-03-22 19:18:36 +11:00 |
|
Andrew Murray
|
36a4b055bb
|
Updated comments
|
2021-03-15 12:50:30 +11:00 |
|
Andrew Murray
|
68719fe6ea
|
Merge branch 'master' into exif
|
2021-03-15 12:41:45 +11:00 |
|
Andrew Murray
|
c52b45df62
|
Removed automatic retrieval of GPS IFD
|
2021-03-15 12:33:06 +11:00 |
|
Andrew Murray
|
ca204ba04f
|
Removed Image._MODEINFO
|
2021-03-07 14:21:27 +11:00 |
|
Andrew Murray
|
690cf9ebe2
|
Allow alpha_composite destination to be negative
|
2021-03-06 20:54:21 +11:00 |
|
Andrew Murray
|
e763f8f2be
|
Save interop IFD when converting Exif to bytes
|
2021-02-22 07:47:59 +11:00 |
|
Andrew Murray
|
b25bc40009
|
Simplified code
Co-authored-by: Konstantin Kopachev <kkopachev@popsugar.com>
|
2021-02-22 07:47:05 +11:00 |
|
Andrew Murray
|
4b14f0102d
|
Save base IFDs when converting Exif to bytes
|
2021-02-22 07:47:05 +11:00 |
|
Andrew Murray
|
faf8fad76d
|
Stopped flattening EXIF IFD into getexif()
|
2021-02-22 07:47:05 +11:00 |
|
Andrew Murray
|
587e073dac
|
Moved case transformation before initialization check
|
2021-02-05 20:28:34 +11:00 |
|
Piolie
|
0c1675a143
|
Make formats parameter in Image.open accept aNy cAsE
|
2021-02-04 22:47:53 -03:00 |
|
Andrew Murray
|
c10bf8d9a7
|
Improved docstring [ci skip]
|
2021-01-31 13:14:14 +11:00 |
|
Mark Laagland
|
e6ff82b9ab
|
Small fix for convert documentation of Image.py
[ci skip]
|
2021-01-24 22:49:27 +01:00 |
|
Andrew Murray
|
4eccadced4
|
Document that getcolors() returns colors in the image mode [ci skip]
|
2021-01-09 21:30:16 +11:00 |
|
Uriel Martinez
|
7f5dbb7c9b
|
Update src/PIL/Image.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2021-01-02 21:57:24 -06:00 |
|
Andrew Murray
|
3c482b1b0b
|
Changed list of single item dictionaries to dictionary
|
2020-12-30 23:10:29 +11:00 |
|
Andrew Murray
|
ad9614be7a
|
Renamed variable
|
2020-12-30 22:46:49 +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 |
|
UrielMaD
|
19bac31804
|
XMP feature added
|
2020-12-27 22:28:03 -06:00 |
|
UrielMaD
|
7968279c13
|
XMP feature added
|
2020-12-27 22:24:38 -06:00 |
|
UrielMaD
|
2f29f1306f
|
XMP feature added
|
2020-12-27 22:01:27 -06:00 |
|
UrielMaD
|
762235fb06
|
XMP feature added
|
2020-12-27 19:01:15 -06:00 |
|
UrielMaD
|
9947655b93
|
XMP feature added
|
2020-12-27 18:46:07 -06:00 |
|
UrielMaD
|
50e88764e8
|
XMP feature added
|
2020-12-27 18:39:16 -06:00 |
|
UrielMaD
|
eeee980cf7
|
XMP feature added
|
2020-12-27 18:36:13 -06: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 |
|