Added a known problems section, details winpython 3.3.2/opj 2.0 issue. Closes #90.
This commit is contained in:
parent
8deef3355c
commit
0b5c8ce370
1 changed files with 9 additions and 3 deletions
|
|
@ -1,11 +1,17 @@
|
|||
------------
|
||||
Known Issues
|
||||
------------
|
||||
|
||||
* WinPython 3.3.2 and OpenJPEG 2.0 don't seem to want to play well together. If you do not need write support, just use OpenJPEG 1.5 instead. If you do need write support, try the development version of OpenJPEG.
|
||||
|
||||
-------
|
||||
Roadmap
|
||||
-------
|
||||
|
||||
Here's an incomplete list of what I'd like to focus on in the near future.
|
||||
Here's an incomplete list of what I'd like to focus on in the future.
|
||||
|
||||
* continue to monitor upstream changes in the openjp2 library
|
||||
* investigate using CFFI or cython instead of ctypes to wrap openjp2
|
||||
* eventually expose the openjp2 API
|
||||
* investigate JPIP
|
||||
* investigate adding write support for UUID/XMP boxes (potentially a big project)
|
||||
* investigate JPIP (likely to be an even bigger project)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue