开发者

What are currently the best image processing libraries for Java?

开发者 https://www.devze.com 2023-01-19 13:52 出处:网络
I am looking for a java library that can scale, crop images without losing much quality, convert between image formats (png<->jpg), etc.

I am looking for a java library that can scale, crop images without losing much quality, convert between image formats (png<->jpg), etc.

There is a similar question already, but it was asked 1,5 years ago and I am hoping maybe there are any new inventions, as everything mentioned there looks outdated (开发者_StackOverflow社区and scary).


I had good results with ImageMagick for typical work on gifs and jpgs.


Take a look at the Java Advanced Imaging library.

0

精彩评论

暂无评论...
验证码 换一张
取 消