wiredfool
|
c9f54c98a5
|
Merge pull request #1938 from wiredfool/python-decoder
Pure Python Decoders - fix for MSP decoding
|
2017-03-12 17:20:19 +00:00 |
|
wiredfool
|
184d4f8dc0
|
Test encode registry
|
2017-03-11 21:27:07 +00:00 |
|
wiredfool
|
d718d351b1
|
Testing empty extents
|
2017-03-11 16:43:44 +00:00 |
|
wiredfool
|
382833061e
|
Trigger set_as_raw error
|
2017-03-11 16:30:28 +00:00 |
|
wiredfool
|
d70de6eb2d
|
UnitTest PyDecoder
|
2017-03-11 15:35:03 +00:00 |
|
wiredfool
|
38f43c1e5f
|
review lint
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
7fe29ec1c3
|
Added more additional files
|
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
|
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
|
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 |
|
Andrew Murray
|
9a36a51916
|
Test from #2375, 0ebb4cd1c0
|
2017-03-08 01:35:15 -08: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 |
|
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 |
|
wiredfool
|
1a8f88986d
|
Merge pull request #2441 from hugovk/test-bufrstub
Test BufrStubImagePlugin for correctness
|
2017-03-06 18:53:13 +00:00 |
|
Hugo
|
3e6d867ae8
|
Compare to a Hopper image with a similar XV palette
|
2017-03-06 17:33:47 +02:00 |
|
hugovk
|
d69e252eb8
|
Remove unnecessary lambda
|
2017-03-05 09:14:44 +02:00 |
|
hugovk
|
83252ca4b1
|
Test ContainerIO for correctness
|
2017-03-05 00:46:30 +02:00 |
|
hugovk
|
a03a6e2049
|
Test unexpected EOF
|
2017-03-04 23:33:43 +02:00 |
|
hugovk
|
dc3233d52c
|
Created by editing hopper.p7 in a text editor
|
2017-03-04 23:31:49 +02:00 |
|
hugovk
|
052905bf5c
|
Remove unnecessary lambda
|
2017-03-04 23:19:41 +02:00 |
|
hugovk
|
c79204bf08
|
Test XVThumbImagePlugin for correctness
|
2017-03-04 19:54:06 +02:00 |
|
hugovk
|
7371e813f6
|
pngtopam hopper.png | pamtoxvmini > hopper.p7
|
2017-03-04 19:52:49 +02:00 |
|
hugovk
|
35e6cb1d09
|
Test BufrStubImagePlugin for correctness
|
2017-03-04 16:35:54 +02:00 |
|
hugovk
|
f09427c8bd
|
From http://www.ftp.ncep.noaa.gov/data/nccf/com/gfs/prod/gfs.2017030406/
|
2017-03-04 16:25:28 +02:00 |
|
hugovk
|
5d2e4f48dd
|
Reorder tests to match others
|
2017-03-04 16:10:52 +02:00 |
|
hugovk
|
0abfa08ff7
|
Test GribStubImagePlugin for correctness
|
2017-03-04 13:07:48 +02:00 |
|
hugovk
|
adda419ad6
|
From http://www.globalmarinenet.com/free-grib-file-downloads/
|
2017-03-04 13:04:50 +02:00 |
|
wiredfool
|
5071ea2a0e
|
Merge pull request #2425 from radarhere/tests
Added tests
|
2017-03-03 15:44:33 +00:00 |
|
Andrew Murray
|
798fde57ca
|
Removed unused imports
|
2017-03-03 21:38:19 +11:00 |
|
Andrew Murray
|
0b93853fd8
|
Removed duplicate imports
|
2017-03-03 21:38:19 +11:00 |
|
Andrew Murray
|
24eb48e9e0
|
Removed unnecessary lambdas
|
2017-03-03 21:38:19 +11:00 |
|
Andrew Murray
|
4a6e8d7e92
|
Removed unnecessary pass
|
2017-03-03 21:38:19 +11:00 |
|
Andrew Murray
|
18fea70b51
|
Removed unused variable
|
2017-03-03 21:38:19 +11:00 |
|
Andrew Murray
|
1fcdf6a2db
|
Removed duplicate test
|
2017-03-03 21:38:19 +11:00 |
|
Andrew Murray
|
257bc8bd4f
|
Added tests
|
2017-03-03 19:45:55 +11:00 |
|
wiredfool
|
2fb9c1a337
|
Merge pull request #2431 from hugovk/test-hdf5stub
Test Hdf5StubImagePlugin for correctness
|
2017-03-01 09:15:53 +00:00 |
|
hugovk
|
0489e38a0e
|
Test Hdf5StubImagePlugin for correctness
|
2017-02-28 22:23:05 +02:00 |
|
hugovk
|
48f6be40cc
|
Created via http://stackoverflow.com/a/29736206/724176
|
2017-02-28 22:21:47 +02:00 |
|
hugovk
|
a7a3bcda84
|
Test FitsStubImagePlugin for correctness
|
2017-02-28 21:44:26 +02:00 |
|