opps, it was Chirag who mentioned GraphicsUtilities https://swingx.dev.java.net/files/documents/2981/149644/swingx-2010_04_18-src.zip . I'm jumping around emails :-). Thanks all for taking a look! Han
From: Chirag Shah <[email protected]> To: [email protected] Cc: [email protected] Date: 05/27/2010 11:33 AM Subject: Re: Is ImageUtils.getSacledInstance() LGPL license? org.jdesktop.swingx.graphics.GraphicsUtilities#createThumbnail is very similar and is LGPL/BSD. GraphicsUtilities is referenced in the article and can still be found here: https://swingx.dev.java.net/files/documents/2981/149644/swingx-2010_04_18-src.zip Thanks, Chirag On Thu, May 27, 2010 at 7:27 AM, Paul Lindner <[email protected]> wrote: > good question.. > > It appears that the original source code in the zip file is not downloadable > anymore. > > I did a search on codesearch.google.com and found the same code included in > a many projects, all without attribution. > > Cc:ing the original author -- Chris can you help us out here? Thanks! > > > On Thu, May 27, 2010 at 7:05 AM, Han Nguyen <[email protected]> wrote: > >> 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 >
