Commit Graph

11751 Commits

Author SHA1 Message Date
Andrew Murray
41fc39174a Reset fuzzer LOAD_TRUNCATED_IMAGES and filters to allow for random test order 2021-06-10 13:49:17 +10:00
Andrew Murray
d99a6ff862 Reset MAX_IMAGE_PIXELS after each test to allow for random test order 2021-06-10 13:17:57 +10:00
Andrew Murray
61b9065a25 Update CHANGES.rst [ci skip] 2021-06-07 08:11:26 +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
ab52e830c3 Update CHANGES.rst [ci skip] 2021-06-06 21:16:09 +10:00
Hugo van Kemenade
87dca4f477
Merge pull request #5493 from radarhere/png_load_end
Ensure PNG seeks to end of previous chunk at start of load_end
2021-06-06 10:35:04 +03:00
Andrew Murray
c317e81809
Merge pull request #5522 from kmilos/winbuild_lcms2
Fix lcms2_static target for msbuild
2021-06-06 16:02:08 +10:00
Hugo van Kemenade
1ac7bd9f87
Merge pull request #5473 from radarhere/tiff_seek
Do not allow TIFF to seek to a past frame
2021-06-05 18:49:34 +03:00
Miloš Komarčević
f2e719b608 Fix lcms2_static target for msbuild 2021-06-04 20:38:12 +02:00
Hugo van Kemenade
b25bdbc377
Merge pull request #5521 from radarhere/macos 2021-06-04 14:38:47 +03:00
Andrew Murray
1b2dba251a Updated macOS tested Pillow versions [ci skip] 2021-06-03 23:40:48 +10:00
Andrew Murray
2c9a9b3529 Added ICO saving in BMP format 2021-05-27 06:21:28 +10:00
Andrew Murray
22e1fff754 Update CHANGES.rst [ci skip] 2021-05-25 22:38:58 +10:00
Andrew Murray
10d8800ee7
Merge pull request #5507 from mconst/master
Avoid race condition when displaying images with eog
2021-05-25 22:36:39 +10:00
Hugo van Kemenade
affa059e95
Merge pull request #5504 from radarhere/tuple_size
Added specific error messages when ink has incorrect number of bands
2021-05-23 17:18:38 +03:00
Michael Constant
5c8aa277ce Avoid race condition when displaying images with eog
Image.show() expects its display command to run synchronously, but eog
is asynchronous if there's another instance already running -- it just
asks the other instance to open the file and then immediately exits.
This causes intermittent failures where the file gets deleted before
the running eog instance manages to open it.

Fix this by using the -n option, so eog starts a new instance each time
instead of trying to reuse an existing one.
2021-05-23 01:10:41 -07:00
Andrew Murray
cc2db17271 Update CHANGES.rst [ci skip] 2021-05-21 00:14:53 +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
Hugo van Kemenade
60d6dc7869
Merge pull request #5488 from radarhere/args
Use METH_NOARGS when no arguments are required
2021-05-19 23:43:29 +03:00
mergify[bot]
f0e1f03905
Merge pull request #5505 from radarhere/typo
Fixed typo
2021-05-19 14:41:12 +00:00
Andrew Murray
8099d01349 Fixed typo 2021-05-19 23:32:00 +10:00
Andrew Murray
a1412681ff Added specific error messages when ink has incorrect number of bands 2021-05-19 20:19:57 +10:00
Andrew Murray
ff0c0afb2c Use PyTuple_GET_SIZE since variable is known to be a tuple 2021-05-19 19:51:45 +10:00
Hugo van Kemenade
16b9cadd41
Merge pull request #5495 from radarhere/tiff_tags
Added CFAPattern, ExifVersion and FlashpixVersion UNDEFINED tags
2021-05-19 00:31:41 +03:00
Andrew Murray
ae0efcb051
Merge pull request #5498 from hugovk/improve-docs
Build docs with sphinx_copybutton and sphinxext.opengraph
2021-05-17 22:25:25 +10:00
Andrew Murray
eed337eacc Update CHANGES.rst [ci skip] 2021-05-17 08:31:27 +10:00
Hugo van Kemenade
a72ae6823c
Merge pull request #5476 from radarhere/dpi_rounding 2021-05-16 20:00:10 +03:00
Hugo van Kemenade
d53a664866
Merge pull request #5470 from radarhere/wmf_dpi_rounding
Removed WMF DPI rounding
2021-05-16 19:57:14 +03:00
Hugo van Kemenade
ca97b16c0a
Install normalised sphinx-copybutton
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-05-16 09:46:00 +03:00
Hugo van Kemenade
e32504ab6e
Merge pull request #68 from radarhere/improve-docs
Set og:image:alt to be constant
2021-05-15 11:56:07 +03:00
Andrew Murray
23467636ad Set og:image:alt to be constant 2021-05-15 09:07:36 +10:00
Hugo van Kemenade
d49000beaa Add og:image 2021-05-14 21:30:39 +03:00
Hugo van Kemenade
7f9037a8ca Use code formatting 2021-05-14 20:13:44 +03:00
Hugo van Kemenade
5caa04c2d1 Build docs with sphinx_copybutton and sphinxext.opengraph 2021-05-14 20:13:44 +03:00
Andrew Murray
3f01813a50 Update CHANGES.rst [ci skip] 2021-05-14 23:39:44 +10:00
Andrew Murray
78406ed1ff
Merge pull request #5460 from xtsm/ellipse
Remove spikes when drawing thin pieslices
2021-05-14 23:37:11 +10:00
Hugo van Kemenade
f02739715d
Merge pull request #5452 from radarhere/missing_samplesperpixel
Updated default value for SAMPLESPERPIXEL TIFF tag
2021-05-14 16:17:34 +03:00
Hugo van Kemenade
d74cf22758
Merge pull request #5496 from radarhere/setuptools
Removed setuptools version requirement on GHA macOS and Windows
2021-05-14 14:36:01 +03:00
Andrew Murray
f132e4de8d Removed setuptools version requirement 2021-05-14 19:48:47 +10:00
Andrew Murray
c8802030cf Added CFAPattern, ExifVersion and FlashpixVersion UNDEFINED tags 2021-05-14 18:50:56 +10:00
Andrew Murray
bf97a92bc6 Ensure PNG seeks to end of previous chunk at start of load_end 2021-05-14 13:18:49 +10:00
mergify[bot]
186145e5a0
Merge pull request #5492 from radarhere/libimagequant
Updated libimagequant to 2.15.1
2021-05-13 12:43:45 +00:00
Andrew Murray
ff5eb51216 Updated libimagequant to 2.15.1 2021-05-13 22:13:07 +10:00
Andrew Murray
29c6f53e99 Use METH_NOARGS when no arguments are required 2021-05-11 20:19:17 +10:00
Andrew Murray
f2ee5d6697 Use METH_VARARGS flags 2021-05-11 20:16:44 +10:00
Hugo van Kemenade
d393cfb65a
Merge pull request #5483 from radarhere/wheels
Updated badges for wheels
2021-05-11 08:55:44 +03:00
Andrew Murray
71bac115a9
Merge pull request #5482 from radarhere/setuptools_ubuntu
Removed GitHub Actions Ubuntu setuptools version requirement
2021-05-11 00:20:38 +10:00
Andrew Murray
c844c07d3d Updated badges for wheels 2021-05-10 22:11:22 +10:00
Andrew Murray
b5fc91a550 Removed GitHub Actions Ubuntu setuptools version requirement 2021-05-10 21:39:36 +10:00