Python interface to OpenJPEG library for reading and writing JPEG 2000 images.
Find a file
2013-05-27 12:04:47 -04:00
bin Initial commit. 2013-05-27 00:10:10 -04:00
docs Have to mock out numpy to get docs to build. 2013-05-27 11:48:26 -04:00
glymur Be consistent, always make _OPENJP2 None if there's a problem. 2013-05-27 12:00:29 -04:00
CHANGES.txt Bumped version. 2013-05-27 11:32:57 -04:00
MANIFEST Initial commit. 2013-05-27 00:10:10 -04:00
README Readme 2013-05-27 01:20:57 -04:00
README.md Updated readme for building documentation. 2013-05-27 07:44:48 -04:00
readthedocs-pip-requirements.txt need entry for mock since building doc on 2.7 2013-05-27 12:04:47 -04:00
setup.py Bumped release. 2013-05-27 07:45:26 -04:00
TODO Initial commit. 2013-05-27 00:10:10 -04:00

========================================= glymur: a Python interface for JPEG 2000

glymur contains a Python interface to the OpenJPEG library which allows linux and mac users to read and write JPEG 2000 files.
glymur works on Python 2.7 and 3.3. Python 3.3 is strongly recommended.

Until I figure out how to get readthedocs.org to handle numpydoc, you'll have to do as follows to build the documentation first::

$ make -C docs html
$ open docs/build/html/index.html