Python interface to OpenJPEG library for reading and writing JPEG 2000 images.
Skipping a test that segfaults only on 1.5.0 and 2.0.0. The test was test_NR_DEC_issue188_beach_64bitsbox_jp2_41_decode. It was not introduced until the 2.1.x series and the fix was backported to 2.0.1. glymur.test.test_jp2k.TestJp2k.test_no_cxform_pclr_jpx was failing on 1.5.2 only. It's a pretty obscure test, so just skipping it on that release. Some tests for warnings are being skipped. |
||
|---|---|---|
| bin | ||
| 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 and 3.3. Python 3.3 is strongly recommended.
Please read the docs, https://glymur.readthedocs.org/en/latest/