用于 Java 的类似 RMagick 的图像处理库

发布于 2024-10-20 16:16:56 字数 219 浏览 15 评论 0原文

是否有任何 Java 图像处理库与 RMagick? (我见过 JMagick,不幸的是这不是我正在寻找的那种库。)

编辑:请注意,速度并不关心我们本身。我们正在寻找的是一个易于使用的库,它提供了许多内置的常用操作。

Is there any Java image processing library that is as easy to use as and provides the set of functionalities provided by RMagick? (I have seen JMagick and unfortunately that is not the kind of library I am looking for.)

EDIT: Please note that the speed does not concern us as such. What we are looking for is an easy-to-use library that provides many common operations built-in.

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

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

发布评论

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

评论(3

数理化全能战士 2024-10-27 16:16:57

它不是一个纯 Java 解决方案,但 IM4JAVA 项目适用于多种用途。 Im4Java 本身是一个纯 Java 库,使用 ImageMagick 的命令行版本作为其后端。它易于使用,并且公开了 ImageMagick 的几乎所有功能,并且没有在应用程序中包含本机代码的危险。这意味着您可以在应用程序服务器等中安全地使用它,而不必担心本机代码的崩溃会导致整个服务器瘫痪。

It's not a pure Java solution, but the IM4JAVA project works for many uses. Im4Java itself is a pure Java library that uses the commandline version of ImageMagick as its back-end. It's easy to use and exposes pretty much all the functionality of ImageMagick without the dangers of including native code in your app. That means you can safely use it in application servers etc. without worrying that a crash in the native code will bring down your whole server.

鯉魚旗 2024-10-27 16:16:56

查看这个,尤其是JAI。我没有这个库的经验,但它在我的待办事项列表中。网站上有一些演示。也许这就是您正在寻找的?!

Check out this, especially JAI. i dont have experience with this libs, but its on my todo list. there are demos somewhere on the site. maybe it is what you are looking for?!

司马昭之心 2024-10-27 16:16:56

ImageJ,它号称是

世界上最快的纯 Java 图像处理程序

它可以用作库在另一个应用程序中。它的架构并不出色,但它可以完成基本的图像处理任务。

There's ImageJ, which boasts to be the

world's fastest pure Java image processing program

It can be used as a library in another application. It's architecture is not brilliant, but it does basic image processing tasks.

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