wiredfool
|
949932f45f
|
Pure Python MSP Decoder
|
2017-03-11 13:50:19 +00:00 |
|
Hugo
|
069ad8cbb0
|
Assert some pixel values
|
2017-03-11 13:50:19 +00:00 |
|
Hugo
|
8840f2b0fb
|
Remove redundant assert and message
|
2017-03-11 13:50:19 +00:00 |
|
hugovk
|
38c6771be0
|
Load MSP files to test MSP decoder
|
2017-03-11 13:50:19 +00:00 |
|
hugovk
|
98b19a9f68
|
Test Windows v2 MSP files
|
2017-03-11 13:50:19 +00:00 |
|
hugovk
|
e44773c76c
|
Test with bad checksum
|
2017-03-11 13:50:19 +00:00 |
|
hugovk
|
cac235bbd6
|
Created by forcing Pillow to save with checksum=0
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
c5d32d2b23
|
Moving DdsDecoder python implementation to examples
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
36a22e2d63
|
s/lena/hopper/
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
1c0d1c547e
|
PyDecoder documentation
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
be26453ac0
|
python decoder docs
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
25bc5c76ab
|
Pure python decoder registry
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
f72ceda7c6
|
version 1 pickle for x-verson compatibility
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
4483dfbcb9
|
py3, pep8
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
1428e4140a
|
Test for identical handling of getheader/getdata
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
676d0c3b3b
|
Can't use objects in default args
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
51b46e00c2
|
Refactor out passed in palette handling, add ImagePalette as an option, document palette format
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
6559674032
|
Test passing in an I mode image
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
b7689627e8
|
Add tests for passing in a separate palette while saving a gif
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
f6b22bf0ab
|
moved normalise_ functions together
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
abb7b7342e
|
Added function docstring
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
770c423181
|
Regroup methods, add docstring comments
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
46287eb62a
|
Renamed _get_local_header to _write_local_header
|
2017-03-08 01:35:15 -08:00 |
|
Andrew Murray
|
ab7e07c54d
|
Added comment that getdata is legacy
|
2017-03-08 01:35:15 -08:00 |
|
Andrew Murray
|
9a36a51916
|
Test from #2375, 0ebb4cd1c0
|
2017-03-08 01:35:15 -08:00 |
|
wiredfool
|
aea2a4ca8d
|
legacy getheader mutates the image
|
2017-03-08 01:35:14 -08:00 |
|
wiredfool
|
872bce552f
|
Docstring Comments on methods
|
2017-03-08 01:35:14 -08:00 |
|
wiredfool
|
f5e836b442
|
removed extra param from _get_global_header
|
2017-03-08 01:35:14 -08:00 |
|
wiredfool
|
321c6165c9
|
removed extra params from _get_palette_bytes
|
2017-03-08 01:35:14 -08:00 |
|
wiredfool
|
b315b6ecf3
|
Don't requantize 'P' images
|
2017-03-08 01:35:14 -08:00 |
|
wiredfool
|
26e145c8a3
|
Refactor _convert_mode -> _normalize_mode
|
2017-03-08 01:34:31 -08:00 |
|
wiredfool
|
b9618b3ce7
|
Encoderinfo fix
|
2017-03-08 19:41:18 +11:00 |
|
wiredfool
|
cee397ab00
|
Refactor get_palette to do one thing, and not mutate the image in place
|
2017-03-08 19:41:18 +11:00 |
|
wiredfool
|
1e9afb3ecb
|
Refactor out the palette remapping to Image.Image
|
2017-03-08 19:41:18 +11:00 |
|
wiredfool
|
24285fdc28
|
Remove support for PIL plus external encoder
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
87a14ce6de
|
Created _write_single_frame and _write_multiple_frames from _save
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
d45f1d835b
|
Removed second return value from _get_palette_bytes
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
26cfa8cc62
|
Extracted core of getheader into _get_global_header
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
a43295c3dd
|
Extracted core of getdata into _write_frame_data
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
af57ff8d45
|
Simplified code
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
bc8cd5fabf
|
Added test
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
b06669f670
|
Resolved GifImagePlugin FIXME
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
f28084ae3e
|
Removed unnecessary copy operation
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
ce87310026
|
Merged _get_used_palette_colors into _get_optimize
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
4df1305073
|
Only call _get_used_palette_colors when necessary
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
bf0b4cf279
|
Minor code cleanup in GifImagePlugin
|
2017-03-08 19:41:18 +11:00 |
|
Andrew Murray
|
562458cdd3
|
Added _save_netpbm comment
|
2017-03-08 19:41:18 +11:00 |
|
wiredfool
|
49ae1ea608
|
Update CHANGES.rst [ci skip]
|
2017-03-06 18:56:59 +00:00 |
|
wiredfool
|
c0ca5c184d
|
Merge pull request #2443 from hugovk/test-containerio
Test ContainerIO for correctness
|
2017-03-06 18:54:38 +00:00 |
|
wiredfool
|
9f88a55fa3
|
Merge pull request #2442 from hugovk/test-xvthumb
Test XVThumbImagePlugin for correctness
|
2017-03-06 18:53:58 +00:00 |
|