Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are currently the best image processing libraries for Java?

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 (and scary).

like image 813
serg Avatar asked Nov 06 '22 08:11

serg


2 Answers

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

like image 185
Tony Ennis Avatar answered Nov 09 '22 04:11

Tony Ennis


Take a look at the Java Advanced Imaging library.

like image 21
Marcus Adams Avatar answered Nov 09 '22 02:11

Marcus Adams