jai jpeg2000 编码器未找到
我正在使用 JAI 并希望在 Mac OS X(此后不久为 Linux)上读取和写入 jpeg2000 文件,但在加载编解码器时遇到问题。似乎有几个不同的项目可用,但是,许多项目似乎是半生不熟的(未开始,未完成,只有源代码可用,等等)。
我并没有和 JAI 结婚,这只是我一开始的想法。
我目前拥有的编解码器是:
com.sun.media.jai.codecimpl.PNMCodec@36d251a3
com.sun.media.jai.codecimpl.JPEGCodec@29edc073
com.sun.media.jai.codecimpl.FPXCodec@37f5d386
com.sun.media.jai.codecimpl.GIFCodec@6c121f1d
com.sun.media.jai.codecimpl.TIFFCodec@19b8e059
com.sun.media.jai.codecimpl.WBMPCodec@38910040
com.sun.media.jai.codecimpl.PNGCodec@37a786c3
com.sun.media.jai.codecimpl.BMPCodec@578088c0
我正在使用这些罐子: jai-core-1.1.3-alpha.jar jai_codec-1.1.3-alpha.jar jai_imageio-1.1-alpha.jar
这对我来说是可用的:
com.sun.media.imageio.plugins.jpeg2000
但是当我尝试编码为 jpeg2000 时,我得到: “编码指定的格式没有关联的注册 ImageCodec。”
有什么想法吗?
谢谢,
汤姆
I'm using JAI and looking to read and write jpeg2000 files on Mac OS X (Linux soon thereafter) and am having trouble loading the codec. It seems that there are a couple of different projects available, yet, many seem half-baked (not started, not finished, only the source is available, etc).
I'm not married to JAI, just what I started with.
The codecs I currently have are:
com.sun.media.jai.codecimpl.PNMCodec@36d251a3
com.sun.media.jai.codecimpl.JPEGCodec@29edc073
com.sun.media.jai.codecimpl.FPXCodec@37f5d386
com.sun.media.jai.codecimpl.GIFCodec@6c121f1d
com.sun.media.jai.codecimpl.TIFFCodec@19b8e059
com.sun.media.jai.codecimpl.WBMPCodec@38910040
com.sun.media.jai.codecimpl.PNGCodec@37a786c3
com.sun.media.jai.codecimpl.BMPCodec@578088c0
I'm using these Jars:
jai-core-1.1.3-alpha.jar
jai_codec-1.1.3-alpha.jar
jai_imageio-1.1-alpha.jar
and this is available to me:
com.sun.media.imageio.plugins.jpeg2000
But when I try to encode to jpeg2000, I get:
"Encode The specified format has no associated registered ImageCodec."
Any ideas?
Thanks,
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 Java Advanced Imaging Image I/O Tools(又名 JAI I/O Tools),提供更多 I/O 编解码器,例如 JPEG2000。它是 JAI 的“插件”,提供更多图像 I/O 编解码器,需要安装 JAI。
http://download.java.net/media/jai-imageio/构建/发布/1.1/
Try using Java Advanced Imaging Image I/O Tools (aka JAI I/O Tools), provides more I/O codecs like JPEG2000. It's a "plugin" for JAI providing more image I/O codecs, requires JAI installed.
http://download.java.net/media/jai-imageio/builds/release/1.1/