Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Open Source Image Optimization libraries [closed]

I'm trying to gather information about all java open source libraries which are focused on image optimization.

One of these is pngtastic, but it deals only with png images. Do you know any other similar libraries?

like image 602
Alex Objelean Avatar asked Sep 01 '11 08:09

Alex Objelean


1 Answers

Seems like there aren't many open source java libraries dedicated to image optimization. But there are quite many libraries offering image optimization as part of their features.

For example:

im4java is a pure java library offers interfaces to ImageMagick, which can be used to optimize images.

ImageJ, it can be used as a library according to this answer

like image 155
Jifeng Zhang Avatar answered Sep 24 '22 11:09

Jifeng Zhang