Commit Graph

13039 Commits

Author SHA1 Message Date
Andrew Murray
2559913342 Update CHANGES.rst [ci skip] 2022-02-28 08:03:16 +11: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
Hugo van Kemenade
1d3b373160
Merge pull request #6069 from radarhere/pyencoder 2022-02-27 18:34:09 +02:00
Hugo van Kemenade
841d60c35f
Merge pull request #6087 from radarhere/tga 2022-02-27 18:25:21 +02:00
Andrew Murray
56324c300d Simplify code by using _accept 2022-02-27 14:48:36 +11:00
Andrew Murray
e2288356ca Use _accept check in _open 2022-02-27 14:48:36 +11:00
Andrew Murray
885e305fe9 Make code clearer by matching _accept condition 2022-02-27 14:48:36 +11:00
Andrew Murray
83b9e66133 Moved flags check into _accept 2022-02-27 14:48:36 +11:00
Andrew Murray
efb9d503a7 Raise SyntaxError if data is not as expected 2022-02-27 14:48:36 +11:00
Andrew Murray
fbaaf3c19b Do not read data until necessary 2022-02-27 14:48:36 +11:00
Hugo van Kemenade
6b9b392ccc
Merge pull request #6091 from radarhere/libjpeg_turbo 2022-02-26 22:27:45 +02:00
Andrew Murray
5e32c5d22f Updated libjpeg-turbo to 2.1.3 2022-02-26 15:25:50 +11:00
Andrew Murray
e36774617c Added BLP1 saving 2022-02-25 23:58:13 +11:00
Hugo van Kemenade
7ee9a0ed86
Merge pull request #81 from radarhere/extras_require 2022-02-25 08:54:49 +02:00
Andrew Murray
1859bc3462 Added reading non-JPEG BLP1 as RGBA 2022-02-25 17:50:21 +11:00
Andrew Murray
3ec928251c Fixed reading uncompressed BLP2 with alpha 2022-02-25 16:54:53 +11:00
Andrew Murray
169025df6c Added BLP saving 2022-02-25 16:53:53 +11:00
Andrew Murray
747029bea9 Simplified code 2022-02-25 16:07:32 +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
62a80867d6 Removed deprecated install-venv 2022-02-25 10:24:50 +11:00
Andrew Murray
dac5dfc35b Changed level of other Deprecations subheadings to be consistent 2022-02-25 10:24:29 +11:00
Andrew Murray
afb7728b8c Moved unrelated tests out of TestPyDecoder 2022-02-25 09:41:39 +11:00
Andrew Murray
0d729941a8 Handle packets that cross scan lines 2022-02-25 09:41:16 +11:00
Andrew Murray
17d342bc4b Simplified code as both values are 7 bit 2022-02-25 09:41:16 +11:00
Hugo van Kemenade
c55d5d2401 Document requirements.txt -> extras_require in release notes 2022-02-24 17:59:34 +02:00
Andrew Murray
7566f8c3b2 Ensure dependencies are installed 2022-02-24 17:59:34 +02:00
Andrew Murray
c0e770c3c9 Invoke commands through python3 2022-02-24 17:59:34 +02:00
Hugo van Kemenade
8c52290b94 Capitalisation 2022-02-24 17:59:34 +02:00
Hugo van Kemenade
247809aa54 Remove non-existent commands from help 2022-02-24 17:59:34 +02:00
Hugo van Kemenade
3f06b0e3d5 Docs: olefile required FpxImagePlugin and MicImagePlugin 2022-02-24 17:59:34 +02:00
Hugo van Kemenade
c4f783e099 Install for docs build using 'pip install .[docs]' 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
14b9b597ff
Merge pull request #6089 from radarhere/heap_verification 2022-02-24 17:15:16 +02:00
Andrew Murray
839b634fd5 Install gcc to allow coverage to build 2022-02-24 09:16:32 +11:00
Andrew Murray
57f106c683 Enable heap verification without gflags 2022-02-24 09:16:05 +11:00
Hugo van Kemenade
b3599de6c9
Merge pull request #6080 from radarhere/gif_test
Test that n_frames and is_animated do not change GIF
2022-02-23 18:03:37 +02:00
Hugo van Kemenade
96516ce5f1
Merge pull request #6078 from radarhere/imageshow 2022-02-23 14:56:18 +02:00
Hugo van Kemenade
4fc0319593
Merge pull request #6088 from radarhere/gentoo 2022-02-23 11:53:39 +02:00
Andrew Murray
415d679f84 Added Gentoo to Docker jobs 2022-02-23 15:26:16 +11:00
Hugo van Kemenade
4638c4fba6
Merge pull request #6081 from radarhere/size 2022-02-22 09:33:06 +02:00
Hugo van Kemenade
bd96420032
Merge pull request #6082 from radarhere/duplicate 2022-02-22 09:17:59 +02:00
Andrew Murray
030a6225de Removed duplicate test 2022-02-22 11:03:36 +11:00
Andrew Murray
3c1e7a7f5a Corrected docstring [ci skip] 2022-02-22 10:32:02 +11:00
Andrew Murray
9006836c28 Test that n_frames and is_animated do not change the image 2022-02-22 08:55:02 +11:00
Andrew Murray
40561c9517 Document #6045 2022-02-21 21:04:24 +11:00
Andrew Murray
35cdcdc65d Added ImageShow.register examples 2022-02-21 20:32:21 +11:00
Andrew Murray
f8546768d6 Do not update images during n_frames or is_animated seeking 2022-02-21 18:34:05 +11:00
Hugo van Kemenade
9e6537df5a
Merge pull request #6076 from radarhere/pytest 2022-02-21 08:56:29 +02:00