我应该使用 JAI 吗?

发布于 2024-09-14 10:21:37 字数 315 浏览 12 评论 0原文

我想开发具有大量图像处理功能的程序。我想使用 Java 和 JAI,但在我看来,Jai 已经老了,不再发展了? (http://java.sun.com/javase/technologies/desktop/媒体/jai/


我想知道,使用QTc++是更好的选择吗?
我正在寻找的两个主要优点是:跨平台代码和良好的学习机会。

I would like develop program with a lot of image processing. I would like to use Java, and JAI, but it seems to me, that Jai is old and no longer evolve? (http://java.sun.com/javase/technologies/desktop/media/jai/)

I wonder, is it better choice to use QT and c++?

Two main pros which I am looking for is: cross platform code and good learning opportunity.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

漆黑的白昼 2024-09-21 10:21:37

如果你想做图像处理,那么 JAI 3 年前所做的事情足以为你现在想做的事情奠定数学基础。新的图像格式等可能不需要对 JAI 进行新的更新。

我只是想不出一旦您完成了基本操作就需要添加任何内容 - 顶部的应用程序将获得新功能。

现在,如何将图形创意转化为 Image,然后可以对其进行处理...awt、swing、Java FX...

If you're wanting to do image processing, then what JAI did 3 years ago will be sufficient for the mathematical base of what you want to do now. New image formats etc would probably not require new updates to JAI.

I just can't think of anything that you'd need to add once you've got the basic operations - it's the application on top that's going to get new features.

Now how you get your graphical ideas into an Image that you can then process... awt, swing, Java FX...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文