Commit Graph

17021 Commits

Author SHA1 Message Date
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
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
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
2c2a7211f5 Updated to Ubuntu 20.04 2021-05-30 15:30:48 +10:00
Andrew Murray
153cb9e1be Removed unused variable 2021-05-30 15:30:48 +10:00
PH-KDX
544ecdbed9
Merge pull request #1 from radarhere/css
Removed duplicate block
2021-05-30 01:27:16 +02:00
Hugo van Kemenade
91204438ec
Merge pull request #202 from radarhere/python38_untar 2021-05-29 21:11:42 +03:00
Andrew Murray
34b2e34ea0 Disable macos-11.0 whilst not available for this repo 2021-05-29 17:37:51 +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
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
Andrew Murray
362d504011 Raise an error if textbbox is used without a FreeTypeFont 2021-05-25 20:45:38 +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
88a8459b41 Fixed untar on macOS 11 2021-05-19 22:25:36 +10:00
Andrew Murray
3b4db88202 Added BC5_SNORM reading when FourCC is DX10 2021-05-19 22:19:19 +10:00
Andrew Murray
22fb2dbd29 Simplified code 2021-05-19 21:57:40 +10:00
Andrew Murray
f59ff6d55b Read BC5_TYPELESS as BC5_UNORM 2021-05-19 21:16:12 +10:00
Andrew Murray
1bb98974f8 Moved DXT5 test after DXT3 test 2021-05-19 21:14:51 +10:00
Andrew Murray
6bb4dfcf90 Updated multibuild to upgrade Python 3.8 default to 3.8.10 2021-05-19 20:30:06 +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
Andrew Murray
8b9b95bf5c Added Python 3.8 for arm64 2021-05-19 19:10:44 +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
2e7f40e0b8 Added BC5_SNORM reading 2021-05-18 17:44:21 +10: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
68ac6d151e Added BC5_UNORM reading 2021-05-17 18:57:23 +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
6773a6af35
Merge pull request #201 from radarhere/editorconfig
Added .editorconfig file
2021-05-16 09:44:11 +03:00
Andrew Murray
6a81c1879c Added .editorconfig file 2021-05-16 11:58:25 +10:00