我想知道:按瓷砖读取jp2瓷砖和将数据存储在缓冲区对象中的意图是什么?/* note I already created stream and configured decoder and resolution factor is set to 0 */
opj_codestream_info_v2_t *pJP2CodeStreamInfo = opj_get_cstr_info(pJP2Codec);
CDra
not found in /home/hiqbal/mxe/usr/i686-w64-mingw32.static/include/openjpeg-2.0 or /home/hiqbal/mxe/usr/i686-w64-mingw32.static/include/openjpeg-2.1 or /home/hiqbal/mxe/usr/i686-w64-mingw3
来自The build method maintained by OpenJPEG is CMake.首先从openjpeg-v2.3.1-windowsx64链接下载,上面的过程似乎没有做任何事情,因为那里没有CMakeList文件,然后从‘源代码’openjpeg-2.3.1下载,我可以从它构建,但仅此而已
我的代码在下面,我想我还没有安装OpenJPEG库,因为我得到了错误module 'PIL._imaging' has no attribute 'jpeg2k_decoder'。因此,我相信我需要安装OpenJPEG。因为我是一个系统安装(不包含在虚拟环境中)和指令是零碎的,我希望得到更多的信息。表示:
而且OpenJPEG的并不十分清晰,但似乎也需要安装。我看到的一般建议是
我在我的颤振项目中添加了一些本机函数,并在调用它时得到了这个错误:I/OpenJPEG(18753): [INFO] Start to read j2k main header (111).I/OpenJPEG(18753): [INFO] Main header has been correctly decoded.I/OpenJPEG(18753): [INFO] No decoded area parameters, set the decoded area to the whole image
I