Commit graph

388 commits

Author SHA1 Message Date
John Evans
ce46cfe710 Merge branch 'issue86' into devel 2013-07-24 19:03:17 -04:00
John Evans
0a81c88c4b Removed tests for warnings if config file not found.
Warnings in this situation are no longer desirable.  Closes #86.
2013-07-24 19:02:08 -04:00
John Evans
ece145699e Removed warning if libraries not found; we error out first. #86 2013-07-24 19:01:36 -04:00
John Evans
dcf529d25b Added warning if neither library is found. #86 2013-07-24 18:34:30 -04:00
John Evans
6b1eae5c46 Removed warning when configuration file does not exist. #86 2013-07-24 17:41:10 -04:00
John Evans
569a76727c Merge branch 'issue85' into devel 2013-07-24 17:35:33 -04:00
John Evans
57ad32dac1 Split into two boxes, enables more tests where openjp2 not present.
Closes #85
2013-07-24 17:33:23 -04:00
John Evans
181b31ff94 Merge branch 'issue84' into devel 2013-07-24 12:03:29 -04:00
John Evans
0edbbfd2e1 Added tests for jpch, jplh superboxes. Closes #84 2013-07-24 12:02:53 -04:00
John Evans
f8406fc20a No real need to import the test packages. Discovery works just fine. #84 2013-07-24 12:01:24 -04:00
John Evans
6a65bdb0a4 Merge branch 'issue77' into devel 2013-07-24 07:51:50 -04:00
John Evans
ee2b3b9c0e Validation check now allows for multiple colr boxes. Closes #77
jp2h superboxes can contain multiple colr boxes, so we need to check
each one for validity.
2013-07-24 07:51:11 -04:00
jevans
097549fd66 Renamed, files other than those from format-corpus. #77 2013-07-23 18:39:42 -04:00
jevans
6fd8f6c3b8 text_GBR also has a jp2 brand any icc profile mismatch. #77 2013-07-23 18:27:09 -04:00
John Evans
de7e6e1f0f Added validation step for jp2 brand / any icc profile mismatch. #77
text_GBR.jp2 also shows this issue.
2013-07-23 17:22:21 -04:00
John Evans
83b53c5f9b Added warning test for image with last truncated tile, #77 2013-07-23 06:36:36 -04:00
jevans
292f806bfe Added test for file shortened by 5000 bytes. 2013-07-22 19:28:51 -04:00
jevans
fdca2cee31 Merge branch 'issue77' of https://github.com/quintusdias/glymur into issue77
Conflicts:
	glymur/test/test_format_corpus.py
2013-07-22 19:17:37 -04:00
jevans
67032f5040 Added test for error on truncated EOC file. 2013-07-22 19:13:26 -04:00
jevans
15cd084df1 Checking for the codestream markers to always occupy two bytes. #77 2013-07-22 19:12:45 -04:00
jevans
83f17b2181 Checking for the codestream markers to always occupy two bytes. 2013-07-22 19:03:59 -04:00
jevans
1ccd793bae Merge branch 'master' into devel 2013-07-22 18:12:43 -04:00
jevans
729f42b5c9 Merge branch 'release-0.2.5' 2013-07-22 18:07:45 -04:00
jevans
4963455298 Finalizing 0.2.5 version info. 2013-07-22 18:07:17 -04:00
jevans
e75cdcf686 The XMP uuid data is an ElementTree instance, not an Element instance. 2013-07-22 18:00:44 -04:00
jevans
11eed0f513 Prepping for 0.2.5 release. 2013-07-22 17:49:50 -04:00
John Evans
192ce907cf Merge branch 'issue65' into devel 2013-07-22 08:49:31 -04:00
John Evans
d0eeb26748 No longer need to mention thought of going to lxml. Closes #65.
All we have to do is to be consistent in going forward with usage of ElementTree.  We should store ElementTree instances, not "Element" instances.  See issue 82.
2013-07-22 08:47:59 -04:00
John Evans
3e0cf26992 Merge branch 'issue82' into devel 2013-07-22 08:38:21 -04:00
John Evans
2d38222117 Updated tests to work with ElementTree objects only. Closes #82. 2013-07-22 08:37:32 -04:00
John Evans
769dc23cdc XML entities to be stored as ElementTree objects, not as "Elements". #82 2013-07-22 08:36:44 -04:00
jevans
f106852e11 Merge branch 'issue81' into devel 2013-07-21 20:33:39 -04:00
jevans
efca5e3d34 No need for InconsistentStartOfTileError anymore, closes #81.
Also fixed corruption of devel left over from issue number 79.
2013-07-21 20:32:18 -04:00
jevans
16fd373af3 Merge branch 'devel' of https://github.com/quintusdias/glymur into devel 2013-07-21 12:34:17 -04:00
jevans
f5a565d34b Merge branch 'master' into devel 2013-07-21 12:34:01 -04:00
jevans
8c3e6b69ae Merge branch 'release-0.2.4' 2013-07-21 12:32:05 -04:00
jevans
64cdbc3ad3 Bumping setup.py to 0.2.4 official. 2013-07-21 12:31:14 -04:00
jevans
b6cb36cb5b Qualified on mac, 2.6, 2.7, 3.3 2013-07-21 12:24:51 -04:00
John Evans
de59be99b5 Qualified on raspberry pi. 2013-07-21 12:13:28 -04:00
John Evans
162fa8f9c4 Qualified on FC17. 2013-07-21 12:01:29 -04:00
John Evans
371bb90fa2 Qualified on centos 6.4. 2013-07-21 11:50:07 -04:00
jevans
64faebd06c Prepping for 0.2.4 bug fix release. 2013-07-21 11:25:46 -04:00
jevans
3d728867da Merge branch 'issue79' into devel 2013-07-21 11:09:30 -04:00
jevans
b740322b38 Minor doc bugs fixed, closes #79. 2013-07-21 11:08:55 -04:00
John Evans
7d3329db0f Merge branch 'issue78' into devel 2013-07-21 07:36:42 -04:00
John Evans
510e5c2d14 Updated affected tests. Closes #78. 2013-07-21 07:35:57 -04:00
jevans
b082e5e9d8 psot can be zero, meaning tile part extends to EOC marker.
Must pass in the codestream length to help figure this out.  #78
2013-07-20 21:34:45 -04:00
John Evans
44eac7659b Parsing entire codestream again, just keeping header, though. 2013-07-19 17:06:27 -04:00
John Evans
510e56067e More caveats for windows. 2013-07-19 17:06:08 -04:00
John Evans
a2fa99f253 Reloading tests upon import until next release. 2013-07-19 17:05:34 -04:00