Commit graph

882 commits

Author SHA1 Message Date
bogdanni
dec37eec49 'nlst' - compositing layer association display fix 2014-03-17 14:42:33 +01:00
jevans
4a1bba217e Merge branch 'issue139' into devel 2014-03-15 22:11:19 -04:00
jevans
093f9c49fb Got 2.0.0 working again. #139 2014-03-15 22:09:49 -04:00
jevans
569476c688 Merge branch 'devel' into issue139 2014-03-15 20:36:54 -04:00
jevans
b46eb9bb29 Merge branch 'issue139' of https://github.com/quintusdias/glymur into issue139 2014-03-15 20:36:19 -04:00
John Evans
993e669cc4 Fixed test now that openjpeg version has rolled to 2.1.0 2014-03-15 11:24:15 -04:00
John Evans
24687124d3 Merge branch 'issue190' into devel 2014-03-14 10:40:29 -04:00
John Evans
b614f4818f Added proper unittest.skipIf when skimage.io plugin freeimage not found. #190 2014-03-14 10:39:51 -04:00
John Evans
ffbf0bdbf8 Merge branch 'issue185' into devel 2014-03-13 21:40:02 -04:00
John Evans
86ac1c4ae5 Fixed test skipping when no OPJ_DATA_ROOT present. #185 2014-03-13 21:39:24 -04:00
John Evans
9ff572f9fd Merge branch 'issue185' into devel 2014-03-13 21:18:36 -04:00
John Evans
58d3d9dc04 Remove any BOM and encoding declaration from xml text. #185 2014-03-13 21:17:53 -04:00
John Evans
6b7176bf67 Merge branch 'issue187' into devel 2014-03-13 19:43:04 -04:00
John Evans
d82c9b465e Less than 8 bytes at end of file indicates corruption. #187 2014-03-13 19:41:05 -04:00
John Evans
d76305683f Added jp2 and jpx cxform tests. jpx fails on i386 linux. 2014-03-13 18:46:29 -04:00
John Evans
35dd743ba8 Merge branch 'issue179' of github.com:quintusdias/glymur into devel 2014-03-13 18:24:56 -04:00
John Evans
7afd2f6956 Merge branch 'devel' of github.com:quintusdias/glymur into devel 2014-03-13 18:01:17 -04:00
John Evans
ada829406c Merge branch 'issue179' into devel 2014-03-13 18:01:02 -04:00
John Evans
48d2c97a39 Merge branch 'issue186' into devel 2014-03-13 14:36:55 -04:00
John Evans
e15a8a6dba Don't error out when progression order is invalid. #186
Instead of a regular dictionary for the display of progression order,
use a subclass of defaultdict instead.  The defaultdict's __missing__
method is overridden to supply a custom error message that used the
offending key.  Everybody wins!!!
2014-03-13 14:34:16 -04:00
John Evans
2708e85be1 Merge branch 'issue182' into devel 2014-03-13 12:26:41 -04:00
John Evans
8f95a67013 Updated test to skip since it needs OPJ_DATA_ROOT. #182
Updated tests for #183 and #184 as well.  Refactored tests in
test_printing, split into those needing OPJ_DATA_ROOT and those
who don't.
2014-03-13 12:24:31 -04:00
John Evans
baecdad9b2 Merge branch 'devel' into issue182 2014-03-13 12:04:09 -04:00
John Evans
78351219e9 Added test for reversed components and cdef box. #179 2014-03-13 07:15:07 -04:00
John Evans
0ad00be004 Merge branch 'devel' into issue179 2014-03-13 07:02:31 -04:00
John Evans
03d1553363 Merge branch 'issue184' into devel 2014-03-12 20:52:45 -04:00
John Evans
42e1b21356 Should not raise an exception during parsing of XML box. #184 2014-03-12 20:50:42 -04:00
John Evans
d35422250c Merge branch 'issue181' into devel 2014-03-12 20:03:43 -04:00
John Evans
2ae848b6f0 Checking for division by zero with bad tile dimensions. #181 2014-03-12 20:03:04 -04:00
John Evans
9e98f044c7 Merge branch 'issue183' into devel 2014-03-12 19:22:34 -04:00
John Evans
77d2ab194a Checking for ICC profile that is None. #183 2014-03-12 19:21:35 -04:00
John Evans
df651a66d8 Merge branch 'issue182' into devel 2014-03-12 12:28:24 -04:00
John Evans
c56b919c36 Fixed printing of cmap boxes when not pclr. #182 2014-03-12 12:27:52 -04:00
John Evans
4d4ecac166 Merge branch 'issue159' into devel 2014-03-12 10:11:19 -04:00
John Evans
b479ece7b4 Bring back check for bad rlevel. #159
OpenJPEG 1.5 needs the protection, it would seem.
2014-03-12 10:10:38 -04:00
John Evans
539ee438f6 Removed repeated/mangled testpoint. 2014-03-12 09:16:15 -04:00
John Evans
07398a33d5 Merge branch 'issue139' into devel 2014-03-12 08:57:35 -04:00
John Evans
ac3aa4d664 alpha is a uint16, not a uint16 pointer. #139 2014-03-12 08:57:11 -04:00
John Evans
f761e6815c Merge branch 'devel' into issue139 2014-03-12 08:45:41 -04:00
John Evans
0ebb506800 Merge branch 'devel' of github.com:quintusdias/glymur into devel 2014-03-12 08:34:04 -04:00
jevans
868d275c97 Merge branch 'issue159' into devel 2014-03-11 21:40:55 -04:00
jevans
d098dd5d5e Removed consideration of openjpeg versions 1.3 and 1.4. #159 2014-03-11 21:40:19 -04:00
jevans
735d3afff6 Merge branch 'issue180' into devel 2014-03-11 21:03:16 -04:00
jevans
1cefd80a76 Just remove the conformance tests, they aren't really needed. #180 2014-03-11 21:02:15 -04:00
John Evans
e75364e372 Merge branch 'issue139' into devel 2014-03-11 15:47:36 -04:00
John Evans
96f32395eb Merge branch 'devel' of github.com:quintusdias/glymur into devel 2014-03-11 15:47:23 -04:00
John Evans
417503764e Updated through r2691. #139 2014-03-11 15:46:17 -04:00
John Evans
f75a8a32a6 Merge branch 'devel' into issue179 2014-03-10 20:45:19 -04:00
John Evans
3e490d0c28 Rewrote the test for a file truncated by 5000 bytes. #180 2014-03-10 20:44:24 -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