vote up 4 vote down star
4

I am using both the JAI media apis and ImageMagick?

ImageMagick has some scalability issues and the JNI based JMagick isn't attractive either. JAI has poor quality results when doing resizing operations compared to ImageMagick.

Does anyone know of any excellent tools either open source or commercial that are native java and deliver high quality results?

flag

63% accept rate

5 Answers

vote up 4 vote down check

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.

link|flag
vote up 1 vote down

For commercial tools, you might want to try Snowbound.

http://www.snowbound.com/

My experience with them is somewhat dated, but I found their Java Imaging API to be a lot easier to use than JAI and a lot faster.

Their customer support and code samples were very good too.

link|flag
vote up 1 vote down

I'm not a Java guy, but OpenCV is great for my needs. Not sure if it fits yours. Here's a Java port, I think: http://ubaa.net/shared/processing/opencv/

link|flag
vote up 0 vote down

Processing is new but very, very good.

link|flag
I am aware of processing, but are folks really using it in the, I'd like to go run X transformation on my library of X jpeg's sort of fashion? – DanielHonig Mar 3 at 6:48
I've used it and seems really powerfull and worth betting in – fmsf Mar 6 at 3:31
vote up 0 vote down

RoboRealm vision software list mentions JHLabs and NeatVision among lots of other non-Java based libraries.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.