资 源 简 介
A wrapper around the jdk image api. Takes care of all the complicated stuff for you.
Example:
Read an inputstream scale using a high quality algorithm to 100x100, convert to png and write to outputstream. All in one line.
EasyImage.fromStream(input).scaleQuality(100, 100, false).toPng(output);