Commit Graph

11764 Commits

Author SHA1 Message Date
Miloš Komarčević
1c4deefe11 Make strip calculation more readable 2021-06-12 11:49:20 +10:00
Miloš Komarčević
c949d54605 Fix lint errors 2021-06-12 11:49:20 +10:00
Miloš Komarčević
7752fb5131 Limit TIFF strip size when saving with libtiff 2021-06-12 11:49:20 +10:00
Andrew Murray
20bd9e9261 Update CHANGES.rst [ci skip] 2021-06-11 17:45:48 +10:00
Hugo van Kemenade
101887360c
Merge pull request #5501 from radarhere/dds_bc5 2021-06-11 10:34:19 +03:00
Andrew Murray
b1b0dcb4e5 Update CHANGES.rst [ci skip] 2021-06-11 07:56:16 +10:00
Hugo van Kemenade
a9b0adc57f
Merge pull request #5510 from radarhere/textbbox 2021-06-10 17:46:32 +03: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
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
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
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
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
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