我正在使用JAI媒体api和ImageMagick?
ImageMagick有一些可伸缩性问题,而且基于JNI的JMagick也没有吸引力。 与ImageMagick相比,在进行调整大小操作时,JAI的结果质量较差。
有谁知道有什么优秀的工具,无论是开源的还是商业的,都是本地java,并提供高质量的结果?
我正在使用JAI媒体api和ImageMagick?
ImageMagick有一些可伸缩性问题,而且基于JNI的JMagick也没有吸引力。 与ImageMagick相比,在进行调整大小操作时,JAI的结果质量较差。
有谁知道有什么优秀的工具,无论是开源的还是商业的,都是本地java,并提供高质量的结果?
当前回答
http://im4java.sourceforge.net/ -如果你正在运行Linux,那么创建一个新的进程并不昂贵。
其他回答
加工技术很新,但是非常非常好。
I cannot say that it is the "best" library, but I think you can try this: http://algart.net/java/AlgART/ It is an open-source Java library, supporting generalized "smart" arrays and matrices with elements of different types (from 1 bit to 64-bit floating point), including 2D-, 3D- and multidimensional image processing and other algorithms, working with arrays and matrices. Unfortunately right now it consists not enough demo and examples, but, on the other hand, it contains a lot of JavaDocs. It lay in the base of commercial software (SIMAGIS) during several years, but now it is open-source.
在我看来,最好的方法是使用GraphicsMagick图像处理系统和im4java作为Java的命令行接口。
GraphicsMagick有很多优点,但有一个是万能的:
通用汽车被用来处理数十亿 世界上最大的照片档案 网站(例如Flickr和Etsy)。
http://im4java.sourceforge.net/ -如果你正在运行Linux,那么创建一个新的进程并不昂贵。
还有ImageJ,它自称是
世界上最快的纯Java映像 处理程序
它可以作为另一个应用程序中的库使用。它的架构并不出色,但它可以完成基本的图像处理任务。