Commit graph

232 commits

Author SHA1 Message Date
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
jevans
47f42fdb88 Closes #59 2013-06-24 19:29:20 -04:00
jevans
046b86d0ed Closes #60 2013-06-24 19:16:03 -04:00
jevans
b095ad9720 Closes #61 2013-06-24 19:12:23 -04:00
jevans
90c027e5ca Closes #62 2013-06-24 19:04:12 -04:00
jevans
2ca9c14724 Closes #63 2013-06-24 18:58:17 -04:00
John Evans
10f1328d18 Merge branch 'issue53' into devel 2013-06-24 08:55:21 -04:00
John Evans
08eec3d82b Updated docs to reflect running tests from within python. 2013-06-24 08:54:29 -04:00
John Evans
6eafc2ad3d Added runtests function to discover and run tests from within python. 2013-06-24 08:54:08 -04:00
John Evans
bb1d18c2a0 Moved configuration file parsing back to lib.openjp2 2013-06-24 08:24:15 -04:00
John Evans
146dffc5dc Refactored configuration tests into new file. 2013-06-24 08:23:58 -04:00
John Evans
79a26135bf Changed "tojp2" to "wrap". Added goodstuff.j2k 2013-06-23 18:06:15 -04:00
John Evans
2bb1d874b0 Success with default conversion from j2c to jp2. 2013-06-23 11:36:56 -04:00
John Evans
19336fc15e Starting on the _write method. 2013-06-23 07:41:31 -04:00
jevans
c03f0caedf Added defaults for ContiguousCodestreamBox and JP2HeaderBox. 2013-06-22 20:02:21 -04:00
jevans
d3fe2c3df2 Added defaults to ColourSpecificationBox class 2013-06-22 15:44:59 -04:00
John Evans
dd1c20480c Added default ImageHeaderBox case. 2013-06-22 07:48:44 -04:00
John Evans
bc08757977 Use absolute rather than relative "up-the-ladder" imports.
This eases the problem of running the unittests via the command line
with "python -m unittest discover -s /start/path".  #53
2013-06-21 08:24:03 -04:00
John Evans
c8b0e26971 Added FileTypeBox default constructor defaults. 2013-06-21 06:34:33 -04:00
jevans
b881e44814 JPEG2000SignatureBox can now has simple constructor call. 2013-06-20 22:03:03 -04:00
jevans
461f5568e2 Merge branch 'master' into devel 2013-06-20 21:33:57 -04:00
jevans
22450ddd55 Merge branch 'devel' 2013-06-20 19:26:48 -04:00
jevans
22799554c4 Bumped to 0.1.9 2013-06-20 19:24:37 -04:00
jevans
2fbd8e6d79 Merge branch 'issue54' into devel 2013-06-20 19:23:15 -04:00
jevans
a0af8e26ef Split off detailed installation instructions into their own page. 2013-06-20 19:21:54 -04:00