Commit graph

833 commits

Author SHA1 Message Date
John Evans
f75a8a32a6 Merge branch 'devel' into issue179 2014-03-10 20:45:19 -04:00
John Evans
c8fdf399f1 Merge branch 'issue139' into devel
Conflicts:
	glymur/test/test_jp2k.py
	glymur/test/test_opj_suite.py
	glymur/test/test_printing.py
2014-03-10 20:13:07 -04:00
John Evans
de6984e204 Validated through 2686. #139 2014-03-10 19:54:38 -04:00
John Evans
95cae59841 Removing --use-mirros flag. 2014-03-09 11:57:42 -04:00
John Evans
6f1d15eda9 Adding no_cxform parameter to read. Added pclr no_cxform test. #179 2014-03-09 11:56:37 -04:00
John Evans
4a3c768a4b Updated tests for r2651 in opj_data_root. 2014-03-08 20:36:05 -05:00
John Evans
8827908b28 Updated through r2651. #139 2014-03-08 15:23:35 -05:00
John Evans
554f066d0b Added alpha member. Updated through r2451. #139 2014-03-08 14:13:36 -05:00
John Evans
ed5c6a37b4 Added .gitignore 2014-03-08 13:57:33 -05:00
John Evans
82f60b328b Validated through r2436. #139
Most cinema code was moved into the library between 2386 and 2436,
so most of glymur's was removed period.
2014-03-08 13:19:17 -05:00
John Evans
47b8dad003 Check for supplying cinema2k/4k with other options. #139 2014-03-08 07:46:12 -05:00
John Evans
4ecc23b6bf Verified through r2386. #139 2014-03-07 12:08:46 -05:00
John Evans
d68b1aacb1 Cinema4K seems to be working. #139 2014-03-07 11:00:20 -05:00
John Evans
af4b6e64bf Refactoring. #139 2014-03-07 08:40:14 -05:00
John Evans
9a74109501 Added cinema2k/48 support. #139 2014-03-07 07:00:02 -05:00
jevans
80326718a5 Finished Cinema2K upstream tests. #139 2014-03-06 21:13:40 -05:00
John Evans
3bad8a4b2e Added negative test for cinema2k frame rate not 24 or 48. #139
Some refactoring of cinema2k code.
2014-03-06 09:20:21 -05:00
John Evans
afa611ae54 Can write and parse Cinema2K image. #139
Using scikit-image to read the test data.  Testing still not complete.
2014-03-06 07:10:29 -05:00
John Evans
b6a17d60f1 Starting to implement cinema2k support. #139
Need to add scikit-image with freeimage backend in order to read
16-bit TIFFs.
2014-03-05 21:17:35 -05:00
John Evans
2fbdf146b4 Verified through r2366. #139
423 of 457 glymur tests passing, 34 skips
21 of 214 openjpeg tests failed
2014-03-05 07:04:10 -05:00
John Evans
a224e7dff8 Merge branch 'issue177' into devel 2014-03-02 11:18:32 -05:00
John Evans
53f46fa0d9 Wrapping indentation for sake of 2.7. #177
Textwrap's indent method is not available on 2.7, so we have to fake it
ourselves.
2014-03-02 11:17:44 -05:00
John Evans
692cee0345 Merge branch 'issue176' into devel 2014-03-01 12:31:44 -05:00
John Evans
5bfe7d7b95 Merge branch 'issue176' of https://github.com/quintusdias/glymur into issue176
Conflicts:
	glymur/test/fixtures.py
2014-03-01 12:31:02 -05:00
John Evans
3f37494803 Fixing indentation issues with textwrap. #176
XML had been flush left since introducing lxml, but the textwrap module
fixes that easily.
2014-03-01 12:16:42 -05:00
jevans
7be9e72638 refactored nemo xml #176 2014-02-27 20:43:57 -05:00
jevans
892715e21d Updated docs for lxml requirement. #176 2014-02-27 20:19:18 -05:00
jevans
6a635a61c7 Merge branch 'issue176' of https://github.com/quintusdias/glymur into issue176
Conflicts:
	setup.py
2014-02-27 19:46:20 -05:00
jevans
7828dc75e6 Updated lxml requirements, checked on Raspbian. #176 2014-02-27 19:44:05 -05:00
John Evans
5943aa6c7a Removed orphaned pretty print code for old element tree interface. #176 2014-02-27 18:48:48 -05:00
John Evans
e8a0681a99 Confirmed to work with lxml 3.2.3, down from 3.3. #176 2014-02-27 11:07:02 -05:00
John Evans
f176204b2c Updated requirements for lxml. #176 2014-02-27 06:55:30 -05:00
jevans
63fdde230d Migrated from ElementTree to lxml. #176 2014-02-26 20:56:25 -05:00
jevans
15358326da Merge branch 'issue175' into devel 2014-02-25 21:42:09 -05:00
jevans
04b143e1ff Added proof of concept test for linking exterior codestreams. Closes #175 2014-02-25 21:41:02 -05:00
John Evans
99d1a584d8 Verifying that data entry url box URLs are null terminated. #175 2014-02-25 07:15:12 -05:00
jevans
992c036da7 Added ftbl/data reference test. Removed bad asoc check. #175 2014-02-24 21:12:24 -05:00
jevans
16ce2ef883 More negative tests, pylint work. #175 2014-02-23 12:37:47 -05:00
jevans
f8ced317db More negative tests. Incompatible change to ChannelDefinitionBox. #175 2014-02-22 21:30:52 -05:00
jevans
4caa13a955 More negative tests. #175 2014-02-20 22:34:52 -05:00
John Evans
4276a978ea Allowing DataReferenceBoxes to be empty. #175 2014-02-20 09:19:41 -05:00
jevans
c82d525dd2 FileType box sanity checks. #175 2014-02-19 20:25:08 -05:00
jevans
cd606e1f9d Starting write support for ftbl and flst boxes. #175 2014-02-18 20:01:28 -05:00
jevans
5e76d1cf39 Added print support for unknown boxes. #175 2014-02-17 17:38:26 -05:00
jevans
df89b5523a Some pylint work. 2014-02-16 22:16:46 -05:00
jevans
331f901dae Refactored superbox parsing. #175 2014-02-16 22:03:33 -05:00
jevans
9999a60656 Improved the warning when an exif tag is bad. #175 2014-02-16 21:43:05 -05:00
jevans
3c333e999d Parsing unknown superboxes with known 1st sub box. #175 2014-02-16 20:05:39 -05:00
jevans
75785e4ab0 Refactored __str__ for superboxes. #175 2014-02-15 16:37:08 -05:00
jevans
7533dcf971 Merge branch 'issue168' into devel 2014-02-14 21:46:10 -05:00