Open Source Java Image Optimization Libraries

I am trying to collect information about all open source java libraries that focus on image optimization.

One of them is pngtastic , but it only applies to png images. Do you know any other similar libraries?

+6
source share
1 answer

There seem to be few open source Java libraries for optimizing images. But there are many libraries that offer image optimization as part of their functions.

For instance:

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

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

+2
source

Source: https://habr.com/ru/post/896386/


All Articles