Hugo van Kemenade
|
5c931de27f
|
Merge pull request #6117 from radarhere/return
|
2022-03-10 22:27:03 +02:00 |
|
Hugo van Kemenade
|
06396094c0
|
Merge pull request #6116 from radarhere/load_prepare
|
2022-03-10 22:26:00 +02:00 |
|
Hugo van Kemenade
|
652542c770
|
Merge pull request #6112 from radarhere/i_i16_conversion
Clip I;16 to be unsigned, not signed
|
2022-03-10 19:56:45 +02:00 |
|
Hugo van Kemenade
|
29960c6610
|
Merge pull request #6108 from radarhere/none
|
2022-03-10 17:36:13 +02:00 |
|
Hugo van Kemenade
|
d0a33addc5
|
Merge pull request #6086 from radarhere/l_gif
|
2022-03-10 17:35:00 +02:00 |
|
Andrew Murray
|
ad07b04678
|
Maximum maxval is 65535
|
2022-03-10 09:55:47 +11:00 |
|
Andrew Murray
|
039b7ecd56
|
Finish reading data at eof
|
2022-03-09 22:36:34 +11:00 |
|
Andrew Murray
|
9db527a473
|
Finish once enough data has been read
|
2022-03-09 22:36:33 +11:00 |
|
Andrew Murray
|
ae06f2e274
|
Added file to supported list
|
2022-03-09 22:36:33 +11:00 |
|
Andrew Murray
|
11f1ba3540
|
Skip additional data if past end of row
|
2022-03-09 22:36:32 +11:00 |
|
Andrew Murray
|
0ace3fcd26
|
Added BMP RLE8 decoder
|
2022-03-09 22:35:48 +11:00 |
|
Andrew Murray
|
60de3b7d74
|
I mode data can also be read from PPM
|
2022-03-09 22:29:52 +11:00 |
|
Andrew Murray
|
4283a604c0
|
Added support for arbitrary maxval
|
2022-03-09 22:29:45 +11:00 |
|
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
|
0d6f3ad6cc
|
Removed load_prepare nearly identical to ImageFile load_prepare
|
2022-03-08 19:01:57 +11:00 |
|
Andrew Murray
|
397a940995
|
Merge pull request #6094 from radarhere/decoder
Improved codec documentation
|
2022-03-07 08:01:31 +11:00 |
|
Andrew Murray
|
8e9d3201eb
|
Corrected grammar
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2022-03-07 07:15:23 +11:00 |
|
Hugo van Kemenade
|
c16737d589
|
Merge pull request #6096 from radarhere/cleanup
|
2022-03-06 20:12:13 +02:00 |
|
Hugo van Kemenade
|
fe9b6998f8
|
Merge pull request #6099 from radarhere/pixels
Document alternatives to accessing individual pixels
|
2022-03-06 09:17:45 +02:00 |
|
pre-commit-ci[bot]
|
0215175e1d
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2022-03-06 02:39:09 +00:00 |
|
Andrew Murray
|
d20f39d02e
|
Merge branch 'main' into plainPPM
|
2022-03-06 13:38:19 +11: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
|
6b9f8548c4
|
Merge pull request #6111 from radarhere/actions
Updated setup-python, checkout and upload-artifact actions to v3
|
2022-03-05 08:32:13 +02: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
|
c8b69a78f3
|
Clip I;16 to be unsigned, not signed
|
2022-03-05 13:42:39 +11:00 |
|
Hugo van Kemenade
|
38f4660d9e
|
Merge pull request #6109 from radarhere/black
|
2022-03-04 14:23:53 +02:00 |
|
Andrew Murray
|
954aa4e01d
|
Updated setup-python, checkout and upload-artifact actions to v3
|
2022-03-04 20:04:12 +11:00 |
|
Andrew Murray
|
e5537b545a
|
Merge branch 'main' into add-cygwin-to-ci
|
2022-03-04 17:20:02 +11:00 |
|
Andrew Murray
|
97982cf703
|
Replaced assert_image_equal with assert_image_equal_tofile
|
2022-03-04 17:09:33 +11:00 |
|
Andrew Murray
|
2922a00e9c
|
Renamed decoder
|
2022-03-04 17:08:40 +11:00 |
|
Andrew Murray
|
7aa7d850ee
|
Added context managers
|
2022-03-04 17:08:10 +11:00 |
|
Piolie
|
be97a851a8
|
Update src/PIL/PpmImagePlugin.py
Remove commented line.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-03-04 17:03:17 +11:00 |
|
Piolie
|
c1744e8536
|
Add tests for plain PPM
|
2022-03-04 17:03:07 +11:00 |
|
Piolie
|
652f447412
|
Implement grayscale/color decoder
|
2022-03-04 16:59:01 +11:00 |
|
Piolie
|
ea7e108ca3
|
Implement bitonal decoder
|
2022-03-04 16:58:56 +11:00 |
|
Piolie
|
1ed05715d2
|
Expand preamble and _open function
|
2022-03-04 16:58:48 +11:00 |
|
Andrew Murray
|
72b7ab54bd
|
pre-commit autoupdate --freeze
|
2022-03-04 16:42:24 +11:00 |
|
Andrew Murray
|
d1124cd2b9
|
Update CHANGES.rst [ci skip]
|
2022-03-04 16:35:28 +11:00 |
|
Andrew Murray
|
6d432f2a81
|
Merge pull request #5121 from Piolie/PPMheaders
Improve handling of PPM headers
|
2022-03-04 16:30:35 +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
|
d96830115f
|
Updated tests
|
2022-03-04 15:22:41 +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
|
c27519960f
|
Check if self.im is not None
|
2022-03-03 22:10:19 +11:00 |
|