Python interface to OpenJPEG library for reading and writing JPEG 2000 images.
Find a file
jevans 5de1b8b240 remove LibraryNotFoundError, use RuntimeError instead, closes #274, #278
LibraryNotFoundError isn't needed because we already error out during
the import of glymur if neither openjpeg nor openjp2 can be found.

When read_bands is used and the library version is not at least 2.0.0,
use RuntimeError instead of LibraryNotFoundError.
2014-10-19 11:24:23 -04:00
docs bumping to 0.7.2 2014-10-06 21:16:11 -04:00
glymur remove LibraryNotFoundError, use RuntimeError instead, closes #274, #278 2014-10-19 11:24:23 -04:00
.gitignore Added slice protocol support. 2014-09-15 20:08:07 -04:00
.travis.yml Add six to travis harness requirements. 2014-09-11 11:47:01 -04:00
CHANGES.txt bumping to 0.7.2 2014-10-06 21:16:11 -04:00
LICENSE.txt Fixed #19 2013-06-04 15:35:35 -04:00
MANIFEST.in Added release matrix. Should not be packaged up to Pypi. 2013-07-05 08:14:44 -04:00
README.md updated README to mention Python 3.4 2014-10-02 08:18:40 -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 Merge branch 'release-0.7.0rc1' 2014-10-01 18:54:53 -04:00

glymur: a Python interface for JPEG 2000

glymur contains a Python interface to the OpenJPEG library which allows one to read and write JPEG 2000 files. glymur works on Python 2.7, 3.3, and 3.4.

Please read the docs, https://glymur.readthedocs.org/en/latest/