jevans
5efa90491e
Merge branch 'issue104' of https://github.com/quintusdias/glymur into issue104
...
Conflicts:
docs/source/how_do_i.rst
2014-02-01 13:29:11 -05:00
jevans
f3fca7d7d3
More xmp blurbs.
2014-02-01 13:21:51 -05:00
jevans
6e9846ca91
Fixed repr for XMP uuids.
2014-01-30 18:49:48 -05:00
jevans
f214459ef7
Starting to fill out python xmp toolkit advocacy. #104
2014-01-30 18:48:56 -05:00
John Evans
052cadbf8e
No longer presenting ElementTree as viable for XMP in docs. #104
2014-01-27 16:48:40 -05:00
jevans
8617ce0442
Using fixtures for expected values. Removed one duplicated test. #104
2014-01-25 18:16:54 -05:00
jevans
3efd4169d9
Added fixtures for ICC profiles for 27, 33, and 34.
2014-01-25 18:14:31 -05:00
jevans
2bca4ffdf2
Removed python-xmp-toolkit requirement
2014-01-25 17:08:53 -05:00
jevans
d6a8736aea
Removed shutil debugging statement.
2014-01-25 17:07:33 -05:00
jevans
6cbcfb64a2
Removed restriction on only writing XMP UUIDs. #104
2014-01-25 16:04:57 -05:00
jevans
505c972170
Fixing tests broken by bad merge.
2014-01-25 15:55:36 -05:00
jevans
84c50c8499
Merge branch 'issue104' of https://github.com/quintusdias/glymur into issue104
...
Conflicts:
glymur/_uuid_io/Exif.py
glymur/_uuid_io/__init__.py
glymur/jp2box.py
glymur/test/test_jp2box_uuid.py
glymur/test/test_jp2k.py
2014-01-25 15:43:03 -05:00
jevans
77b58c1c5f
No explicit dependence on libxmp anymore. Back to ElementTree.
2014-01-25 15:36:55 -05:00
John Evans
c8f6aff4d8
pylint work. #104
2014-01-24 15:56:50 -05:00
John Evans
6d340a5a8a
Tests passing on bare 2.6.6 python. #104
2014-01-24 15:35:23 -05:00
John Evans
553b36d40e
Passing on Anaconda platform with python-xmp-toolkit 2.0. #104
2014-01-24 11:08:23 -05:00
jevans
ffe17f12cb
Introducing python-xmp-toolkit requirement. #104
...
Down to 3 failures and 1 error.
2014-01-23 21:50:48 -05:00
jevans
32760a6ecc
Doc updates for writing XMP UUIDs. #104
2013-10-27 22:09:15 -04:00
jevans
727c4dd2ea
Verifying that we can write XMP UUIDs.
2013-10-27 18:13:42 -04:00
John Evans
119dc0dfcd
minor documentation tweaks. #104
2013-10-27 14:28:22 -04:00
John Evans
f3d43cef7f
Merge branch 'issue104' of github.com:quintusdias/glymur into issue104
...
Conflicts:
CHANGES.txt
2013-10-27 14:10:53 -04:00
John Evans
6948f40f27
Merge branch 'devel' into issue104
2013-10-27 14:07:03 -04:00
John Evans
632481b31d
Merge branch 'devel' of github.com:quintusdias/glymur into devel
2013-10-27 14:01:25 -04:00
John Evans
5845a9a6bb
Merge branch 'issue133' into devel
2013-10-27 14:01:12 -04:00
John Evans
5e5bff39c3
Added UUIDBox and ContiguousCodeStreamBox repr support. Closes #133
2013-10-27 14:00:40 -04:00
John Evans
9caf5c9f08
Added rreg repr support. #133
2013-10-27 06:09:39 -04:00
jevans
0b16ca16cb
Regexp tests can only run on 2.7 and 3.3. #133
2013-10-26 22:16:01 -04:00
jevans
dc994377e1
Added palette and xml box repr support. #133
2013-10-26 21:43:32 -04:00
jevans
c4060f23c8
Added big endian Exif support. #104
2013-10-26 19:23:33 -04:00
jevans
60a77477c9
Pylint issues, #104
2013-10-26 18:21:24 -04:00
jevans
7e717b5037
Made Exif handling more resilient. #104
2013-10-26 18:05:44 -04:00
jevans
3474e49fce
Refactored UUID handling. #104
...
New classes for each type in _uuid_io sub package.
2013-10-26 16:51:07 -04:00
jevans
dc31ff7d91
Refactored Exif uuid code to separate subpackage. #104
2013-10-24 20:38:29 -04:00
jevans
1b09fd8eaa
Merge branch 'devel' into issue104
2013-10-24 19:06:24 -04:00
jevans
08aaa25fdd
Changed nemo.jp2 to have a single XMP UUID. #104
2013-10-24 19:05:11 -04:00
John Evans
638c2451b8
Merge branch 'issue135' into devel
2013-10-24 16:55:49 -04:00
John Evans
6ffe1a08a4
The palette box now returns a regular numpy array. Closes #135
...
Simplifies the code quite a bit. Palette boxes seem to be quite rare.
2013-10-24 16:54:39 -04:00
John Evans
c8fe9ed776
Added proper repr support for association box. #133
2013-10-24 09:29:45 -04:00
John Evans
9799762fb5
Added repr support for Jp2k class. #133
2013-10-24 08:48:14 -04:00
John Evans
d3dd654c17
Proper repr support for SIZ segment. SIZ segment constructor change.
...
The SIZ segment was taking raw buffer arguments, which are difficult
for eval(repr()) to deal with, so the constructor was changed to make
the arguments more explicit. #133
2013-10-24 08:21:14 -04:00
John Evans
7ac1134872
Added ulst and uinf repr support. #133
2013-10-23 18:58:09 -04:00
John Evans
74420e587c
Added 'url ', 'lbl ' box support. #133
2013-10-23 08:17:17 -04:00
John Evans
3ad31c91b8
Added support for jplh, jpch, cmap, res , resd, resc #133
2013-10-23 08:07:15 -04:00
John Evans
18818495d2
Added jp2h __repr__ method. #133
2013-10-23 06:41:31 -04:00
John Evans
cdd00d2c2d
added __repr__ for colr, cdef, ihdr boxes. #133
2013-10-23 06:01:48 -04:00
John Evans
0e302a5710
Adding XMP UUID write support. Still needs tests. #104
2013-10-20 11:57:51 -04:00
John Evans
368c355560
Added __repr__ for JPEG2000SignatureBox, FileTypeBox.
2013-10-20 07:52:28 -04:00
John Evans
016443faef
Merge branch 'master' into devel
2013-10-20 06:56:27 -04:00
John Evans
b7edcd5b43
Merge branch 'release-0.5.6'
2013-10-13 12:31:00 -04:00
John Evans
f08f1d9bb9
Finalizing 0.5.6 release.
2013-10-13 12:30:28 -04:00