<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coobird's Devblog &#187; Thumbnailator</title>
	<atom:link href="http://devblog.coobird.net/category/thumbnailator/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.coobird.net</link>
	<description>Coobird's Development Blog</description>
	<lastBuildDate>Thu, 12 Mar 2009 04:22:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thumbnailator Update (4-29-08)</title>
		<link>http://devblog.coobird.net/2008/04/29/thumbnailator-update-4-29-08/</link>
		<comments>http://devblog.coobird.net/2008/04/29/thumbnailator-update-4-29-08/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 13:19:53 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[Thumbnailator]]></category>

		<guid isPermaLink="false">http://devblog.coobird.net/?p=5</guid>
		<description><![CDATA[Thumbnailator is currently being updated.
In the recent redesign, the basic design has been separated into four components:

TGenerator &#8211; The thumbnail generating class.
TImageParams &#8211; A container for parameters such as image size and source files which is the basic unit which is processed by TGenerator
TRunner &#8211; A management class which holds and creates TImageParams objects to [...]]]></description>
			<content:encoded><![CDATA[<p>Thumbnailator is currently being updated.</p>
<p>In the recent redesign, the basic design has been separated into four components:</p>
<ol>
<li>TGenerator &#8211; The thumbnail generating class.</li>
<li>TImageParams &#8211; A container for parameters such as image size and source files which is the basic unit which is processed by TGenerator</li>
<li>TRunner &#8211; A management class which holds and creates TImageParams objects to handoff to TGenerator.</li>
<li>THelper &#8211; A helper class which provides convenience methods to generate thumbnails through TGenerator without using TRunner or TImageParams.</li>
</ol>
<p>TGenerator continues to use the Java Image I/O API, and it is written for Java 2 SE Platform 1.4. Rather than using the ImageIO convenience methods for reading and writing images, the new Thumbnailator uses the ImageReader and ImageWriter classes which provide more flexible options for I/O, such as allowing the specification of compression quality.</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.coobird.net/2008/04/29/thumbnailator-update-4-29-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
