Accepting request 928313 from devel:languages:python
- update to 8.4.0: - Prefer global transparency in GIF when replacing with background color #5756 - Added "exif" keyword argument to TIFF saving #5575 - Copy Python palette to new image in quantize() #5696 - Read ICO AND mask from end #5667 - Actually check the framesize in FliDecode.c #5659 - Determine JPEG2000 mode purely from ihdr header box #5654 - Fixed using info dictionary when writing multiple APNG frames #5611 - Allow saving 1 and L mode TIFF with PhotometricInterpretation 0 #5655 - For GIF save_all with palette, do not include palette with each frame #5603 - Keep transparency when converting from P to LA or PA #5606 - Copy palette to new image in transform() #5647 - Added "transparency" argument to EpsImagePlugin load() #5620 - Corrected pathlib.Path detection when saving #5633 - Added WalImageFile class #5618 - Consider I;16 pixel size when drawing text #5598 - If default conversion from P is RGB with transparency, convert to RGBA #5594 - Speed up rotating square images by 90 or 270 degrees #5646 - Add support for reading DPI information from JPEG2000 images - Catch TypeError from corrupted DPI value in EXIF #5639 - Do not close file pointer when saving SGI images #5645 - Deprecate ImagePalette size parameter #5641 - Prefer command line tools SDK on macOS #5624 OBS-URL: https://build.opensuse.org/request/show/928313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=51
This commit is contained in:
commit
50047e8e9c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c
|
|
||||||
size 48790556
|
|
3
Pillow-8.4.0.tar.gz
Normal file
3
Pillow-8.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8e2f83c56e141920c39464b852de3719dfbfb6e3c99a2d8da0edf4fb33176ed
|
||||||
|
size 49368411
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 30 20:25:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 8.4.0:
|
||||||
|
- Prefer global transparency in GIF when replacing with background color #5756
|
||||||
|
- Added "exif" keyword argument to TIFF saving #5575
|
||||||
|
- Copy Python palette to new image in quantize() #5696
|
||||||
|
- Read ICO AND mask from end #5667
|
||||||
|
- Actually check the framesize in FliDecode.c #5659
|
||||||
|
- Determine JPEG2000 mode purely from ihdr header box #5654
|
||||||
|
- Fixed using info dictionary when writing multiple APNG frames #5611
|
||||||
|
- Allow saving 1 and L mode TIFF with PhotometricInterpretation 0 #5655
|
||||||
|
- For GIF save_all with palette, do not include palette with each frame #5603
|
||||||
|
- Keep transparency when converting from P to LA or PA #5606
|
||||||
|
- Copy palette to new image in transform() #5647
|
||||||
|
- Added "transparency" argument to EpsImagePlugin load() #5620
|
||||||
|
- Corrected pathlib.Path detection when saving #5633
|
||||||
|
- Added WalImageFile class #5618
|
||||||
|
- Consider I;16 pixel size when drawing text #5598
|
||||||
|
- If default conversion from P is RGB with transparency, convert to RGBA #5594
|
||||||
|
- Speed up rotating square images by 90 or 270 degrees #5646
|
||||||
|
- Add support for reading DPI information from JPEG2000 images
|
||||||
|
- Catch TypeError from corrupted DPI value in EXIF #5639
|
||||||
|
- Do not close file pointer when saving SGI images #5645
|
||||||
|
- Deprecate ImagePalette size parameter #5641
|
||||||
|
- Prefer command line tools SDK on macOS #5624
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 5 16:18:06 UTC 2021 - Arun Persaud <arun@gmx.de>
|
Sun Sep 5 16:18:06 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Pillow
|
Name: python-Pillow
|
||||||
Version: 8.3.2
|
Version: 8.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Imaging Library (Fork)
|
Summary: Python Imaging Library (Fork)
|
||||||
License: HPND
|
License: HPND
|
||||||
|
Loading…
Reference in New Issue
Block a user