Andrew Murray
|
e87432b745
|
First return value is unused
|
2022-03-08 19:51:24 +11:00 |
|
Andrew Murray
|
54a4a38e42
|
Return -1 when finished decoding
|
2022-03-08 19:48:58 +11:00 |
|
Andrew Murray
|
397a940995
|
Merge pull request #6094 from radarhere/decoder
Improved codec documentation
|
2022-03-07 08:01:31 +11:00 |
|
Hugo van Kemenade
|
c16737d589
|
Merge pull request #6096 from radarhere/cleanup
|
2022-03-06 20:12:13 +02:00 |
|
Hugo van Kemenade
|
180c89f755
|
Merge pull request #6092 from radarhere/accept
|
2022-03-05 23:10:08 +02:00 |
|
Andrew Murray
|
633abcbe7e
|
Updated error message
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2022-03-06 07:27:11 +11:00 |
|
Hugo van Kemenade
|
c32f908629
|
Merge pull request #6106 from radarhere/imagestat
Document that histogram() uses 256 bins per channel
|
2022-03-05 08:27:25 +02:00 |
|
Andrew Murray
|
72b7ab54bd
|
pre-commit autoupdate --freeze
|
2022-03-04 16:42:24 +11:00 |
|
Andrew Murray
|
f7504b1ef9
|
Changed variable
|
2022-03-04 15:49:37 +11:00 |
|
Andrew Murray
|
4f8173f53f
|
Refactored to reduce risk of infinite loop
|
2022-03-04 15:22:47 +11:00 |
|
Andrew Murray
|
65edcc4f77
|
Merge branch 'main' into PPMheaders
|
2022-03-04 12:30:41 +11:00 |
|
Andrew Murray
|
f5b9e2c43a
|
Explicitly check if magic number is empty
|
2022-03-04 12:29:20 +11:00 |
|
Andrew Murray
|
3426052874
|
Removed re-raising of exception
|
2022-03-04 12:27:28 +11:00 |
|
Andrew Murray
|
cb4e26783f
|
Retain variable case for backwards compatibility
|
2022-03-04 12:27:14 +11:00 |
|
Andrew Murray
|
e2e87d73c3
|
Reverted SyntaxError change to match other plugins
|
2022-03-04 12:26:55 +11:00 |
|
Andrew Murray
|
de968dd920
|
Document that histogram() uses 256 bins per channel
|
2022-03-02 21:21:25 +11:00 |
|
Andrew Murray
|
573cf278f1
|
Reset size when seeking away from "Large Thumbnail" MPO frame
|
2022-03-01 19:10:10 +11:00 |
|
Andrew Murray
|
2b9cc3ccc5
|
Documented writing your own encoder in C
|
2022-03-01 16:34:21 +11:00 |
|
Andrew Murray
|
95e3194497
|
Improved documentation for _pulls_fd and _pushes_fd
|
2022-03-01 13:15:12 +11:00 |
|
Andrew Murray
|
bb9338e34d
|
Removed duplicate code
|
2022-02-28 14:13:04 +11:00 |
|
Andrew Murray
|
4d868abd8a
|
Moved non-codec code outside of try block
|
2022-02-28 14:13:04 +11:00 |
|
Andrew Murray
|
a606fd85a3
|
Run encoder cleanup method after errors as well
|
2022-02-28 14:12:56 +11:00 |
|
Andrew Murray
|
f2987d65c0
|
Linked to file codec documentation
|
2022-02-28 08:36:26 +11:00 |
|
Hugo van Kemenade
|
1d3b373160
|
Merge pull request #6069 from radarhere/pyencoder
|
2022-02-27 18:34:09 +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 |
|
Andrew Murray
|
e36774617c
|
Added BLP1 saving
|
2022-02-25 23:58:13 +11: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
|
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
|
96516ce5f1
|
Merge pull request #6078 from radarhere/imageshow
|
2022-02-23 14:56:18 +02:00 |
|
Andrew Murray
|
3c1e7a7f5a
|
Corrected docstring [ci skip]
|
2022-02-22 10:32:02 +11:00 |
|
Andrew Murray
|
35cdcdc65d
|
Added ImageShow.register examples
|
2022-02-21 20:32:21 +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
|
7aa49741c6
|
Merge branch 'main' into getpalette
|
2022-02-20 23:52:20 +11:00 |
|
Andrew Murray
|
da451e5bea
|
Record the version the rawmode argument was added
|
2022-02-19 22:55:23 +11:00 |
|
Hugo van Kemenade
|
b78e601b63
|
Merge pull request #6071 from radarhere/handler
Fixed BUFR, GRIB and HDF5 stub saving
|
2022-02-19 11:25:42 +02:00 |
|
Hugo van Kemenade
|
de06aba8f1
|
Merge pull request #6068 from radarhere/quantize
Changed quantize default dither to FLOYDSTEINBERG
|
2022-02-19 11:24:17 +02: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
|
3d33987d7c
|
Merge pull request #4685 from Meithal/patch-3
Correctly read JPEG compressed BLP images
|
2022-02-19 11:03:36 +02:00 |
|
Hugo van Kemenade
|
e0afe932a1
|
Merge pull request #6057 from radarhere/mode_conv
Merged _MODE_CONV typ into ImageMode as typestr
|
2022-02-19 10:13:36 +02:00 |
|
Andrew Murray
|
7dca0135dd
|
Merge branch 'main' into fits
|
2022-02-19 14:41:45 +11:00 |
|