Python interface to OpenJPEG library for reading and writing JPEG 2000 images.
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. |
||
|---|---|---|
| docs | ||
| glymur | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGES.txt | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| README.md | ||
| readthedocs-pip-requirements.txt | ||
| setup.py | ||
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/