Commit Graph

1989 Commits

Author SHA1 Message Date
Andrew Murray
8e9d3201eb
Corrected grammar
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-03-07 07:15:23 +11:00
Hugo van Kemenade
fe9b6998f8
Merge pull request #6099 from radarhere/pixels
Document alternatives to accessing individual pixels
2022-03-06 09:17:45 +02:00
Hugo van Kemenade
180c89f755
Merge pull request #6092 from radarhere/accept 2022-03-05 23:10:08 +02:00
Andrew Murray
e5537b545a
Merge branch 'main' into add-cygwin-to-ci 2022-03-04 17:20:02 +11:00
Andrew Murray
de968dd920 Document that histogram() uses 256 bins per channel 2022-03-02 21:21:25 +11:00
Andrew Murray
2b9cc3ccc5 Documented writing your own encoder in C 2022-03-01 16:34:21 +11:00
Andrew Murray
a7e8a386d3 Mention PsdImagePlugin as a plugin using multiple tiles 2022-03-01 15:44:12 +11:00
Andrew Murray
0cd550719a Link to demonstrations of PyDecoder and PyEncoder 2022-03-01 14:56:04 +11:00
Andrew Murray
4615e1d42a Document alternatives to accessing individual pixels 2022-03-01 14:13:40 +11:00
Andrew Murray
d05281fe69 Improved documentation for cleanup() in Python codecs 2022-03-01 13:38:20 +11:00
Andrew Murray
95e3194497 Improved documentation for _pulls_fd and _pushes_fd 2022-03-01 13:15:12 +11:00
Andrew Murray
3b79a776d6 Removed "Experimental" label from pulls_fd 2022-03-01 13:15:12 +11:00
Andrew Murray
3cb355c1af Refer to set_as_raw() in Python decoder documentation 2022-03-01 13:15:12 +11:00
Andrew Murray
f2987d65c0 Linked to file codec documentation 2022-02-28 08:36:26 +11:00
Andrew Murray
13cedb9221 Added release notes for #6069 2022-02-28 08:36:18 +11:00
mergify[bot]
8abff14a3a
Merge pull request #6072 from hugovk/extras_require
Replace requirements.txt with extras
2022-02-27 21:31:03 +00:00
Hugo van Kemenade
00563327a2
Quotes may be needed on macOS
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-02-27 18:43:06 +02:00
Andrew Murray
e2288356ca Use _accept check in _open 2022-02-27 14:48:36 +11:00
Andrew Murray
e36774617c Added BLP1 saving 2022-02-25 23:58:13 +11:00
Andrew Murray
a0e1fde1ed Added PyEncoder 2022-02-25 16:07:01 +11:00
Andrew Murray
2e71925ee9 Further ensuring dependencies are installed 2022-02-25 10:37:38 +11:00
Andrew Murray
fa1e89ff84 Further invoking of commands through python3 2022-02-25 10:25:06 +11:00
Andrew Murray
dac5dfc35b Changed level of other Deprecations subheadings to be consistent 2022-02-25 10:24:29 +11:00
Hugo van Kemenade
c55d5d2401 Document requirements.txt -> extras_require in release notes 2022-02-24 17:59:34 +02:00
Hugo van Kemenade
b14aa51037 Replace requirements.txt with extras_require 2022-02-24 17:59:34 +02:00
Hugo van Kemenade
96516ce5f1
Merge pull request #6078 from radarhere/imageshow 2022-02-23 14:56:18 +02:00
Andrew Murray
415d679f84 Added Gentoo to Docker jobs 2022-02-23 15:26:16 +11:00
Andrew Murray
40561c9517 Document #6045 2022-02-21 21:04:24 +11:00
mergify[bot]
c58d2817bc
Merge pull request #6056 from radarhere/fits
Added FITS reading
2022-02-20 21:49:01 +00:00
Andrew Murray
ee46ef2a61
Updated formatting
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-02-21 08:03:50 +11:00
Andrew Murray
764c3517bc Added documentation links 2022-02-20 23:57:17 +11:00
Andrew Murray
7aa49741c6 Merge branch 'main' into getpalette 2022-02-20 23:52:20 +11:00
Andrew Murray
737fe769a6 Added release notes 2022-02-19 23:01:19 +11:00
Hugo van Kemenade
bfa6da63a4
Merge pull request #6045 from radarhere/imageshow
Do not automatically remove temporary ImageShow files on Unix
2022-02-19 11:06:10 +02:00
Hugo van Kemenade
e5fa767024
Merge pull request #6067 from radarhere/subsampling
Corrected JPEG subsampling documentation
2022-02-19 10:57:41 +02:00
Andrew Murray
7dca0135dd Merge branch 'main' into fits 2022-02-19 14:41:45 +11:00
Andrew Murray
2368723230 Deprecated FitsStubImagePlugin 2022-02-19 14:41:12 +11:00
Andrew Murray
aca936c85e
Document the version when FITS was added
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-02-19 10:37:59 +11:00
Andrew Murray
60e3734b30 Added release notes 2022-02-19 10:36:31 +11:00
Hugo van Kemenade
07741c9315
Merge pull request #5954 from radarhere/enum 2022-02-18 15:53:41 +02:00
Andrew Murray
5d7b6c9d88 Documented deprecation 2022-02-18 22:13:11 +11:00
Hugo van Kemenade
6b8edca6df
Merge pull request #6066 from radarhere/install 2022-02-18 08:47:02 +02:00
Andrew Murray
a5ada2c56f Added a note about the default subsampling 2022-02-18 09:56:59 +11:00
Andrew Murray
6bbdd2510e Use --no-binary when installing from source 2022-02-18 09:26:57 +11:00
Hugo van Kemenade
cfad80cbe6 macOS: 'brew install openjpeg' for JPEG2000 support 2022-02-17 22:24:45 +02:00
Andrew Murray
f2a8c45744 Remove incorrect documentation of "-1" subsampling setting 2022-02-17 23:54:10 +11:00
Andrew Murray
dfdb17671d Added FITS reading 2022-02-15 11:22:46 +11:00
Andrew Murray
9a4106c14f
Merge branch 'main' into enum 2022-02-15 08:12:28 +11:00
Andrew Murray
8b6ee688d8 Added release notes for #5959 2022-02-10 13:56:27 +11:00
Andrew Murray
912296200c Added release notes for #5942 2022-02-10 13:53:39 +11:00
Andrew Murray
f797137ab5 Added release notes for #5972 2022-02-10 13:53:35 +11:00
Andrew Murray
657ec4aa3d Added release notes for #5891 2022-02-10 13:53:30 +11:00
Andrew Murray
ef1373838d Added release notes 2022-02-10 12:15:25 +11:00
Andrew Murray
b38a67fa12
Merge branch 'main' into enum 2022-02-10 09:52:24 +11:00
Andrew Murray
d7922d1e85 Updated macOS tested Pillow versions [ci skip] 2022-02-09 14:27:21 +11:00
Andrew Murray
9237150431 Added CentOS Stream 9 2022-02-08 23:35:01 +11:00
Hugo van Kemenade
f018518e24
Merge pull request #6017 from radarhere/lcms2
Updated lcms2 to 2.13.1
2022-02-07 13:51:30 +02:00
DWesl
b582806887 Merge remote-tracking branch 'upstream/main' into add-cygwin-to-ci 2022-02-06 11:03:11 -05:00
Andrew Murray
9434799415 Updated lcms2 to 2.13.1 2022-02-04 03:29:26 +11:00
Andrew Murray
caf6fc60ca Corrected sentence [ci skip] 2022-02-04 03:19:49 +11:00
Andrew Murray
9d8f173e39 Updated libimagequant to 4.0.0 2022-02-03 18:05:50 +11:00
Andrew Murray
8ef2d987ab Added release notes for 9.0.1 2022-02-03 09:48:56 +11:00
Hugo van Kemenade
54e9decde3 Remove EOL CentOS 8 2022-01-31 23:41:16 +02:00
Andrew Murray
7ab973c4c9 Updated lcms2 to 2.13 2022-01-30 08:01:35 +11:00
Andrew Murray
179cdd4444 Merge branch 'main' into add-cygwin-to-ci 2022-01-29 13:59:37 +11:00
Andrew Murray
bd63a49bcd Added MinGW GitHub Actions badge 2022-01-28 11:25:24 +11:00
Andrew Murray
5848726cad Link directly to workflow pages 2022-01-28 11:23:51 +11:00
Hugo van Kemenade
8e4a618b55
Merge pull request #5989 from radarhere/raqm 2022-01-26 10:50:32 +02:00
Andrew Murray
93008c2095 Upgraded raqm to 0.8.0 2022-01-26 12:23:43 +11:00
Andrew Murray
1d91f6dce5 Document when file argument will be removed 2022-01-26 09:08:41 +11:00
Andrew Murray
a77babd6a4 Updated links 2022-01-18 14:26:52 +11:00
Hugo van Kemenade
83d369a347
Merge pull request #5964 from radarhere/macos 2022-01-17 10:19:58 +02:00
Andrew Murray
c8d650f383 Added Debian 11 Bullseye 2022-01-17 14:07:30 +11:00
Andrew Murray
b53cb3f675 Updated macOS tested Pillow versions [ci skip] 2022-01-17 09:47:27 +11:00
Andrew Murray
5df83a57ff Documented deprecation 2022-01-16 11:38:34 +11:00
Andrew Murray
f8e4e9c2dd Added enums 2022-01-15 09:02:31 +11:00
Hugo van Kemenade
47fe0b1b9f Autolink CWE numbers with sphinx-issues 2022-01-11 18:48:56 +02:00
Hugo van Kemenade
b2c6db8d3b Add CVE IDs 2022-01-07 22:48:26 +02:00
Andrew Murray
ed4cf78137 CVEs TBD 2022-01-02 18:09:45 +11:00
Andrew Murray
8531b01d6c Restrict builtins for ImageMath.eval 2022-01-02 17:23:49 +11:00
Andrew Murray
f6c78713a4 Added release notes for #5919, #5920 and #5921 2022-01-01 22:10:48 +11:00
Andrew Murray
0bb3f87dcc
Updated copyright year 2022-01-01 10:40:57 +11:00
Andrew Murray
949b431f03 Added release notes for pillow-wheels#237 2021-12-31 18:09:44 +11:00
DWesl
fa536b4d34 Merge branch 'main' of upstream into add-cygwin-to-ci 2021-12-26 14:28:29 -05:00
Alex Clark
9d0703a8a8
Merge pull request #5763 from python-pillow/new-badge 2021-12-25 07:21:33 -05:00
Andrew Murray
b07404e140 Added release notes for #5897 2021-12-24 09:05:54 +11:00
Andrew Murray
d0faeb4e5e
Added XDGViewer class 2021-12-23 11:15:29 +11:00
mergify[bot]
591e79e01e
Merge pull request #5862 from kolibril13/pathlib
Added PIL + pathlib Tutorial
2021-12-19 23:11:07 +00:00
Andrew Murray
a12c18608e
Corrected variable name 2021-12-20 09:39:09 +11:00
Jan-Hendrik Müller
36caa53fed
Apply suggestions from code review
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-12-19 22:48:23 +01:00
Jan-Hendrik Müller
cd613e6850
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2021-12-19 13:26:30 +01:00
DWesl
77c8a07f1c DOC: Rearrange the Cygwin entries on the support matrix.
From a suggestion on the PR, make it clearer that Cygwin runs on
Windows.  Also record the Cygwin versions in the check against Python
versions.
2021-12-18 10:07:36 -05:00
Andrew Murray
6c8ac0e700 Added "os" example 2021-12-18 21:59:09 +11:00
Andrew Murray
946571d4a3 Moved batch processing example under "More on reading images" 2021-12-18 21:23:07 +11:00
Andrew Murray
d455abffee Moved all pathlib logic out of function 2021-12-18 21:16:50 +11:00
Andrew Murray
a1677ead44 Switched from deprecated "setup.py install" to "pip install ." 2021-12-18 19:43:23 +11:00
Hugo van Kemenade
a0ec5b7095
Merge pull request #5885 from hugovk/effbot 2021-12-14 12:57:32 +02:00
Hugo van Kemenade
8c405a9ab5 Dedicate the release to Fredrik Lundh 2021-12-13 23:43:04 +02:00
DWesl
9ec4034bff CI: Incorporate suggestions from PR.
Upload coverage information, add Cygwin to the list of systems with CI,
space out entries.
2021-12-11 08:27:35 -05:00
Andrew Murray
7b201798ad Updated libimagequant to 2.17.0 2021-12-08 19:00:50 +11:00
Andrew Murray
6f2f01b23f Added release notes for #5857 2021-12-07 06:46:07 +11:00
Hugo van Kemenade
94ca035495
Merge pull request #5857 from radarhere/gif 2021-12-06 20:58:21 +02:00
Andrew Murray
85a27c145d Python variables are one word 2021-12-04 07:50:12 +11:00
Andrew Murray
675c5e1a9c Apply black formatting to code examples 2021-12-04 07:50:08 +11:00
Jan-Hendrik Müller
cab7d8a8ab
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2021-12-02 16:20:13 +01:00
Jan-Hendrik Müller
21351c8982
Update docs/handbook/tutorial.rst
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-12-01 23:23:17 +01:00
Jan-Hendrik Müller
52ac725ae0
Apply suggestions from code review
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-12-01 23:06:52 +01:00
Jan-Hendrik Müller
af924a1f96 added pathlib tutorial 2021-12-01 17:21:21 +01:00
Andrew Murray
eeb685b6c4 GIFs change mode for later frames [ci skip] 2021-11-29 18:50:22 +11:00
Andrew Murray
e06e18a8ef Added release notes for #5829 2021-11-22 10:12:48 +11:00
Andrew Murray
9dad104385 Added release notes for #5694 2021-11-22 09:56:32 +11:00
Andrew Murray
db6e75156c Document polygon width parameter 2021-11-22 09:49:35 +11:00
Andrew Murray
b70384653e Corrected parameter order 2021-11-22 09:48:31 +11:00
Hugo van Kemenade
9f7f340bb7 Move to 'Other Changes' 2021-11-11 14:46:48 +02:00
Hugo van Kemenade
81af72bb89
Fix code example
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-11-11 11:27:13 +02:00
Hugo van Kemenade
18d34b287f Add support for pickling TrueType fonts 2021-11-10 14:34:20 +02:00
Andrew Murray
fa4ae3dc2c Updated macOS tested Pillow versions [ci skip] 2021-11-09 18:21:09 +11:00
Andrew Murray
669ba570d5
Merge branch 'main' into rm-3.6 2021-11-04 08:27:36 +11:00
Andrew Murray
25979a51e7 Added Fedora 35 2021-11-03 21:31:12 +11:00
Andrew Murray
3b7890c709 Python 3.6 Docker jobs have been updated to Python 3.9 2021-11-02 23:07:32 +11:00
Hugo van Kemenade
36eb97d3c0
Merge branch 'main' into rm-3.6 2021-10-25 12:05:05 +03:00
Hugo van Kemenade
704336f92e
Merge pull request #5792 from radarhere/display_title 2021-10-25 12:03:42 +03:00
Andrew Murray
993da90316
Merge pull request #5779 from hugovk/update-expected-pillow-10-release-date
Update expected Pillow 10 release date: 2023-07-01
2021-10-25 12:57:20 +11:00
Andrew Murray
ef99db8871 Added release notes for #5788 2021-10-24 11:53:45 +11:00
Hugo van Kemenade
716a0baf74 Drop support for EOL Python 3.6 2021-10-19 15:34:52 +03:00
Andrew Murray
06ab0324a3 Added Tidelift Align badge to docs 2021-10-19 17:08:05 +11:00
Hugo van Kemenade
6e310e3e2e Update expected Pillow 10 release date: 2023-07-01 2021-10-18 15:48:49 +03:00
Hugo van Kemenade
606b5ae1e5 Remove support for FreeType 2.7 and older 2021-10-18 09:29:53 +03:00
Andrew Murray
20cf82b2af Moved PILLOW_VERSION deprecation to be more prominent 2021-10-18 17:20:56 +11:00
Andrew Murray
83864b01cf Removed Image.show command parameter 2021-10-18 11:08:51 +11:00
Andrew Murray
499040491b Removed Image._showxv 2021-10-18 11:06:06 +11:00
Andrew Murray
e444e7ab6d Removed ImageFile.raise_ioerror 2021-10-18 11:06:02 +11:00
Andrew Murray
cd50d468ba Removed PILLOW_VERSION 2021-10-18 11:05:53 +11:00
Andrew Murray
dd08584f7a
Updated syntax
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2021-10-17 10:37:19 +11:00
Andrew Murray
669512c2ac __exit__ does not destroy the core image object 2021-10-16 23:26:43 +11:00
Andrew Murray
fa74f2272b Copied images are not associated with the original file 2021-10-16 23:09:04 +11:00
Hugo van Kemenade
a8c18d0817 Rename master to main 2021-10-15 17:30:05 +03:00
Hugo van Kemenade
95cff6e959
Merge pull request #5766 from radarhere/fedora 2021-10-15 13:40:34 +03:00
Hugo van Kemenade
adfe06ef96 Docs: No security updates in 8.4.0 2021-10-15 11:23:38 +03:00
Andrew Murray
90ffafeebc Removed Fedora 33 docker job 2021-10-15 19:19:26 +11:00
Andrew Murray
5b7fb4f960 Updated macOS tested Pillow versions [ci skip] 2021-09-28 11:44:47 +10:00
Andrew Murray
836e6d98a3 Updated libimagequant to 2.16.0 2021-09-21 07:46:37 +10:00
Andrew Murray
c1db69cc3f Renamed register_open accept method for consistency 2021-09-20 22:16:37 +10:00
Andrew Murray
571feef28e
Merge pull request #5714 from hugovk/add-centos-stream-8
Add CentOS Stream 8
2021-09-17 22:02:32 +10:00
Andrew Murray
83f6a909d6 Updated macOS tested Pillow versions [ci skip] 2021-09-17 21:40:00 +10:00
Andrew Murray
4cfc9721d2 Added CentOS Stream 8 to CI targets 2021-09-17 21:26:10 +10:00
Andrew Murray
9301422d16 Merged identical cells 2021-09-16 08:25:51 +10:00
Hugo van Kemenade
21906a8172 Docs: Update CI targets table 2021-09-15 16:13:53 +03:00
Andrew Murray
3f3828040b
Merge branch 'master' into tiff_exif 2021-09-07 06:33:37 +10:00
Hugo van Kemenade
949503b160 Update release notes 2021-09-02 15:04:28 +03:00
Hugo van Kemenade
ad1522aa55 Add release notes for Pillow 8.3.2 2021-09-01 13:14:47 +03:00
Andrew Murray
9189c4b08b Pillow 8.3.2 supports Python 3.10 [ci skip] 2021-09-01 19:46:24 +10:00
Hugo van Kemenade
4c7777c425
Merge pull request #5599 from radarhere/palette
Updates for ImagePalette channel order
2021-08-24 14:52:46 +03:00
Hugo van Kemenade
e554ac96c4
Merge pull request #5660 from radarhere/python_mingw
Updated MinGW CI Python version
2021-08-15 11:10:38 +03:00
Andrew Murray
26d932505f Corrected property name [ci skip] 2021-08-15 17:28:52 +10:00
Andrew Murray
0cbc033b34 Updated FreeBSD package install command to Python 3.8 [ci skip] 2021-08-13 17:54:48 +10:00
Andrew Murray
db3cccb9c0 Updated MinGW CI Python version [ci skip] 2021-08-09 08:30:37 +10:00
Andrew Murray
4063deddac
Merge branch 'master' into eps 2021-08-06 23:32:02 +10:00
Andrew Murray
0c43da5e3c Added release notes 2021-08-06 22:41:44 +10:00
Andrew Murray
b3fda8c9c6 Added release notes 2021-08-06 22:33:55 +10:00
Andrew Murray
929c561937 Merge branch 'master' into eps 2021-08-06 22:03:12 +10:00
Andrew Murray
4f43851071 Added release notes [ci skip] 2021-08-03 00:03:53 +10:00
Andrew Murray
3cf2fffa33 Added release notes for #5641 2021-08-01 09:54:40 +10: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
d0a30ec369 Updated documentation 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
7998d0252f Corrected Python 3.10 support [ci skip] 2021-07-23 18:25:35 +10:00
Andrew Murray
a9489c23b3 Updated macOS tested Pillow versions [ci skip] 2021-07-22 19:35:16 +10:00
Andrew Murray
1d73a483f4 Added "transparency" argument to load() 2021-07-19 09:08:45 +10:00
Andrew Murray
622a1cd542 Changed URLs to HTTPS 2021-07-12 21:00:36 +10:00
Andrew Murray
5fe583598f Added release notes for 8.3.1 2021-07-07 00:03:45 +10:00
Andrew Murray
c0f619384c Added "exif" keyword argument to save Image.Exif instance 2021-07-04 12:33:55 +10:00
Andrew Murray
8996b9ff9a Used line block in table heading 2021-07-02 22:18:18 +10:00
Andrew Murray
9aab18c5e9 Removed bottom gap in table headings 2021-07-02 18:59:48 +10:00
Andrew Murray
45d5848c30 Use line blocks instead of blank lines 2021-07-02 18:59:12 +10:00
Hugo van Kemenade
95cf343df4 Split support table to fit on page 2021-07-01 13:30:19 +03:00
Hugo van Kemenade
26c5eb4bbc Add th headers to tables, newlines, fix typo 2021-07-01 13:29:44 +03:00
Hugo van Kemenade
e7d1b2f4cb Add support for Python 3.10 2021-07-01 13:29:44 +03:00
Andrew Murray
d254e581a1 Added release notes for #5567 2021-07-01 13:32:20 +10:00
Hugo van Kemenade
06f88ddff4
Merge pull request #4526 from newpanjing/master 2021-06-30 17:13:43 +03:00
Andrew Murray
dfeb49c107 Documented deprecation 2021-06-30 21:47:41 +10:00
Andrew Murray
afb6ad27d7 Sorted deprecations by removal date 2021-06-30 20:57:21 +10:00
Andrew Murray
53b3d5c845 Added release notes for #5416 2021-06-30 13:54:44 +10:00
Andrew Murray
fcfa14a43b Added release notes for #5455 2021-06-30 13:54:10 +10:00
Andrew Murray
7faa107c98 Added release notes for #5402 2021-06-30 12:40:33 +10:00
Andrew Murray
45eaab9ec0 Added release notes 2021-06-30 11:56:19 +10:00
Andrew Murray
90ece137b0
Merge branch 'master' into master 2021-06-29 20:52:35 +10:00
Hugo van Kemenade
70fafe3da7
Update version number 2021-06-28 16:36:30 +03:00
Andrew Murray
2afc6fdfc4 Documented updates to DDS format 2021-06-14 18:14:28 +10:00
Andrew Murray
85d009c697
Merge pull request #5532 from radarhere/image_format
Copies of an image do not retain the format
2021-06-13 13:30:07 +10:00
Andrew Murray
fc1e7f423a
Corrected syntax [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2021-06-13 07:43:00 +10:00
Hugo van Kemenade
c2a6cebd6c
Merge pull request #5515 from PH-KDX/sidebar-fix 2021-06-12 21:22:31 +03:00
Hugo van Kemenade
101887360c
Merge pull request #5501 from radarhere/dds_bc5 2021-06-11 10:34:19 +03:00
Andrew Murray
ab1cc6ffa4 Copies of an image do not retain the format [ci skip] 2021-06-10 09:18:14 +10:00
Andrew Murray
cc28ad2441 Added release notes [ci skip] 2021-06-08 23:01:28 +10:00
Hugo van Kemenade
2a7eb5415e
Merge pull request #5513 from radarhere/ico_bmp
Added ICO saving in BMP format
2021-06-06 18:12:33 +03:00
Andrew Murray
b17a7dda28 Added release notes [ci skip] 2021-06-06 21:34:01 +10:00
Andrew Murray
1b2dba251a Updated macOS tested Pillow versions [ci skip] 2021-06-03 23:40:48 +10:00
Andrew Murray
0a609d7fb4 Removed duplicate block 2021-05-28 22:29:31 +10:00
PH-KDX
aaa2d6a77d
fix differing background colors in right sidebar [ci skip] 2021-05-28 02:12:09 +02:00