jevans
38434ee58e
pylint work, issue #71
2013-07-07 20:35:06 -04:00
John Evans
0162117ee2
pylint work.
...
Focused on the codestream object. More to do, but the changes were
considerable.
2013-07-07 13:36:32 -04:00
jevans
ceb71ccbf2
pylint work.
2013-07-06 22:43:53 -04:00
jevans
162e6372c9
Merge branch 'issue67' into devel
2013-07-06 22:04:18 -04:00
jevans
430892808e
Refactored libopenjpeg tests into more logical locations. Closes #67 .
2013-07-06 22:03:31 -04:00
jevans
33898c8f31
Got rid of read_bands tests. Reasserting ValueError tests.
...
read_band is intentionally unimplemented for libopenjpeg. The two
ValueError tests originally were cast as RuntimeError tests, as
libopenjp2 catches this. Libopenjpeg cannot catch it as easily.
2013-07-06 18:05:09 -04:00
jevans
a8219236aa
Erroring out appropriately when _read_openjpeg gets differing sampling
...
If the subsampling factors are different, we should error out when using
read with libopenjpeg. Closed #72
2013-07-06 17:52:32 -04:00
John Evans
a57de5d872
Closes #70 .
2013-07-06 15:15:15 -04:00
John Evans
39e2859a66
Hooked up openjpeg event handlers. #67
2013-07-06 07:21:02 -04:00
John Evans
32dcb12823
pep8 work, #67
2013-07-05 16:46:05 -04:00
John G Evans
36ea74a27e
Trying to get svn version running on python(xy). No luck.
...
But the code is sort of in place.
2013-07-05 13:21:13 -04:00
John Evans
e40e05042b
Massaged installation instructions a bit for OpenJPEG 1.5.1.
2013-07-05 09:36:01 -04:00
John Evans
34e5f7a3e1
Trying to get markdown correct.
2013-07-05 08:22:50 -04:00
John Evans
c5ca3306bc
Added release matrix. Should not be packaged up to Pypi.
2013-07-05 08:14:44 -04:00
John G Evans
5de7e1d5ad
Merge branch 'issue67' of https://github.com/quintusdias/glymur into issue67
2013-07-05 07:51:00 -04:00
John G Evans
585e0b6d84
Skipping tests on windows where NameTemporaryFile is used.
...
Should go back and revisit this, see if something else can be done.
2013-07-05 07:50:32 -04:00
John G Evans
6c7cab5a47
Skipping tests on windows where NameTemporaryFile is used.
...
Should go back and revisit this, see if something else can be done.
2013-07-05 07:49:19 -04:00
jevans
b0fe45b733
Initial doc updates for 1.5.1 support.
2013-07-04 19:03:35 -04:00
John Evans
6219c33c93
Added a basic read test to run when openjp2, OPJ_DATA_ROOT not present.
2013-07-04 17:54:17 -04:00
John Evans
3d0c89c814
Abstracted out these fixtures.
2013-07-04 17:44:42 -04:00
John Evans
afc1640d17
Reworked configuration testing to look at both openjp2 and openjpeg.
2013-07-04 17:34:01 -04:00
John Evans
5035220a26
Added ExitStack support to 1.5.1 reader.
2013-07-04 15:31:18 -04:00
John Evans
8db914fd76
OpenJPEG 1.5.1 passes basic tests now.
2013-07-04 12:38:08 -04:00
jevans
933cddf057
Changed nemo.jp2 to only have a single tile
2013-07-03 21:40:46 -04:00
John G Evans
243e23f4e2
Preliminary support for python 2.7 on windows.
2013-07-03 11:15:40 -04:00
John Evans
e071a96f68
Reading goodstuff on 64-bit linux works, but nemo is oddly truncated.
2013-07-03 11:04:47 -04:00
John Evans
4bb034e966
Basic openjpeg 1.5.1 tests running on 64-bit linux.
2013-07-03 07:47:29 -04:00
jevans
5a7c410288
Support for opj_version, opj_set_default_decoder_parameters.
2013-07-02 20:42:05 -04:00
jevans
0f0f0d5b87
Merge branch 'issue66' into devel
2013-07-01 18:47:58 -04:00
jevans
45b90619ff
Filled in reader requirement standard feature numbers. Closes #66
2013-07-01 18:46:46 -04:00
jevans
43229a61f6
Merge branch 'release-0.1.10'
2013-06-27 19:53:05 -04:00
jevans
9c97033602
Forgot to add goodstuff.j2k to setup.py data dir. Ready for 0.1.10.
2013-06-27 19:51:23 -04:00
jevans
1865f2e04f
Minor doc changes.
2013-06-27 19:25:11 -04:00
jevans
f11e37545a
Merge branch 'devel' of https://github.com/quintusdias/glymur into devel
2013-06-27 19:20:59 -04:00
John Evans
5a4e60d011
pep8 work
2013-06-27 17:40:22 -04:00
John Evans
b946d9b519
Merge branch 'issue41' into devel
2013-06-27 16:36:28 -04:00
John Evans
62e7afa118
pep8 work.
2013-06-27 16:35:55 -04:00
John Evans
517faeb1e4
updating for 0.1.10 release.
2013-06-27 16:35:10 -04:00
John Evans
2d22c9e012
Fixed doctest for wrap.
2013-06-27 16:34:39 -04:00
John Evans
cde8c47e75
Returning a Jp2k object from the wrap method.
2013-06-27 08:23:52 -04:00
jevans
c5f54704b4
Negative tests for images with alpha layers.
2013-06-26 20:27:46 -04:00
jevans
028b297285
Added cdef write support.
2013-06-26 19:37:43 -04:00
John Evans
9f98d822b2
More refactoring.
2013-06-26 08:38:46 -04:00
John Evans
4a41685a88
Abstracted XML testing into own class. Added more negative cdef tests.
2013-06-26 07:15:47 -04:00
John Evans
2ea53f35cf
Added two negative tests for ChannelDefinition.
2013-06-25 18:22:19 -04:00
John Evans
511f32f2ce
Added possibility of creating XMLBox by reading an XML file.
2013-06-25 12:59:37 -04:00
John Evans
881132fbef
Closes #57
2013-06-25 07:04:24 -04:00
jevans
24d040778a
Merge branch 'raspberry' into devel
2013-06-24 20:14:23 -04:00
jevans
9c8e265b76
Added Raspberry Pi instructions.
2013-06-24 20:13:54 -04:00
jevans
f70dd87608
Added XML box support.
2013-06-24 20:06:52 -04:00