Hello, What is the license of the below method adapted from http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html ? is it a LGPL license?
org.apache.shindig.gadgets.rewrite.image.ImageUtils.getSacledInstance(
BufferedImage img,
int targetWidth,
int targetHeight,
Object hint,
boolean higherQuality,
int imageType);
Thanks,
Han
