Andrew Murray
|
6cb127c8cd
|
Update CHANGES.rst [ci skip]
|
2021-07-30 10:26:07 +10:00 |
|
mergify[bot]
|
71b7f3daf3
|
Merge pull request #5641 from radarhere/palette_size
Deprecate ImagePalette size parameter
|
2021-07-29 23:42:25 +00:00 |
|
Fariz Rahman
|
feb3103bfd
|
SGI save handler should not close output stream
|
2021-07-30 00:57:00 +04:00 |
|
Andrew Murray
|
01ab019ed8
|
Update CHANGES.rst [ci skip]
|
2021-07-29 16:55:50 +10:00 |
|
Hugo van Kemenade
|
e276655179
|
Merge pull request #5624 from radarhere/macos_zlib
|
2021-07-29 09:51:33 +03:00 |
|
Andrew Murray
|
7c7620d71f
|
Highlight class name
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2021-07-29 16:49:09 +10:00 |
|
Andrew Murray
|
a9372d5cf0
|
Fixed generated palettes
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
d0a30ec369
|
Updated documentation
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
cf275737ee
|
Do not rearrange palette channels
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
41b968ad10
|
Deprecate ImagePalette size parameter
|
2021-07-29 16:19:53 +10:00 |
|
Andrew Murray
|
3462b5fd74
|
Update CHANGES.rst [ci skip]
|
2021-07-28 22:26:02 +10:00 |
|
Hugo van Kemenade
|
faaeee1e7d
|
Merge pull request #5601 from radarhere/webp_icc_profile
Allow saving WebP with icc_profile None
|
2021-07-28 13:10:36 +03:00 |
|
Hugo van Kemenade
|
4e4d580dfd
|
Merge pull request #5597 from radarhere/ycbcr_tiff
Added tags when saving YCbCr TIFF
|
2021-07-28 13:08:54 +03:00 |
|
Hugo van Kemenade
|
5f39e8e60a
|
Merge pull request #5613 from radarhere/psd
|
2021-07-28 12:53:24 +03:00 |
|
Hugo van Kemenade
|
f0679aff4d
|
Merge pull request #5638 from radarhere/palette_size
Corrected ImagePalette size parameter documentation
|
2021-07-28 12:50:09 +03:00 |
|
Alexander Karpinsky
|
3abe5e884b
|
Add TypeError handling to pass corrupted dpi value in exif
|
2021-07-26 16:13:01 +03:00 |
|
Andrew Murray
|
a43d46e87a
|
Corrected size parameter documentation [ci skip]
|
2021-07-26 22:53:39 +10:00 |
|
Andrew Murray
|
55cec2a0d0
|
Update CHANGES.rst [ci skip]
|
2021-07-26 18:57:04 +10:00 |
|
Hugo van Kemenade
|
567fbaf782
|
Merge pull request #5615 from radarhere/expand
Fixed ImageOps expand with tuple border on P image
|
2021-07-26 11:33:26 +03:00 |
|
Andrew Murray
|
89ab20fd15
|
putpalette() rawmode may be modes that can be unpacked to RGB
|
2021-07-25 16:32:59 +10:00 |
|
Andrew Murray
|
4038a287ee
|
Corrected pathlib.Path detection when saving
|
2021-07-24 14:21:33 +10:00 |
|
Hugo van Kemenade
|
68c5f2dce1
|
Merge pull request #5630 from radarhere/python310
Corrected Python 3.10 support
|
2021-07-23 15:25:12 +03:00 |
|
Andrew Murray
|
7998d0252f
|
Corrected Python 3.10 support [ci skip]
|
2021-07-23 18:25:35 +10:00 |
|
Hugo van Kemenade
|
36ab95dab7
|
Merge pull request #5628 from radarhere/macos
Updated macOS tested Pillow versions
|
2021-07-22 14:36:33 +03:00 |
|
Andrew Murray
|
a9489c23b3
|
Updated macOS tested Pillow versions [ci skip]
|
2021-07-22 19:35:16 +10:00 |
|
Andrew Murray
|
e7270eb5a1
|
Prefer command line tools SDK on macOS
|
2021-07-21 22:45:35 +10:00 |
|
Andrew Murray
|
1d73a483f4
|
Added "transparency" argument to load()
|
2021-07-19 09:08:45 +10:00 |
|
Andrew Murray
|
426b730d3b
|
Update CHANGES.rst [ci skip]
|
2021-07-18 18:18:56 +10:00 |
|
Andrew Murray
|
7484bb08b4
|
Merge pull request #5588 from kmilos/patch-2
Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression
|
2021-07-18 18:17:25 +10:00 |
|
Andrew Murray
|
a9fccfada1
|
Added WalImageFile class
|
2021-07-18 12:35:27 +10:00 |
|
Andrew Murray
|
0a7af10827
|
Instead of drawing border, calculate palette index before image creation in expand()
|
2021-07-16 20:58:32 +10:00 |
|
Andrew Murray
|
a46f5cdd0a
|
PSD layer count may be negative
|
2021-07-15 19:38:26 +10:00 |
|
Andrew Murray
|
e766ddbc39
|
Removed unnecessary code
|
2021-07-13 23:02:27 +10:00 |
|
Andrew Murray
|
63c3b26f6a
|
Fixed using info dictionary when writing multiple frames
|
2021-07-13 23:02:23 +10:00 |
|
Andrew Murray
|
696b82e440
|
Update CHANGES.rst [ci skip]
|
2021-07-13 21:25:59 +10:00 |
|
Andrew Murray
|
1fd0411ee4
|
Merge pull request #5609 from thak1411/round-error
Fixed error saving APNG with duplicate frames and different duration times
|
2021-07-13 21:24:15 +10:00 |
|
Rn
|
ca0738dbf6
|
Merge pull request #1 from radarhere/round-error
Added test
|
2021-07-13 18:12:53 +09:00 |
|
Andrew Murray
|
ca16cf2aac
|
Added test
|
2021-07-13 18:47:55 +10:00 |
|
Andrew Murray
|
0521ac71e0
|
Renamed variable
|
2021-07-13 18:47:48 +10:00 |
|
thak1411
|
45aec95717
|
Fixed round error in saving apng file
|
2021-07-13 12:07:36 +09:00 |
|
mergify[bot]
|
83c05aaf8d
|
Merge pull request #5605 from radarhere/https
Changed URLs to HTTPS
|
2021-07-12 13:02:47 +00:00 |
|
Andrew Murray
|
97e0cb85ee
|
Keep transparency when converting from P to LA or PA
|
2021-07-12 22:55:12 +10:00 |
|
Andrew Murray
|
622a1cd542
|
Changed URLs to HTTPS
|
2021-07-12 21:00:36 +10:00 |
|
Andrew Murray
|
43ea81c6db
|
For save_all with palette, do not include palette with each frame
|
2021-07-11 22:52:32 +10:00 |
|
Andrew Murray
|
b45fdd0817
|
Allow saving WebP with icc_profile None
|
2021-07-10 15:15:10 +10:00 |
|
Andrew Murray
|
5cdcc2cf64
|
Added tags when saving YCbCr TIFF
|
2021-07-10 01:20:36 +10:00 |
|
Andrew Murray
|
a39cb04f3e
|
Consider I;16 pixel size when drawing text
|
2021-07-09 21:23:43 +10:00 |
|
Hugo van Kemenade
|
be30792714
|
Merge pull request #5596 from radarhere/harfbuzz
Updated harfbuzz to 2.8.2
|
2021-07-09 09:12:34 +03:00 |
|
Andrew Murray
|
4c76ed03a7
|
Updated harfbuzz to 2.8.2
|
2021-07-09 10:08:29 +10:00 |
|
Andrew Murray
|
fdfa9e8521
|
If default conversion from P is RGB with transparency, convert to RGBA
|
2021-07-08 17:08:11 +10:00 |
|