I am trying to get the quality of an image using Java and I am having a hard time to find any API that would do that.
I stumbled upon the ImageMagick command identify
which works great but I would like to know if there is a Java API that would do something similar.
Here is ImageMagick command that I found
How can I get the quality of an image using Java?