<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Resize images with Java - high quality and working solution</title>
	<atom:link href="http://www.comesolvego.com/2008/04/29/resize-images-with-java-high-quality-and-working-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.comesolvego.com/2008/04/29/resize-images-with-java-high-quality-and-working-solution/</link>
	<description>IT doesn’t have to be hard</description>
	<pubDate>Thu, 24 Jul 2008 02:54:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Prasanna</title>
		<link>http://www.comesolvego.com/2008/04/29/resize-images-with-java-high-quality-and-working-solution/#comment-50</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Sun, 04 May 2008 14:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=7#comment-50</guid>
		<description>Hi, Do you have any code snippet/ idea to compress the image size, basically the byte size?</description>
		<content:encoded><![CDATA[<p>Hi, Do you have any code snippet/ idea to compress the image size, basically the byte size?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bäckstrand</title>
		<link>http://www.comesolvego.com/2008/04/29/resize-images-with-java-high-quality-and-working-solution/#comment-12</link>
		<dc:creator>John Bäckstrand</dc:creator>
		<pubDate>Wed, 30 Apr 2008 19:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=7#comment-12</guid>
		<description>I did this with JAI, and not with a proper kernel/filter solution but instead scaling in multiple steps. I was actually positively surprised at the resulting quality. The code is still in production :)</description>
		<content:encoded><![CDATA[<p>I did this with JAI, and not with a proper kernel/filter solution but instead scaling in multiple steps. I was actually positively surprised at the resulting quality. The code is still in production <img src='http://www.comesolvego.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Sheremeta</title>
		<link>http://www.comesolvego.com/2008/04/29/resize-images-with-java-high-quality-and-working-solution/#comment-10</link>
		<dc:creator>Greg Sheremeta</dc:creator>
		<pubDate>Wed, 30 Apr 2008 15:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=7#comment-10</guid>
		<description>I used JAI to do this instead of getScaledInstance(). Great quality, very fast.
Inspiration:
http://www.i-proving.ca/space/Technologies/Java+Advanced+Imaging</description>
		<content:encoded><![CDATA[<p>I used JAI to do this instead of getScaledInstance(). Great quality, very fast.<br />
Inspiration:<br />
<a href="http://www.i-proving.ca/space/Technologies/Java+Advanced+Imaging" rel="nofollow">http://www.i-proving.ca/space/Technologies/Java+Advanced+Imaging</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin Fagan</title>
		<link>http://www.comesolvego.com/2008/04/29/resize-images-with-java-high-quality-and-working-solution/#comment-9</link>
		<dc:creator>Collin Fagan</dc:creator>
		<pubDate>Wed, 30 Apr 2008 14:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=7#comment-9</guid>
		<description>I also faced this issue when I rewrote the icon demo for the Java tutorials. Chet told me himself that getScaledInstance() should never be encouraged. I wish all of this was packed up into some new API that let you do it in one line. 

Icon Demo:
http://java.sun.com/docs/books/tutorial/uiswing/components/icon.html

Full details on getscaledinstance
http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html</description>
		<content:encoded><![CDATA[<p>I also faced this issue when I rewrote the icon demo for the Java tutorials. Chet told me himself that getScaledInstance() should never be encouraged. I wish all of this was packed up into some new API that let you do it in one line. </p>
<p>Icon Demo:<br />
<a href="http://java.sun.com/docs/books/tutorial/uiswing/components/icon.html" rel="nofollow">http://java.sun.com/docs/books/tutorial/uiswing/components/icon.html</a></p>
<p>Full details on getscaledinstance<br />
<a href="http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html" rel="nofollow">http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Giudici</title>
		<link>http://www.comesolvego.com/2008/04/29/resize-images-with-java-high-quality-and-working-solution/#comment-8</link>
		<dc:creator>Fabrizio Giudici</dc:creator>
		<pubDate>Wed, 30 Apr 2008 13:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=7#comment-8</guid>
		<description>getScaledInstance() is evil, don't use it.

http://weblogs.java.net/blog/chet/archive/2007/04/dont_use_getsca.html</description>
		<content:encoded><![CDATA[<p>getScaledInstance() is evil, don&#8217;t use it.</p>
<p><a href="http://weblogs.java.net/blog/chet/archive/2007/04/dont_use_getsca.html" rel="nofollow">http://weblogs.java.net/blog/chet/archive/2007/04/dont_use_getsca.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
