Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.
The scalr resize(...) methods return a BufferedImage. For this, compression quality is not relevant. Compression quality is supported by somefile formats (like JPEG) and has to be set when the image is saved.
I have some question, How do I set image quality percent for compress an image.
I've just use resize method with these args (SPEED, BALANCED, QUALITY and ULTRA_QUALITY) but I'm not sure how many quality of image after compress.