Forgot to commit the roadmap.
This commit is contained in:
parent
58838272c5
commit
ae66844651
2 changed files with 29 additions and 12 deletions
32
MANIFEST
32
MANIFEST
|
|
@ -1,14 +1,22 @@
|
|||
# file GENERATED by distutils, do NOT edit
|
||||
README
|
||||
setup.py
|
||||
jptools/__init__.py
|
||||
jptools/codestream.py
|
||||
jptools/core.py
|
||||
jptools/jp2box.py
|
||||
jptools/jp2k.py
|
||||
jptools/data/emneck.jp2
|
||||
jptools/test/__init__.py
|
||||
jptools/test/test_codestream.py
|
||||
jptools/test/test_conformance.py
|
||||
jptools/test/test_jp2k.py
|
||||
jptools/test/test_printing.py
|
||||
bin/jp2dump
|
||||
glymur/__init__.py
|
||||
glymur/codestream.py
|
||||
glymur/core.py
|
||||
glymur/jp2box.py
|
||||
glymur/jp2dump.py
|
||||
glymur/jp2k.py
|
||||
glymur/data/nemo.jp2
|
||||
glymur/lib/__init__.py
|
||||
glymur/lib/openjp2.py
|
||||
glymur/lib/test/__init__.py
|
||||
glymur/lib/test/test_openjp2.py
|
||||
glymur/test/__init__.py
|
||||
glymur/test/test_callbacks.py
|
||||
glymur/test/test_codestream.py
|
||||
glymur/test/test_jp2k.py
|
||||
glymur/test/test_opj_suite.py
|
||||
glymur/test/test_opj_suite_neg.py
|
||||
glymur/test/test_opj_suite_write.py
|
||||
glymur/test/test_printing.py
|
||||
|
|
|
|||
9
docs/source/roadmap.rst
Normal file
9
docs/source/roadmap.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Roadmap
|
||||
=======
|
||||
|
||||
Here's an incomplete list of what I'd like to focus on in the near future.
|
||||
|
||||
* continue to monitor upstream changes in the **openjp2** library
|
||||
* add read support or Exif UUIDs
|
||||
* investigate using CFFI or cython instead of ctypes to wrap **openjp2**
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue